diff --git a/pages/user/user.vue b/pages/user/user.vue index 9637cc5..6343b7c 100644 --- a/pages/user/user.vue +++ b/pages/user/user.vue @@ -59,6 +59,18 @@ --> + + + + + 即将拨打客服电话 + 服务时间:周一至周五
8:30-11:30,14:30-18:00
+ + 取消 + 确定 + +
+
@@ -255,7 +267,7 @@ // }, gotoUrl(path, index) { if (index == 3) { - this.clickPhone('13333333333') + this.$refs.popup.open() return; } uni.navigateTo({ @@ -580,4 +592,40 @@ height: 80rpx; } } + + .consult-popup { + width: 487rpx; + height: 367rpx; + background: #F0F0F0; + border-radius: 20rpx; + padding: 65rpx 0 23rpx; + font-weight: bold; + font-size: 32rpx; + color: #000000; + text-align: center; + + .consult-subtitle { + font-weight: 500; + font-size: 27rpx; + color: #333333; + margin-top: 43rpx; + } + + .consult-btns { + display: flex; + margin-top: 75rpx; + + view { + width: 50%; + font-weight: bold; + font-size: 32rpx; + color: #71B580; + line-height: 54rpx; + } + view:first-child { + border-right: 1rpx solid #D8D8D8; + color: #000000; + } + } + } \ No newline at end of file