From 7654d718d458420c7e2d714d2cb40a7a4ffdcc68 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 17 Apr 2026 14:42:31 +0800
Subject: [PATCH] feat: 小猪优选IOS提交
---
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