新增专区,调整分页bug
This commit is contained in:
@@ -22,11 +22,7 @@ Page({
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad(options) {
|
||||
const { canBack } = options
|
||||
console.log('cnaback', canBack)
|
||||
if (canBack === 'false') {
|
||||
this.setData({ canBack: false })
|
||||
}
|
||||
|
||||
},
|
||||
onChangeName(e) {
|
||||
this.setData({
|
||||
|
Reference in New Issue
Block a user