|
@@ -543,7 +543,7 @@ export default {
|
|
|
console.log('env',this.$userAgent.isSzx , this.$userAgent.isSzxBrowser)
|
|
|
if (this.$userAgent.isSzx || this.$userAgent.isSzxBrowser) {
|
|
|
// app环境
|
|
|
- this.$native.share(this.shareInfo);
|
|
|
+ // this.$native.share(this.shareInfo);
|
|
|
console.log(this.shareInfo,'xxxx');
|
|
|
// this.makePoint('activity_Share_分享好友按钮');
|
|
|
} else {
|