Przeglądaj źródła

fix:不再手动计算价格

zhanghui 2 lat temu
rodzic
commit
7c3fb867d2
1 zmienionych plików z 1 dodań i 1 usunięć
  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){