|
@@ -67,7 +67,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
- <!-- <view class="rhbtn mt30" @click="getShareFn">分享</view> -->
|
|
|
+ <view class="rhbtn mt30" @click="getShareFn">分享</view>
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
<button open-type="share" class="rhbtn mt30">分享</button>
|
|
@@ -107,6 +107,7 @@
|
|
|
checkflag:false,
|
|
|
backgroundColor: "transparent",
|
|
|
baseUrl:config.baseUrl,
|
|
|
+ baseUrlimg:config.baseUrlimg,
|
|
|
mapContext:'',
|
|
|
center:{
|
|
|
lng:'',
|
|
@@ -177,11 +178,11 @@
|
|
|
|
|
|
},
|
|
|
getShareFn(){
|
|
|
- this.$tab.navigateTo(`/work/pages/visitor/vshare?id=${this.id}&cflag=${this.checkflag}`)
|
|
|
+ // this.$tab.navigateTo(`/work/pages/visitor/vshare?id=${this.id}&cflag=${this.checkflag}`)
|
|
|
// #ifdef APP-PLUS
|
|
|
uni.shareWithSystem({
|
|
|
- summary: '邀请你来我家',
|
|
|
- href: 'https://zhsq.qs163.cn/work/pages/visitor/vshare/id='+this.id+'&cflag'+this.checkflag,
|
|
|
+ summary: '',
|
|
|
+ href: 'http://47.99.82.249:5011/work/pages/visitor/vshare/id='+this.id+'&cflag'+this.checkflag,
|
|
|
success(){
|
|
|
// 分享完成,请注意此时不一定是成功分享
|
|
|
},
|