Commit 6979181b authored by 李智书's avatar 李智书

Merge branch 'develop'

parents e52f36ef 79e30258
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<span>充值生活费</span> <span>充值生活费</span>
</view> </view>
<!-- --> <!-- -->
<!-- <view class="switchbankCard" @click="ChangeBankPay">我要换银行卡支付</view> --> <view class="switchbankCard" @click="ChangeBankPay">我要换银行卡支付</view>
</view> </view>
</view> </view>
...@@ -296,11 +296,11 @@ ...@@ -296,11 +296,11 @@
methods: { methods: {
// 更换银行卡 // 更换银行卡
async ChangeBankPay() { async ChangeBankPay() {
uni.showModal({ // uni.showModal({
title: "系统提示", // title: "系统提示",
content: "功能开发中!" // content: "功能开发中!"
}) // })
return // return
uni.showLoading({ uni.showLoading({
mask: true, mask: true,
title: "请稍后...." title: "请稍后...."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment