LuoDLeo il y a 2 ans
Parent
commit
7a7805de49
2 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 1 2
      orderPages/orderDetail/index.vue
  2. 1 1
      storePages/rights/index.vue

+ 1 - 2
orderPages/orderDetail/index.vue

@@ -446,11 +446,10 @@ export default {
 
         //新的价格计算逻辑  订单加载或刷新的时候计算
         calculatePrice(){
-            console.log('66666666666666666')
             this.allPrice = 0
             this.totalDiscount = 0;
             this.order.child.forEach(i=>{
-                if (i.status != 3 || i.status !=5){ //不在申诉的子订单
+                if (i.status !=5){ //不在申诉的子订单
                     this.totalDiscount += i.discountAmount * 1;
                     this.allPrice += i.payAmount *1;
                 }

+ 1 - 1
storePages/rights/index.vue

@@ -269,7 +269,7 @@
 				if (this.serviceObjectList[0].length===0){
 					uni.showModal({
 						title:'温馨提示',
-						content:'购买权益卡时须绑定服务对象,是否前往绑定服务对象',
+						content:'默认服务对象不能使用权益卡,是否前往绑定新的服务对象?',
 						success:res=>{
 							if (res.confirm){
 								uni.navigateTo({