Преглед изворни кода

fix:不再手动计算价格

zhanghui пре 2 година
родитељ
комит
7c3fb867d2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      orderPages/orderDetail/index.vue

+ 1 - 1
orderPages/orderDetail/index.vue

@@ -493,7 +493,7 @@
 					id:id
 				}).then(res=>{
 					this.order= res.data.data
-					this.calculatePrice()
+					// this.calculatePrice()
 				})
 			},
 			payItem(num){