From 95786739366afbde2f808de5a663b72653b34109 Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Fri, 13 Mar 2026 13:59:34 +0800
Subject: [PATCH] Ui

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

diff --git a/pages/quanyi/index.vue b/pages/quanyi/index.vue
index b8af6f6..3c1f689 100644
--- a/pages/quanyi/index.vue
+++ b/pages/quanyi/index.vue
@@ -6,10 +6,10 @@
   async  created() {
     const _this = this;
     await uni.request({
-      url: _this.$webHost+'/api/v2/auth/ygxLogin?phone='+_this.$util.getUserInfo().phone,
+      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