From 381d5de0e1c366f300be2d91282b0d1629cbaa45 Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Tue, 17 Mar 2026 13:52:02 +0800
Subject: [PATCH] appId
---
pages.json | 13 +++++--------
pages/quanyi/components/agreement/index.vue | 4 ++++
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/pages.json b/pages.json
index 9023e42..08253e7 100644
--- a/pages.json
+++ b/pages.json
@@ -213,36 +213,33 @@
{
"path": "pages/quanyi/index",
"style": {
- "navigationBarTitleText": "权益",
- "navigationStyle":"custom"
+ "navigationBarTitleText": "会员权益"
}
},
{
"path": "pages/quanyi/add",
"style": {
- "navigationBarTitleText": "绑卡",
- "navigationStyle":"custom"
+ "navigationBarTitleText": "绑卡"
}
},
{
"path": "pages/quanshou/index",
"style": {
- "navigationBarTitleText": "绑卡",
+ "navigationBarTitleText": "会员权收",
"navigationStyle":"custom"
}
},
{
"path": "pages/web/index",
"style": {
- "navigationBarTitleText": "绑卡",
+ "navigationBarTitleText": "",
"navigationStyle":"custom"
}
},
{
"path": "pages/web/xieyi",
"style": {
- "navigationBarTitleText": "协议",
- "navigationStyle":"custom"
+ "navigationBarTitleText": "协议"
}
}
],
diff --git a/pages/quanyi/components/agreement/index.vue b/pages/quanyi/components/agreement/index.vue
index a5515a9..5e961a3 100644
--- a/pages/quanyi/components/agreement/index.vue
+++ b/pages/quanyi/components/agreement/index.vue
@@ -12,6 +12,10 @@
const _this = this;
uni.request( {
url: _this.$webHost + "/api/v2/renpin/H5/getPlatformProtocolNew",
+ data: {
+ customerId: uni.getStorageSync('qxgLogin').customerId,
+ appId: uni.getStorageSync('qxgLogin').appId
+ },
method: 'GET',
success(res) {
console.log(111,res.data.data);
--
Gitblit v1.9.3