zs %!s(int64=2) %!d(string=hai) anos
pai
achega
930cad4658
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {