Explorar el Código

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

xiaohaizhao hace 1 año
padre
commit
080a9a36d0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)
 			})
 		})