微信小程序pbootcms搜索调用
时间 :
2022-10-26
编辑 :超级管理员
var search_obj = {
'keyword': this.data.mytext,
'scode': '1,2,3,4,5,6,7',
};
api.get_search_resault(search_obj, 5, 'id').then(function (rs) {
that.setData({
data: rs.data,
})
console.log(rs.data)
}