Browse Source

no message

feature/v2.0
xpz2018 4 years ago
parent
commit
3699a3b099
1 changed files with 0 additions and 1 deletions
  1. 1
      pages/message/card-list/index.js

1
pages/message/card-list/index.js

@ -78,7 +78,6 @@ Scene({
}
},
lookItem: function (e) {
console.log(e)
this.data.nowItem = this.data.orderList[e.currentTarget.dataset.page][e.currentTarget.dataset.index]
if(app.userInfo.type && app.userInfo.type.indexOf('ADMIN') >= 0){
this.setData({ show: true })

Loading…
Cancel
Save