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