lin
2026-04-17 8eb6cb869fb69888abc8f99d3b1fad4fbddcdace
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
        })