Browse Source

Signed-off-by: yukangzhe <382985154@qq.com>

yukangzhe 4 years ago
parent
commit
b395e526d1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pages/index/index.js

+ 3 - 0
pages/index/index.js

@@ -88,6 +88,9 @@ Page({
   },
 
   toPage: function (e) {
+    if(typeof e.currentTarget.dataset.url == 'undefined'){
+      return
+    }
     wx.navigateTo({
       url: e.currentTarget.dataset.url,
     })