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"
v-if="!couponDesInfo.couponInfo.reserveStatus && coupstus != 0 && couponDesInfo.couponInfo.couponSource != 3 && couponDesInfo.couponInfo.couponSource != 5">
请告知加油员用码商支付</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>
</view>

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

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

Loading…
Cancel
Save