fix: 🐛 修改楼层中热区判断失效问题,优化客服跳转判断

This commit is contained in:
lemon橪
2022-12-26 15:07:24 +08:00
parent fa6f571f61
commit fed76499a0
4 changed files with 29 additions and 44 deletions

View File

@@ -385,6 +385,7 @@ import popupAddress from "./product/popup/address"; //地址选择模块
import shares from "@/components/m-share/index"; //分享
import popups from "@/components/popups/popups"; //气泡框
import setup from "./product/popup/popup";
export default {
components: {
popups,
@@ -702,17 +703,14 @@ export default {
linkMsgDetail() {
// lili 基础客服
uni.navigateTo({
url: `/pages/tabbar/home/web-view?IM=${this.storeDetail.storeId}`,
});
// udesk 代码
// if (this.storeDetail.merchantEuid) {
// uni.navigateTo({
// url: `/pages/tabbar/home/web-view?src=${this.IM}`,
// });
// }
this.$options.filters.talkIm(this.storeDetail.storeId)
// udesk 代码
// if (this.storeDetail.merchantEuid) {
// uni.navigateTo({
// url: `/pages/tabbar/home/web-view?src=${this.IM}`,
// });
// }
// 客服 云智服代码