修改零钱反复充值bug

master
lemon橪 2022-06-15 10:09:40 +08:00 committed by 学习很差啦
parent 0ba7644862
commit 5550285531
2 changed files with 8 additions and 5 deletions

View File

@ -138,7 +138,8 @@
if (this.routerVal.recharge_sn) {
//
this.sn = this.routerVal.recharge_sn;
this.orderType = "RECHARGE";
this.orderType = "RECHARGE";
} else if (this.routerVal.trade_sn) {
this.sn = this.routerVal.trade_sn;
this.orderType = "TRADE";
@ -161,7 +162,7 @@
});
// #endif
// #ifndef MP-WEIXIN
if(this.routerVal.recharge_sn){
this.payList = res.data.result.support.filter((item) => {
return item != "WALLET";
@ -170,7 +171,7 @@
else{
this.payList = res.data.result.support;
}
// #ifndef APP-PLUS
// #ifdef H5
//
var ua = window.navigator.userAgent.toLowerCase();
if (ua.match(/MicroMessenger/i) == 'micromessenger') {
@ -182,7 +183,7 @@
}
// #endif
// #endif
this.walletValue = res.data.result.walletValue;

View File

@ -1,3 +1,4 @@
<template>
<view>
<view class="-list">
@ -5,7 +6,8 @@
<view class="content">
<view class="price">
<span> </span>
<u-input v-model="price" placeholder="" type="number" />
<u-input v-model="price" placeholder='金额' type="number" />
</view>
</view>