@@ -1,4 +1,4 @@
-const environmentVariable = "test";
+const environmentVariable = "online";
const apiUrlInfo = {
dev: "https://dev.kt.colexiu.com",
test: "https://test.kt.colexiu.com",
@@ -355,6 +355,7 @@ Page({
},
changeRefoundStatus(e: {detail: any}) {
this.setData({
+ cancelRefoundStatus: false,
refoundStatus: e.detail
})