From a9951fa980ff914fbfa91095e90ecc260f008a9f Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 11 Jun 2026 09:26:42 +0800
Subject: [PATCH] feat:星享购 退款
---
pages/quanyi/components/agreement/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/pages/quanyi/components/agreement/index.vue b/pages/quanyi/components/agreement/index.vue
index 10a5c03..9370ede 100644
--- a/pages/quanyi/components/agreement/index.vue
+++ b/pages/quanyi/components/agreement/index.vue
@@ -11,6 +11,10 @@
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