|
@@ -525,9 +525,11 @@ export default {
|
|
|
if (this.received) {
|
|
|
this.addUserVisit(13);
|
|
|
}
|
|
|
+ console.log('env',this.$userAgent.isSzx , this.$userAgent.isSzxBrowser)
|
|
|
if (this.$userAgent.isSzx || this.$userAgent.isSzxBrowser) {
|
|
|
// app环境
|
|
|
this.$native.share(this.shareInfo);
|
|
|
+ console.log(this.shareInfo,'xxxx');
|
|
|
this.makePoint('activity_Share_分享好友按钮');
|
|
|
} else {
|
|
|
// 浏览器环境
|