| @@ -13,7 +13,7 @@ Page({ | |||||
| let _this=this; | let _this=this; | ||||
| return { | return { | ||||
| title: '富茂小游戏', | title: '富茂小游戏', | ||||
| path: 'pages/index/index', | |||||
| path: 'pages/game/index', | |||||
| success: function (res) { | success: function (res) { | ||||
| // 转发成功 | // 转发成功 | ||||
| @@ -21,7 +21,6 @@ Page({ | |||||
| fail: function (res) { | fail: function (res) { | ||||
| // 转发失败 | // 转发失败 | ||||
| console.log(666) | console.log(666) | ||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -37,11 +36,6 @@ Page({ | |||||
| }, | }, | ||||
| onLoad(options) { | onLoad(options) { | ||||
| console.log(options,999999999) | console.log(options,999999999) | ||||
| if(options.url){ | |||||
| this.setData({ | |||||
| url: options.url | |||||
| }) | |||||
| } | |||||
| if (options.share){ | if (options.share){ | ||||
| // wx.onShareAppMessage(); | // wx.onShareAppMessage(); | ||||
| }else{ | }else{ | ||||