ソースを参照

入口修改

tags/2.2.4
海洋之声 6年前
コミット
ef6fd7c324
1個のファイルの変更1行の追加7行の削除
  1. +1
    -7
      pages/game/index.js

+ 1
- 7
pages/game/index.js ファイルの表示

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


読み込み中…
キャンセル
保存