lex-xin пре 4 месеци
родитељ
комит
4f444672fc
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 1
      miniprogram/config.ts
  2. 1 0
      miniprogram/pages/orders/orders.ts

+ 1 - 1
miniprogram/config.ts

@@ -1,4 +1,4 @@
-const environmentVariable = "test";
+const environmentVariable = "online";
 const apiUrlInfo = {
   dev: "https://dev.kt.colexiu.com",
   test: "https://test.kt.colexiu.com",

+ 1 - 0
miniprogram/pages/orders/orders.ts

@@ -355,6 +355,7 @@ Page({
   },
   changeRefoundStatus(e: {detail: any}) {
     this.setData({
+      cancelRefoundStatus: false,
       refoundStatus: e.detail
     })
   },