|
@@ -39,6 +39,8 @@
|
|
|
appkey: '5AA49F3E4CACA380',
|
|
appkey: '5AA49F3E4CACA380',
|
|
|
sub_appid: '1015730314_1941301045',
|
|
sub_appid: '1015730314_1941301045',
|
|
|
appid: 'wxd6f090391d410534', // 获取用户信息
|
|
appid: 'wxd6f090391d410534', // 获取用户信息
|
|
|
|
|
+ // appid: 'wx2fc3f45732fae5d3', // 获取用户信息
|
|
|
|
|
+ appid: 'wxd6f090391d410534 ', // 获取用户信息
|
|
|
ocode: '1015730314', // 获取用户信息
|
|
ocode: '1015730314', // 获取用户信息
|
|
|
app_secret: '58D34C81D82B35179ED896C4362B0FC0', // 获取用户信息
|
|
app_secret: '58D34C81D82B35179ED896C4362B0FC0', // 获取用户信息
|
|
|
wxcode: '',
|
|
wxcode: '',
|
|
@@ -193,7 +195,12 @@
|
|
|
this.userinfo.app_secret = this.app_secret
|
|
this.userinfo.app_secret = this.app_secret
|
|
|
this.userinfo.ocode = this.ocode
|
|
this.userinfo.ocode = this.ocode
|
|
|
this.userinfo.sub_appid = this.sub_appid
|
|
this.userinfo.sub_appid = this.sub_appid
|
|
|
|
|
+ this.userinfo.appid = this.appid_pass
|
|
|
|
|
+ this.userinfo.app_secret = this.app_secret_pass
|
|
|
|
|
+ this.userinfo.ocode = this.ocode_pass
|
|
|
|
|
+ this.userinfo.access_token = this.access_token
|
|
|
this.userinfo.appid = this.appid
|
|
this.userinfo.appid = this.appid
|
|
|
|
|
+ // console.log(this.userinfo)
|
|
|
// console.log(this.access_token)
|
|
// console.log(this.access_token)
|
|
|
// 存储用户信息
|
|
// 存储用户信息
|
|
|
uni.setStorageSync('userinfo_storage_key', this.userinfo)
|
|
uni.setStorageSync('userinfo_storage_key', this.userinfo)
|