From 8bd4d49111c7bf87588a9ec886b47cd46a45e70e Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 09 Jun 2026 15:16:38 +0800
Subject: [PATCH] feat:星享购 支付宝支付

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

diff --git a/pages/quanyi/components/agreement/index.vue b/pages/quanyi/components/agreement/index.vue
index 3e0fec3..9370ede 100644
--- a/pages/quanyi/components/agreement/index.vue
+++ b/pages/quanyi/components/agreement/index.vue
@@ -5,13 +5,16 @@
   data() {
     return {
       list: [],
-      $webHost:'https://rbb98765.zrgy-bbg.com',
     }
   },
   created() {
     const _this = this;
     uni.request( {
       url: _this.$webHost + "/api/v2/renpin/H5/getPlatformProtocolNew",
+	  data: {
+	    customerId: uni.getStorageSync('ygxLogin').customerId,
+	    appId: uni.getStorageSync('ygxLogin').appId
+	  },
       method: 'GET',
       success(res) {
         console.log(res.data.data);

--
Gitblit v1.9.3