From 1a1c5f6cbb3a78c826cd51ab03550435823eacd2 Mon Sep 17 00:00:00 2001 From: Double-_-Z <2492419643@qq.com> Date: Fri, 24 Jan 2025 13:38:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=BA=E5=AF=B8=E9=80=89=E6=8B=A9bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=8C=E5=8A=A0=E6=B7=B1=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=8E=A8=E8=8D=90=E4=BD=9C=E5=93=81=E5=AD=97=E4=BD=93=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/routerInterceptor.js | 1 - pages/mobile_web/home/home.vue | 1 + pages/mobile_web/workshops/index.vue | 3 +-- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/common/routerInterceptor.js b/common/routerInterceptor.js index 3ff335c..328319e 100644 --- a/common/routerInterceptor.js +++ b/common/routerInterceptor.js @@ -56,7 +56,6 @@ const install = (vm) => { // console.log(vm.$store.state.current_platform) const url = e.url.split('?')[0]; if (needLogin.includes(url) && !token) { - console.log(url) uni.showToast({ title: '该页面需要登录才能访问,请先登录', icon: 'none' diff --git a/pages/mobile_web/home/home.vue b/pages/mobile_web/home/home.vue index ffd25ea..a5defc9 100644 --- a/pages/mobile_web/home/home.vue +++ b/pages/mobile_web/home/home.vue @@ -493,6 +493,7 @@ export default { margin-left: 15rpx; width: 160rpx; height: 52rpx; + filter: drop-shadow(0 0 6rpx rgba(236, 250, 197, 1)); } .tfc-right{ height: 70rpx; diff --git a/pages/mobile_web/workshops/index.vue b/pages/mobile_web/workshops/index.vue index 75c3184..60b9b3c 100644 --- a/pages/mobile_web/workshops/index.vue +++ b/pages/mobile_web/workshops/index.vue @@ -623,9 +623,8 @@ export default { serviceId: id, option: options[that.selectElementIndex].optionKey, text: text, - size: that.form.id === 4 ? that.aliDimensions[that.selectSizeIndex].name : that.volcengineDimensions[that.selectSizeIndex].name } - if(this.selectSizeIndex === '') delete result.size; + if(this.selectSizeIndex !== '') result.size = that.form.id === 4 ? that.aliDimensions[that.selectSizeIndex].name : that.volcengineDimensions[that.selectSizeIndex].name; break; case 2 : result = {