From f0e8ab500a93c4ab7223b8eebd1650c143a8f667 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 25 May 2026 11:07:26 +0800
Subject: [PATCH] feat:星享购 会员权益

---
 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