Browse Source

券码兑换弹框调整

kk.shi 3 years ago
parent
commit
9925986068
1 changed files with 3 additions and 1 deletions
  1. 3 1
      pages/welfareMall/exchangeCode/exchangeCode.js

+ 3 - 1
pages/welfareMall/exchangeCode/exchangeCode.js

@@ -120,7 +120,9 @@ Page({
       //     querySn: '',
       //   })
       //  }
-      this.hideWindow()
+      if (res.code == 200) {
+        this.hideWindow()
+      }
    }).catch(_ => {
        console.log(_)
    })