修改购买商品跳转登录的bug 隐藏商城个人中心的客服

This commit is contained in:
sx 2025-02-28 22:38:13 +08:00
parent 1fb340263b
commit d0714991f2
2 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ function toCustomer() {
<view class="df">
<!-- 客服 -->
<image class="ml20 wh40" @click="toCustomer" src="@/static/mine-kefu.png" mode="aspectFill" />
<!-- <image class="ml20 wh40" @click="toCustomer" src="@/static/mine-kefu.png" mode="aspectFill" /> -->
<!-- 设置 -->
<image class="ml20 wh40" @click="link('/pages/mine/setting/setting')" src="@/static/mine-shezhi.png"
mode="aspectFill" />

View File

@ -135,9 +135,9 @@
//
function showMakeOrder() {
util.isLogin(() => {
util.isLogin(() => {}).then(rs => {
proxy.$refs.makeOrderRef.open()
}).then(rs => {
}).catch(rs => {
uni.navigateTo({
url: '/pages/login/loginPhone'
})