Commit e8f548444bc7687898c0307fb2ce5288933d63b1

Authored by 前端开发-罗建龙
1 parent 94eff6fb

跳转

Showing 1 changed file with 1 additions and 0 deletions
pages/user/index/index.js
... ... @@ -57,6 +57,7 @@ Page({
57 57 var th = this;
58 58 var url = e.currentTarget.dataset.url;
59 59 if (th.data.userInfo != null) {
  60 + console.log('跳转');
60 61 getApp().goto(url);
61 62 } else {
62 63 wx.navigateTo({
... ...