lin
2026-05-11 075ca275bdbede7e8d7bf7bf79b91c6fc68e76a4
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
        })