意见建议 企获客介绍接口
This commit is contained in:
@@ -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,
|
||||
})
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user