update: 预留客服点击事件

This commit is contained in:
mixtan 2025-07-23 12:11:46 +08:00
parent 4fa74a8363
commit 079ee7a9e7

View File

@ -30,7 +30,7 @@
</view> </view>
</view> </view>
<view class="hander-right"> <view class="hander-right">
<view class="right-item kf_item"> <view class="right-item kf_item" @click.stop="toServices">
<u-icon <u-icon
class="icon-shezhi" class="icon-shezhi"
custom-prefix="custom-icon-kefu custom-icon" custom-prefix="custom-icon-kefu custom-icon"
@ -271,6 +271,12 @@ export default {
url: "/pages/my/shopInfo", url: "/pages/my/shopInfo",
}); });
}, },
toServices() {
// uni.navigateTo({
// url: "/pages/my/shopInfo",
// });
},
}, },
}; };
</script> </script>