zs hace 2 años
padre
commit
930cad4658
Se han modificado 1 ficheros con 1 adiciones y 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 {