1
This commit is contained in:
parent
29baec703e
commit
49269503d1
@ -113,6 +113,7 @@
|
|||||||
this.menuCode = param.menuCode
|
this.menuCode = param.menuCode
|
||||||
}
|
}
|
||||||
this.selectSiteConfig("platform_tel")
|
this.selectSiteConfig("platform_tel")
|
||||||
|
this.selectSiteConfig("join_community")
|
||||||
let that = this
|
let that = this
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -247,6 +248,8 @@
|
|||||||
setStrData(constant.customer_service, item.value)
|
setStrData(constant.customer_service, item.value)
|
||||||
} else if (constant.wechat_img == item.name) {
|
} else if (constant.wechat_img == item.name) {
|
||||||
setStrData(constant.wechat_img, item.value)
|
setStrData(constant.wechat_img, item.value)
|
||||||
|
} else if (constant.join_str == item.name) {
|
||||||
|
setStrData(constant.join_str, item.value)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
|
|||||||
@ -155,7 +155,7 @@
|
|||||||
<image src="@/static/mine/caise/weixin.png" mode="aspectFit"></image>
|
<image src="@/static/mine/caise/weixin.png" mode="aspectFit"></image>
|
||||||
<view>公众号</view>
|
<view>公众号</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="menu-item" @click="toggle('center',customer_service)">
|
<view class="menu-item" @click="getCommunity('center',join_str)">
|
||||||
<!-- <image src="@/static/mine/jairushequ.png" mode="aspectFit"></image> -->
|
<!-- <image src="@/static/mine/jairushequ.png" mode="aspectFit"></image> -->
|
||||||
<image src="@/static/mine/caise/shequ.png" mode="aspectFit"></image>
|
<image src="@/static/mine/caise/shequ.png" mode="aspectFit"></image>
|
||||||
<view>加入社区</view>
|
<view>加入社区</view>
|
||||||
@ -230,6 +230,8 @@
|
|||||||
imageUrl: '',
|
imageUrl: '',
|
||||||
//公众号二维码
|
//公众号二维码
|
||||||
wechat_img: constant.wechat_img,
|
wechat_img: constant.wechat_img,
|
||||||
|
//加入社区
|
||||||
|
join_str: constant.join_str,
|
||||||
//客服二维码
|
//客服二维码
|
||||||
customer_service: constant.customer_service,
|
customer_service: constant.customer_service,
|
||||||
//弹窗照片
|
//弹窗照片
|
||||||
@ -297,6 +299,13 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
getCommunity(type, key){
|
||||||
|
this.type = type
|
||||||
|
this.popupImgUrl = getStrData(key)
|
||||||
|
// open 方法传入参数 等同在 uni-popup 组件上绑定 type属性
|
||||||
|
this.$refs.popup.open(type)
|
||||||
|
},
|
||||||
getDetail() {
|
getDetail() {
|
||||||
let param = {
|
let param = {
|
||||||
userId: this.userInfo.userId,
|
userId: this.userInfo.userId,
|
||||||
|
|||||||
@ -17,6 +17,8 @@ const constant = {
|
|||||||
wechat_img: 'wechat_img',
|
wechat_img: 'wechat_img',
|
||||||
//客服二维码
|
//客服二维码
|
||||||
customer_service: 'customer_service',
|
customer_service: 'customer_service',
|
||||||
|
//加入社区
|
||||||
|
join_str: 'join',
|
||||||
//发布公告
|
//发布公告
|
||||||
fbgg: 'fbgg',
|
fbgg: 'fbgg',
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user