|
@@ -269,21 +269,6 @@
|
|
|
// _self.positionTop = headHeight + midHeight;
|
|
|
// }).exec();
|
|
|
}).exec();
|
|
|
-
|
|
|
-
|
|
|
- if (plus.runtime.isApplicationExist({
|
|
|
- pname: 'com.tencent.mm',
|
|
|
- action: 'weixin://'
|
|
|
- })) {
|
|
|
- //安装了微信
|
|
|
- // console.log("安装了微信");
|
|
|
- _self.$store.state.bInstallWechat = true;
|
|
|
- } else {
|
|
|
- //未安装微信
|
|
|
- // console.log("未安装微信");
|
|
|
- _self.$store.state.bInstallWechat = false;
|
|
|
- }
|
|
|
-
|
|
|
},
|
|
|
|
|
|
bindLogin() {
|