瀏覽代碼

提交

siChuanBan_2019.10.29
Stormeye Wu 5 年之前
父節點
當前提交
3bc6323fb4
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. +4
    -4
      pages/scanPay/scanPay.js

+ 4
- 4
pages/scanPay/scanPay.js 查看文件

@@ -17,7 +17,7 @@ Page({
cardList: [],
arrays: [],
showModel: false,
showInput:false,
showInput: false,
ids: "",
wmyes: imgurl.wmyes.url,
wmclose: imgurl.wmclose.url
@@ -79,7 +79,7 @@ Page({
ids: "",
remainingAmount: that.data.remainingAmounts
})
if(err.errCode==90008||err.errCode == 90009){
if (err.errCode == 90008 || err.errCode == 90009) {
// 90009 指纹验证失败
// 90008 用户已取消
wx.showModal({
@@ -87,7 +87,7 @@ Page({
showCancel: false,
content: '指纹验证后才能支付'
})
}else{
} else {
that.gotoPay();
}
}
@@ -193,7 +193,7 @@ Page({
} else if (that.data.inputValue != "" && Number(that.data.remainingAmount) < Number(that.data.inputValue)) {
that.setData({
showModel: true,
showInput:'disabled'
showInput: 'disabled'
})
that.getList();
console.log("1111")


Loading…
取消
儲存