瀏覽代碼

入口修改

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;
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…
取消
儲存