From b34744f5bb68ed1ba7d1dd5251298a42e4aaaf9c Mon Sep 17 00:00:00 2001
From: 叶富雄 <yefuxiong@yeah.net>
Date: Sat, 14 Mar 2026 02:09:50 +0800
Subject: [PATCH] ui

---
 pages/quanyi/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/quanyi/index.vue b/pages/quanyi/index.vue
index 96917a2..3c1f689 100644
--- a/pages/quanyi/index.vue
+++ b/pages/quanyi/index.vue
@@ -8,8 +8,8 @@
     await uni.request({
       url: _this.$webHost+'/api/v2/auth/qxgIosUnionLogin?phone='+_this.$util.getUserInfo().phone,
       success: function (res) {
-        _this.ygxLogin = res.data.data;
-        uni.setStorageSync('ygxLogin',_this.ygxLogin)
+        _this.qxgLogin = res.data.data;
+        uni.setStorageSync('qxgLogin',_this.qxgLogin)
         uni.request({
           url: _this.$webHost+'/api/v2/buryingPoint/record',
           method:'PUT',
@@ -52,7 +52,7 @@
 
   data() {
     return  {
-      ygxLogin:{},
+      qxgLogin:{},
       protocolChecked: [0],
       isAgree: false,
       tm: null,
@@ -290,7 +290,7 @@
 }
 .back{
 
-  background-image: url("/static/img/ba.png");
+  background-image: url("/static/imgs/ba.png");
   background-repeat: no-repeat;
   background-size: 100% 100%;
   padding: 22rpx 30rpx;

--
Gitblit v1.9.3