Ver código fonte

修改订单 重新获取订单详情避免数据版本问题

xiaohaizhao 1 ano atrás
pai
commit
080a9a36d0
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      packageA/orderForm/detail.js

+ 1 - 0
packageA/orderForm/detail.js

@@ -341,6 +341,7 @@ Page({
 					title: res.msg,
 					icon: "none"
 				});
+				this.getDetail(true)
 				resolve(res)
 			})
 		})