修复提现点击无反应问题
This commit is contained in:
@@ -150,8 +150,8 @@ export default {
|
|||||||
onShow() {
|
onShow() {
|
||||||
this.token = uni.getStorageSync('token')
|
this.token = uni.getStorageSync('token')
|
||||||
this.userId = uni.getStorageSync('userId')
|
this.userId = uni.getStorageSync('userId')
|
||||||
this.aliZhiFuBao = uni.getStorageSync('aliZhiFuBao')
|
this.aliZhiFuBao = uni.getStorageSync('zhiFuBao')
|
||||||
this.aliZhiFuBaoName = uni.getStorageSync('aliZhiFuBaoName')
|
this.aliZhiFuBaoName = uni.getStorageSync('zhiFuBaoName')
|
||||||
this.ymfgetcashMoney()
|
this.ymfgetcashMoney()
|
||||||
|
|
||||||
},
|
},
|
||||||
@@ -306,7 +306,7 @@ export default {
|
|||||||
let token = that.token
|
let token = that.token
|
||||||
let userId = that.userId
|
let userId = that.userId
|
||||||
let cashMoney = that.cashMoney;
|
let cashMoney = that.cashMoney;
|
||||||
|
console.log('tixian');
|
||||||
if (token) {
|
if (token) {
|
||||||
if (that.aliZhiFuBao && that.aliZhiFuBaoName) {
|
if (that.aliZhiFuBao && that.aliZhiFuBaoName) {
|
||||||
if (!/^\d+(\.\d{1,2})?$/.test(that.money)) {
|
if (!/^\d+(\.\d{1,2})?$/.test(that.money)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user