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 @@