From d0714991f2985d4ec88e045a2bbf65657994298f Mon Sep 17 00:00:00 2001 From: sx <2427911852@qq.com> Date: Fri, 28 Feb 2025 22:38:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=AD=E4=B9=B0=E5=95=86?= =?UTF-8?q?=E5=93=81=E8=B7=B3=E8=BD=AC=E7=99=BB=E5=BD=95=E7=9A=84bug=20?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=95=86=E5=9F=8E=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E7=9A=84=E5=AE=A2=E6=9C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jiuyi2/pages/mine/mine.vue | 2 +- jiuyi2/pages/shop/commodity/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jiuyi2/pages/mine/mine.vue b/jiuyi2/pages/mine/mine.vue index cb4be092..df21d85e 100644 --- a/jiuyi2/pages/mine/mine.vue +++ b/jiuyi2/pages/mine/mine.vue @@ -107,7 +107,7 @@ function toCustomer() { - + diff --git a/jiuyi2/pages/shop/commodity/index.vue b/jiuyi2/pages/shop/commodity/index.vue index 5b02f9f1..b545c076 100644 --- a/jiuyi2/pages/shop/commodity/index.vue +++ b/jiuyi2/pages/shop/commodity/index.vue @@ -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' })