小程序
小游戏
企业微信
微信支付
扫描小程序码分享
5 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
用微信最新的版本(iOS 6.5.22)没有复现这个问题
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
求个可复现这个问题的 demo?
我用安卓遇到了,!!!!
1、按钮在页面最下方右边
<view class='foot-btn' bindtap='orderPay'>确认支付</view>
2、wx.showLoading中
//支付买单订单
orderPay: function () {
var than = this
wx.showLoading({
title: '支付中',
mask: true,
complete: function () {
//判断余额不足时,是否勾选微信支付
if (than.data.userAccount - than.data.totalPay < 0 && than.data.weChartSelect == false) {
wx.hideLoading();
wx.showModal({
title: '提示',
content: '账户余额不足,请勾选微信支付',
})
return
}
var isUseCash = false
//余额和微信同时支付
if (than.data.userAccountSelect == true) {
isUseCash = true
than.payPayment(isUseCash)
},
我点击最下方按钮还是可以点击。
what,为什么老删除,好想听官方怎么说
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
用微信最新的版本(iOS 6.5.22)没有复现这个问题
求个可复现这个问题的 demo?
我用安卓遇到了,!!!!
1、按钮在页面最下方右边
<view class='foot-btn' bindtap='orderPay'>确认支付</view>
2、wx.showLoading中
//支付买单订单
orderPay: function () {
var than = this
wx.showLoading({
title: '支付中',
mask: true,
complete: function () {
//判断余额不足时,是否勾选微信支付
if (than.data.userAccount - than.data.totalPay < 0 && than.data.weChartSelect == false) {
wx.hideLoading();
wx.showModal({
title: '提示',
content: '账户余额不足,请勾选微信支付',
})
return
}
var isUseCash = false
//余额和微信同时支付
if (than.data.userAccountSelect == true) {
isUseCash = true
}
than.payPayment(isUseCash)
}
})
},
我点击最下方按钮还是可以点击。
what,为什么老删除,好想听官方怎么说