Browse Source

入口修改

tags/2.2.4
海洋之声 6 years ago
parent
commit
ef6fd7c324
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      pages/game/index.js

+ 1
- 7
pages/game/index.js View File

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


Loading…
Cancel
Save