From 075ca275bdbede7e8d7bf7bf79b91c6fc68e76a4 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 11 May 2026 10:33:44 +0800
Subject: [PATCH] feat:小猪优选 购物车和订单的顶部改成top: 44px;
---
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..b73f7c5 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