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
     })
   },