[最新更新]

This commit is contained in:
2024-03-04 15:39:57 +08:00
parent a8a1c06ae4
commit 195547d86a
8 changed files with 20 additions and 30 deletions

View File

@@ -75,14 +75,9 @@ Page({
loding: false
})
break;
default:
wx.showToast({
title: '请选择支付',
icon : 'none'
})
this.setData({
loding: false
})
case 'baofoo':
this.baofuPay()
break;
}
},
/**