Commit 901156ad5839d6a28ede5eab31aff3f59ccd99dc

Authored by yvan.ni
1 parent 35b00aa5

跳转预售不要强制会员登陆

Showing 1 changed file with 5 additions and 5 deletions
pages/index/index/index.js
... ... @@ -1534,11 +1534,11 @@ Page({
1534 1534 },
1535 1535  
1536 1536 go_pre: function (e) {
1537   - var userInfo = getApp().globalData.userInfo;
1538   - if (!userInfo) {
1539   - getApp().goto("/packageE/pages/togoin/togoin");
1540   - return false;
1541   - }
  1537 + // var userInfo = getApp().globalData.userInfo;
  1538 + // if (!userInfo) {
  1539 + // getApp().goto("/packageE/pages/togoin/togoin");
  1540 + // return false;
  1541 + // }
1542 1542 var url = e.currentTarget.dataset.url;
1543 1543 getApp().goto(url);
1544 1544 },
... ...