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 = {