Explorar o código

fix:不再手动计算价格

zhanghui %!s(int64=2) %!d(string=hai) anos
pai
achega
7c3fb867d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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){