意见建议 企获客介绍接口

This commit is contained in:
zdx
2020-12-31 15:49:33 +08:00
parent a3a38b0736
commit 3855eb456f
8 changed files with 60 additions and 26 deletions

View File

@@ -3,5 +3,15 @@ Page({
nodes: {
}
},
onLoad() {
wx.$api.user.getQHKIntroduce().then(res => {
if (res.content) {
var nodes = res.content.replace('<img', '<img style="max-width:100%;height:auto""');
this.setData({
nodes: nodes,
})
}
})
}
})