优化详情页面
This commit is contained in:
parent
e2b4812ed0
commit
3d1729dad0
|
@ -53,11 +53,11 @@ export default {
|
||||||
this.pageTitle = "服务协议";
|
this.pageTitle = "服务协议";
|
||||||
this.info.content = this.platformData.service;
|
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,
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
this.info.content = this.info.content.replace(/\<img/gi, '<img style="max-width:100%;height:auto"');
|
||||||
|
uni.setNavigationBarTitle({
|
||||||
|
title: this.pageTitle,
|
||||||
|
});
|
||||||
},
|
},
|
||||||
onShow() {},
|
onShow() {},
|
||||||
onReady() {},
|
onReady() {},
|
||||||
|
|
Loading…
Reference in New Issue