优化详情页面

This commit is contained in:
TOP糯米 2023-04-02 17:38:00 +08:00
parent e2b4812ed0
commit 3d1729dad0
1 changed files with 4 additions and 4 deletions

View File

@ -53,11 +53,11 @@ export default {
this.pageTitle = "服务协议";
this.info.content = this.platformData.service;
}
}
this.info.content = this.info.content.replace(/\<img/gi, '<img style="max-width:100%;height:auto"');
uni.setNavigationBarTitle({
title: this.pageTitle,
});
}
},
onShow() {},
onReady() {},