zs 1 年間 前
コミット
930cad4658
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pagesMy/team/index.js

+ 1 - 1
pagesMy/team/index.js

@@ -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 {