From 464cf100a2a0482933914a0fca1dcf846571d7db Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 01 Jun 2026 10:03:37 +0800
Subject: [PATCH] feat:星享购 会员权益页面优化
---
pages/quanyi/components/addAddress/index.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/pages/quanyi/components/addAddress/index.vue b/pages/quanyi/components/addAddress/index.vue
index a612372..68eb4ca 100644
--- a/pages/quanyi/components/addAddress/index.vue
+++ b/pages/quanyi/components/addAddress/index.vue
@@ -23,7 +23,7 @@
customStyle() {
return {
height: "100rpx",
- background: "#FF1472",
+ background: "#4766FE",
color: "#fff",
borderRadius: "50rpx",
fontSize: "34rpx",
@@ -44,11 +44,11 @@
this.detail.consignee = this.detail.consignee || userName
this.detail.contactPhone = this.detail.contactPhone || mobile
+ console.log('8888888888888',this.detail.contactPhone)
},
data() {
return {
- $webHost:'https://rbb98765.zrgy-bbg.com',
lstyle: {
color: "#333333",
fontSize: "30rpx",
@@ -83,8 +83,8 @@
this.detail.cityCode = e.value[1].code
this.detail.cityName = e.value[1].title
- console.log(e.value[2]);
- if(e.value[2]) {
+
+ if(e.value[2]) {
this.detail.areaCode = e.value[2].code
this.detail.areaName = e.value[2].title
} else {
@@ -164,12 +164,12 @@
height: 100rpx;
"
>
- <text class="tips"></text>
+ <text class="tips">为了提高您的审核通过率</text>
<view>请完善您的有效地址</view>
<image
@click="off"
- src="/static/img/close1.png"
+ src="/static/img/close.png"
style="
width: 50rpx;
height: 50rpx;
--
Gitblit v1.9.3