From db4618b5a13b498f8ac258aa7501c0fbde4a6dc3 Mon Sep 17 00:00:00 2001
From: Wik-T <812952667@qq.com>
Date: Mon, 6 Dec 2021 09:13:32 +0800
Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E8=AF=9D=E8=B4=B9=E5=85=85?=
=?UTF-8?q?=E5=80=BC=E4=BB=B7=E6=A0=BC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/order/confirmation.vue | 12 +-
subPages/recharge-centre/recharge-centre.vue | 717 +++++++++---------
.../unionComfirmation/unionComfirmation.vue | 20 +-
3 files changed, 377 insertions(+), 372 deletions(-)
diff --git a/pages/order/confirmation.vue b/pages/order/confirmation.vue
index 1dc836a..0bcbf0e 100644
--- a/pages/order/confirmation.vue
+++ b/pages/order/confirmation.vue
@@ -209,7 +209,7 @@
};
},
onLoad(option) {
- this.couponId = option.id;
+ this.couponId = option.id;
this.getCouponById();
},
onShow() {
@@ -271,7 +271,7 @@
couponId: this.couponId
}
getCouponById(params).then(res => {
- if (res.return_code == '000000') {
+ if (res.return_code == '000000') {
this.couponList = res.return_data;
this.paytheprice = res.return_data.discountPrice;
uni.hideLoading()
@@ -670,11 +670,11 @@
uni.reLaunch({
url: '/pages/tabBar/user/user'
});
- return;
+ } else {
+ uni.reLaunch({
+ url: '../success/success?id=' + that.couponId
+ });
}
- uni.reLaunch({
- url: '../success/success?id=' + that.couponId
- });
},
cancel: function(r) {},
fail: function(res) {}
diff --git a/subPages/recharge-centre/recharge-centre.vue b/subPages/recharge-centre/recharge-centre.vue
index 8df2f20..33045e1 100644
--- a/subPages/recharge-centre/recharge-centre.vue
+++ b/subPages/recharge-centre/recharge-centre.vue
@@ -1,357 +1,362 @@
-
-
-
-
-
-
-
-
-
-
-
- 选择金额
-
-
-
- {{item.price}}元
-
-
-
- 话费充值温馨提示:
-
-
- 1:
- 慢充话费与营业厅充值一样,只是到账时间稍长。充值过程中可能出现分批到账的情况,但是总金额不会少,请耐心等待。
-
-
- 2:
- 此业务为话费慢充,日常72小时内到账,如遇月初、月末高峰期或系统更新到账时间会有一定延迟,敬请谅解!急单勿拍!
-
-
- 3:
- 目前仅支持(移动、联通、电信三网号段), 运营商黑名单号码(长期欠费或非实名制认证)、携号转网,空号、虚拟卡(如165.167.170.171.162等等虚拟号段)、副卡号码或做过某些特殊套餐绑定的卡暂不支持充值,请勿下单。
-
-
- 4:
- 停机号码需要额外补缴欠费后,慢充话费才能到账。此服务为虚拟充值类服务,无特殊情况不支持退款,下单前请确认充值的号码无误。
-
-
- 5:
- 空号、错号充值后不支持退款,请您务必核对确认号码无误后再进行充值。非空号欠费可充,欠费1个月导致空号的不能充值,损失自负无法退款。
-
-
- 6:
- 本充值业务不提供发票。如需发票请在运营商手机客户端储开取电子发票,也可以凭身份证到运营商实体营业厅打印发票。
-
-
- 7:
- 如遇系统维护充值失败,将72小时后原路退款到付款账户。
-
-
- 8:
- 请登录所属运营商app(手机营业厅)查看充值号码的到账情况,如金额有出入或未到账,请截图充值记录明细反馈给客服。
-
-
-
- 应付: {{inputAmount}}元
- 立即购买
-
-
-
-
-
-
-
diff --git a/subPages/unionComfirmation/unionComfirmation.vue b/subPages/unionComfirmation/unionComfirmation.vue
index 71e2e78..ea6e16a 100644
--- a/subPages/unionComfirmation/unionComfirmation.vue
+++ b/subPages/unionComfirmation/unionComfirmation.vue
@@ -170,9 +170,9 @@
tongCardPrice: 0,
//话费充值
orderPrice: 0,
- payPrice: 0,
- //保存价格
- saveprice:0,
+ payPrice: 0,
+ //保存价格
+ saveprice: 0,
rechargeContent: '',
rechargeModel: '',
agentKey: '',
@@ -183,7 +183,7 @@
},
onLoad(options) {
this.orderPrice = options.orderPrice;
- this.payPrice = options.payPrice;
+ this.payPrice = options.payPrice;
this.saveprice = options.payPrice;
this.rechargeContent = options.rechargeContent;
this.rechargeModel = options.rechargeModel;
@@ -252,10 +252,10 @@
url: '/pages/login/register'
})
},
- radioChanges(item) {
+ radioChanges(item) {
this.paytheprice = this.saveprice;
if (this.memDiscountId == item.id) { // 如果已经选中,则取消选中
- this.memDiscountId = '';
+ this.memDiscountId = '';
this.payPrice = this.saveprice;
this.deductionPrice = '0.00';
} else { // 否则进行选中赋值
@@ -577,11 +577,11 @@
uni.reLaunch({
url: '/pages/tabBar/user/user'
});
- return;
+ } else {
+ uni.reLaunch({
+ url: '../success/success?id=' + that.couponId
+ });
}
- uni.reLaunch({
- url: '../success/success?id=' + that.couponId
- });
},
cancel: function(r) {},
fail: function(res) {}