From ef6fd7c324eb03e37603c13365ae05dc661a27b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E6=B4=8B=E4=B9=8B=E5=A3=B0?= Date: Fri, 19 Oct 2018 15:11:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/game/index.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pages/game/index.js b/pages/game/index.js index 537a5e7..801ba84 100644 --- a/pages/game/index.js +++ b/pages/game/index.js @@ -13,7 +13,7 @@ Page({ let _this=this; return { title: '富茂小游戏', - path: 'pages/index/index', + path: 'pages/game/index', success: function (res) { // 转发成功 @@ -21,7 +21,6 @@ Page({ fail: function (res) { // 转发失败 console.log(666) - } } }, @@ -37,11 +36,6 @@ Page({ }, onLoad(options) { console.log(options,999999999) - if(options.url){ - this.setData({ - url: options.url - }) - } if (options.share){ // wx.onShareAppMessage(); }else{