From 7ad48ddf4ca20d0f1f894cbfe4946b2a8d7041ab Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 17 Apr 2026 15:05:01 +0800
Subject: [PATCH] feat: 星享购提交

---
 pages/quanyi/components/addAddress/index.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pages/quanyi/components/addAddress/index.vue b/pages/quanyi/components/addAddress/index.vue
index beae164..b0fc3d8 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: "#EE2626",
         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 {
@@ -130,7 +130,7 @@
 			  });
 			  return;
 			}
-      const params = uni.getStorageSync('qxgLogin')
+      const params = uni.getStorageSync('ygxLogin')
       uni.request({
         url: _this.$webHost + "/api/v2/customer/appAddCstAddress",
         method: "POST",
@@ -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