|
|
@@ -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{ |
|
|
|