From 6a4d1050424c2cdc9064334d96b1eace2f9c082b Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 22 May 2026 17:11:53 +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