소스 검색

券码兑换弹框调整

kk.shi 3 년 전
부모
커밋
9925986068
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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(_)
    })