Explorar el Código

券码兑换弹框调整

kk.shi hace 3 años
padre
commit
9925986068
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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(_)
    })