From 77eb1b27ef6f6d2412356a45a2675f605d369dc9 Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Mon, 16 Mar 2026 10:06:41 +0800
Subject: [PATCH] IMG
---
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