Commit 3d78f3e3 authored by 小耗子's avatar 小耗子

修改uregistered

parent 1bfd3aaa
#### 测试
### 微信步数(zhmp):中汇内购
```
商城:106975910000477 测试环境小程序
企业:999999998 小程序
APPID: wx60c6530c49c52ff7
```
### 无步数商城小程序 :中汇豪泰
```
商城:119583623123146
企业:625 商城小程序
AppID:wx91fa336def077983
AppSecret: 7f2855a8ff743f1f295ecb9af07f5998
```
#### 正式
### 微信步数(zhmp):正式
```
商城:133507311100590
企业:202203282
APPID: wx60c6530c49c52ff7
```
### 理品堂步数小程序
```
企业:741
商城id:169782111100588
AppID(小程序ID) :wxf462b300a28539ec
AppSecret(小程序密钥) :aafbb74ee3e6dcc1c567d6c6ac721870
```
### 无步数商城小程序 :正式
```
商城:189099911100589
企业:20230328
AppID:wx91fa336def077983
AppSecret: 7f2855a8ff743f1f295ecb9af07f5998
```
...@@ -90,7 +90,10 @@ ...@@ -90,7 +90,10 @@
that.authCheck().then(checkCode => { that.authCheck().then(checkCode => {
if (checkCode == 0) { if (checkCode == 0) {
that.unregistered = true; that.unregistered = true;
}else if(checkCode == 2001){
that.unregistered = false;
} }
}) })
}) })
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment