From c2b3f31ad001f0f738d6243bc66580935d423d8d Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Mon, 14 Oct 2024 19:33:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 1 + common.scss | 40 +++++++ components/bottom/bottomBtn.vue | 81 -------------- components/config/customerServicePopup.vue | 116 +++++++++++++++++++++ pages/index/center.vue | 67 ------------ .../auth/loginAndRegisterAndForgetPassword.vue | 5 +- pages_order/order/refundsOrExchange.vue | 10 +- utils/position.js | 4 +- 8 files changed, 163 insertions(+), 161 deletions(-) create mode 100644 common.scss delete mode 100644 components/bottom/bottomBtn.vue create mode 100644 components/config/customerServicePopup.vue diff --git a/App.vue b/App.vue index 5676699..cc1058b 100644 --- a/App.vue +++ b/App.vue @@ -11,6 +11,7 @@ \ No newline at end of file diff --git a/components/config/customerServicePopup.vue b/components/config/customerServicePopup.vue new file mode 100644 index 0000000..d2d73a6 --- /dev/null +++ b/components/config/customerServicePopup.vue @@ -0,0 +1,116 @@ + + + + + \ No newline at end of file diff --git a/pages/index/center.vue b/pages/index/center.vue index bb528c3..151e503 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -120,27 +120,6 @@ - - - - - 联系客服 - 确定拨打客服电话? - - - - - - - - - - - - - @@ -158,44 +137,12 @@ }, computed: { ...mapGetters(['userShop']), - customStyle1() { - return { - height: '60rpx', - background: '#FFF', - color: '#000000', - fontSize: '36rpx', - borderRadius: '40rpx', //圆角 - - // nvue中必须是下方的写法 - 'border-top-right-radius': '40rpx', - 'border-bottom-left-radius': '40rpx', - 'border-bottom-right-radius': '40rpx', - 'width': '150rpx', - } - }, - customStyle2() { - return { - height: '60rpx', - background: '#fd5100', - color: '#FFF', - fontSize: '34px', - borderRadius: '40rpx', //圆角 - // nvue中必须是下方的写法 - 'border-top-right-radius': '40rpx', - 'border-bottom-left-radius': '40rpx', - 'border-bottom-right-radius': '40rpx', - 'width': '150rpx', - } - } }, data() { return { - show: false, } }, methods: { - - headBtn() { let self = this uni.showModal({ @@ -207,20 +154,6 @@ } }) }, - - // 联系客服按钮回调 - contactUs() { - this.show = true - }, - confirm() { - this.show = false - }, - - cancle() { - this.show = false - }, - - } } diff --git a/pages_order/auth/loginAndRegisterAndForgetPassword.vue b/pages_order/auth/loginAndRegisterAndForgetPassword.vue index ac54989..1680203 100644 --- a/pages_order/auth/loginAndRegisterAndForgetPassword.vue +++ b/pages_order/auth/loginAndRegisterAndForgetPassword.vue @@ -28,7 +28,7 @@ - + 请你阅读并同意我们的《隐私条款》view:nth-of-type(1) { padding: 20rpx 100rpx; } diff --git a/pages_order/order/refundsOrExchange.vue b/pages_order/order/refundsOrExchange.vue index 3bce4d8..3ae96c5 100644 --- a/pages_order/order/refundsOrExchange.vue +++ b/pages_order/order/refundsOrExchange.vue @@ -76,12 +76,7 @@ - - + @@ -95,7 +90,6 @@