@@ -1,4 +1,4 @@
-const environmentVariable = "test";
+const environmentVariable = "online";
const apiUrlInfo = {
dev: "https://dev.kt.colexiu.com",
test: "https://test.kt.colexiu.com",
@@ -172,9 +172,11 @@ Page({
info = encodeURIComponent(info);
wx.navigateTo({
url: `../orders/order-detail?orderInfo=${info}`,
- })
- that.setData({
- popupShow: false
+ success: () => {
+ that.setData({
+ popupShow: false
+ })
+ }
})
}, 300)()
},