1.优化2.0话费问题

yj-dev
杨杰 2 years ago
parent f294dcc67f
commit 416f0a02c2
  1. 2
      pages/pay/success/success.vue
  2. 2
      subPages/recharge-centre/recharge-centre.vue
  3. 8
      subPages/trade-union-recharge/trade-union-recharge.vue

@ -73,7 +73,7 @@
<view class="mart20 fotct fcorred font15 marb20" <view class="mart20 fotct fcorred font15 marb20"
v-if="!couponDesInfo.couponInfo.reserveStatus && coupstus != 0 && couponDesInfo.couponInfo.couponSource != 3 && couponDesInfo.couponInfo.couponSource != 5"> v-if="!couponDesInfo.couponInfo.reserveStatus && coupstus != 0 && couponDesInfo.couponInfo.couponSource != 3 && couponDesInfo.couponInfo.couponSource != 5">
请告知加油员用码商支付</view> 请告知加油员用码商支付</view>
<view class="width90 mart20 fotct" v-if="couponDesInfo.couponInfo.reserveStatus"> <view class="width90 mart20 fotct" v-if="couponDesInfo.highUserCoupon.qrCodeImg">
<image class="coupon-qr" :src="imageUrl+'couponCode/'+couponDesInfo.highUserCoupon.qrCodeImg"> <image class="coupon-qr" :src="imageUrl+'couponCode/'+couponDesInfo.highUserCoupon.qrCodeImg">
</image> </image>
</view> </view>

@ -170,7 +170,7 @@
// #endif // #endif
let params = { let params = {
operatorType: item, operatorType: item,
regionId: app.globalData.cityId, "companyId": app.globalData.companyId,
platformId: showType, platformId: showType,
// rechargeType: this.swiperCurrent // rechargeType: this.swiperCurrent
} }

@ -171,7 +171,7 @@
"goodsPrice": this.inputAmount, "goodsPrice": this.inputAmount,
"goodsType": 8, "goodsType": 8,
"saleCount": 1, "saleCount": 1,
goodsSpecName:this.cardId goodsSpecName: this.cardId
}] }]
} }
@ -215,11 +215,11 @@
duration: 2000, duration: 2000,
success() { success() {
setTimeout(() => { setTimeout(() => {
if (that.typevas == 'Hlt') { if (that.typevas ==
'Hlt') {
uni.navigateTo({ uni.navigateTo({
url: '../union-card-success/union-card-success?price=' + url: '../union-card-success/union-card-success?price=' +
that that.inputAmount
.inputAmount
}) })
} else { } else {
uni.navigateBack({}) uni.navigateBack({})

Loading…
Cancel
Save