This commit is contained in:
2024-08-30 17:31:35 +08:00
parent 2262031abd
commit 2c952e71a3
15 changed files with 250 additions and 279 deletions

View File

@@ -25,7 +25,7 @@ Page({
rechargeVisible: false,
actions: [
{ name: '微信支付', },
{ name: '对公支付', disabled: true },
{ name: '对公支付' },
],
},
@@ -326,7 +326,10 @@ Page({
onSelectRechargeWay(e) {
switch(e.detail.name) {
case "对公支付":
alertInfo("开发中")
const { user, money, meter, tenement, park } = this.data;
wx.navigateTo({
url: `/pages/publicTransfer/index?money=${money}&meterId=${meter.id}&tenementId=${tenement.id}&tenementName=${tenement.name}`,
})
break;
default:
this.wxRecharge();