|
@@ -219,16 +219,16 @@
|
|
})
|
|
})
|
|
}, 200);
|
|
}, 200);
|
|
let that = this;
|
|
let that = this;
|
|
- uni.getPushClientId({
|
|
|
|
- success: (res) => {
|
|
|
|
- console.log("su:", res.cid);
|
|
|
|
- that.push_token = res.cid;
|
|
|
|
- },
|
|
|
|
- fail(err) {
|
|
|
|
- that.push_token = '';
|
|
|
|
- console.log(err)
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
|
|
+ // uni.getPushClientId({
|
|
|
|
+ // success: (res) => {
|
|
|
|
+ // console.log("su:", res.cid);
|
|
|
|
+ // that.push_token = res.cid;
|
|
|
|
+ // },
|
|
|
|
+ // fail(err) {
|
|
|
|
+ // that.push_token = '';
|
|
|
|
+ // console.log(err)
|
|
|
|
+ // }
|
|
|
|
+ // });
|
|
let channelStr = channel && channel.getCurrentStore() && channel.getCurrentStore().channel;
|
|
let channelStr = channel && channel.getCurrentStore() && channel.getCurrentStore().channel;
|
|
if (channelStr && channelStr == 'huawei') {
|
|
if (channelStr && channelStr == 'huawei') {
|
|
this.univerifyStyle.privacyTerms.defaultCheckBoxState = false;
|
|
this.univerifyStyle.privacyTerms.defaultCheckBoxState = false;
|