修改购买商品跳转登录的bug 隐藏商城个人中心的客服
This commit is contained in:
parent
1fb340263b
commit
d0714991f2
|
@ -107,7 +107,7 @@ function toCustomer() {
|
||||||
|
|
||||||
<view class="df">
|
<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"
|
<image class="ml20 wh40" @click="link('/pages/mine/setting/setting')" src="@/static/mine-shezhi.png"
|
||||||
mode="aspectFill" />
|
mode="aspectFill" />
|
||||||
|
|
|
@ -135,9 +135,9 @@
|
||||||
|
|
||||||
// 拉起订单
|
// 拉起订单
|
||||||
function showMakeOrder() {
|
function showMakeOrder() {
|
||||||
util.isLogin(() => {
|
util.isLogin(() => {}).then(rs => {
|
||||||
proxy.$refs.makeOrderRef.open()
|
proxy.$refs.makeOrderRef.open()
|
||||||
}).then(rs => {
|
}).catch(rs => {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/login/loginPhone'
|
url: '/pages/login/loginPhone'
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue