From c3c27262a6e722d2a6153ff3de6d2f870adc1d45 Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Tue, 17 Mar 2026 14:20:10 +0800
Subject: [PATCH] 传接口参数
---
pages/quanyi/index.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/pages/quanyi/index.vue b/pages/quanyi/index.vue
index 01c8517..ddc5c26 100644
--- a/pages/quanyi/index.vue
+++ b/pages/quanyi/index.vue
@@ -7,6 +7,10 @@
const _this = this;
await uni.request({
url: _this.$webHost+'/api/v2/auth/qxgIosUnionLogin?phone='+_this.$util.getUserInfo().phone,
+ data:{
+ customerId: uni.getStorageSync('qxgLogin').customerId,
+ appId: uni.getStorageSync('qxgLogin').appId
+ },
success: function (res) {
_this.qxgLogin = res.data.data;
uni.setStorageSync('qxgLogin',_this.qxgLogin)
@@ -300,6 +304,6 @@
background-repeat: no-repeat;
background-size: 100% 100%;
background-color: #FFF4FA;
- min-height: 100%;
+ min-height: 100vh;
}
</style>
--
Gitblit v1.9.3