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/web/xieyi.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/pages/web/xieyi.vue b/pages/web/xieyi.vue
index 3856640..b0a3a0f 100644
--- a/pages/web/xieyi.vue
+++ b/pages/web/xieyi.vue
@@ -10,11 +10,10 @@
     console.log(pro);
     let code =pro.code;
     let title = pro.title;
-    const _this = this;
     uni.request( {
-      url: _this.$webHost+`/api/v2/protocolInfo/getProtocol?appId=b2e24d04-6a97-40a0-9894-a44237c674ac&code=${code}`,
+      url: this.$webHost+`/api/v2/protocolInfo/getProtocol?appId=b2e24d04-6a97-40a0-9894-a44237c674ac&code=${code}`,
       success: function (res) {
-        _this.text = res.data.data.content;
+        this.text = res.data.data.content;
         uni.setNavigationBarTitle({
           title: title
         })

--
Gitblit v1.9.3