|
|
@ -18,6 +18,13 @@ Page({ |
|
|
pageSize: 10, |
|
|
pageSize: 10, |
|
|
pageNum: 1 |
|
|
pageNum: 1 |
|
|
}, |
|
|
}, |
|
|
|
|
|
taskList: [ |
|
|
|
|
|
['极客小寨小程序开发_百度百科', |
|
|
|
|
|
'极客小寨微信小程序正式上线', |
|
|
|
|
|
'极客小寨微信小程序有哪些?关注极客小寨微信公众号获取微信小程序最全汇总?', |
|
|
|
|
|
'公众号出售-公众号价格-公众号买卖-A5公众号交易平台', |
|
|
|
|
|
'如何运营出一个有吸引力的微信公众号? - 微信公众平台号 - 知乎'] |
|
|
|
|
|
] |
|
|
}, |
|
|
}, |
|
|
/** |
|
|
/** |
|
|
* 生命周期函数--监听页面加载 |
|
|
* 生命周期函数--监听页面加载 |
|
|
@ -60,7 +67,7 @@ Page({ |
|
|
if(!util.isEmpty(this.data.form.name) && strList.indexOf(this.data.form.name) < 0){ |
|
|
if(!util.isEmpty(this.data.form.name) && strList.indexOf(this.data.form.name) < 0){ |
|
|
strList.splice(0, 0, this.data.form.name) |
|
|
strList.splice(0, 0, this.data.form.name) |
|
|
} |
|
|
} |
|
|
this.setData({ rearchStringList: strList.slice(0, 24), focus: false }) |
|
|
|
|
|
|
|
|
this.setData({ rearchStringList: strList.slice(0, 24), focus: false, ['form.name']: detail.value }) |
|
|
}, |
|
|
}, |
|
|
tagClick: function(e){ |
|
|
tagClick: function(e){ |
|
|
this.setData({ ['form.name']: this.data.rearchStringList[e.currentTarget.dataset.index] }) |
|
|
this.setData({ ['form.name']: this.data.rearchStringList[e.currentTarget.dataset.index] }) |
|
|
|