@@ -26,7 +26,7 @@ Page({
// 查看
toView(e) {
const that = this;
- if (that.data.user.name && that.data.user.icon.length > 0) {
+ if (that.data.user.name) {
let item = e.currentTarget.dataset.item
wx.navigateTo({ url: '/pagesTeam/apply/index?id=' + item._id })
} else {