소스 검색

提交

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")


불러오는 중...
취소
저장