|
@@ -42,7 +42,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
mounted() {
|
|
|
- console.log('parkingFeeCoupon.js');
|
|
|
+ // console.log('parkingFeeCoupon.js');
|
|
|
setTimeout(() => {
|
|
|
uni.setNavigationBarTitle({
|
|
|
title: '优惠券',
|
|
@@ -84,7 +84,7 @@ export default {
|
|
|
this.remainPrice = this.remainPrice - this.orderDetail?.discountInfo?.points[0]?.discountFee
|
|
|
}
|
|
|
this.newAvailableDiscountFee = this.availableDiscountFee
|
|
|
- console.log(878787, this.newAvailableDiscountFee);
|
|
|
+ // console.log(878787, this.newAvailableDiscountFee);
|
|
|
if (this.couponList.length) {
|
|
|
this.couponList = this.couponList.map((elm, index) => {
|
|
|
elm.disabled = true;
|
|
@@ -224,7 +224,7 @@ export default {
|
|
|
if ( this.checkedCouponList.length >= this.remainCoupons && this.parkMallCode === 2 ) {
|
|
|
return
|
|
|
}
|
|
|
- console.log(292,this.couponList);
|
|
|
+ // console.log(292,this.couponList);
|
|
|
const index = this.item2Number(this.checkedCouponList[0])
|
|
|
const item = this.couponList[index];
|
|
|
const { superposition, limitCountPerOrder = 0, name } = item;
|
|
@@ -446,18 +446,18 @@ export default {
|
|
|
},
|
|
|
// H5 跳转到小程序
|
|
|
launchFn({ appId, extInfo }) {
|
|
|
- console.log(584, JSON.stringify({ appId, extInfo }));
|
|
|
+ // console.log(584, JSON.stringify({ appId, extInfo }));
|
|
|
this.$store.commit('cachedViews/DEL_CACHED_VIEW', {
|
|
|
name: 'parkingFeeDetail',
|
|
|
});
|
|
|
this.$router.go(-2);
|
|
|
- console.log('H5 跳转到 嘉里中心小程序: success');
|
|
|
+ // console.log('H5 跳转到 嘉里中心小程序: success');
|
|
|
},
|
|
|
launchErrorFn({ errMsg, appId, extInfo }) {
|
|
|
- console.log('H5 跳转到 嘉里中心小程序: fail', JSON.stringify({ errMsg, appId, extInfo }));
|
|
|
+ // console.log('H5 跳转到 嘉里中心小程序: fail', JSON.stringify({ errMsg, appId, extInfo }));
|
|
|
},
|
|
|
onLaunchReady() {
|
|
|
- console.log('H5 跳转到 嘉里中心小程序 的标签 渲染了');
|
|
|
+ // console.log('H5 跳转到 嘉里中心小程序 的标签 渲染了');
|
|
|
},
|
|
|
},
|
|
|
};
|