| @@ -56,7 +56,7 @@ | |||||
| left: 0; | left: 0; | ||||
| top: 0; | top: 0; | ||||
| z-index: 10; | z-index: 10; | ||||
| background: rgba(0,0,0,.4); | |||||
| background: rgba(0,0,0,.7); | |||||
| } | } | ||||
| .yu { | .yu { | ||||
| @@ -9,7 +9,7 @@ Page({ | |||||
| onShareAppMessage: function (res) { | onShareAppMessage: function (res) { | ||||
| let _this=this; | let _this=this; | ||||
| return { | return { | ||||
| title: '富茂小游戏', | |||||
| title: '小游戏', | |||||
| path: 'pages/index/index', | path: 'pages/index/index', | ||||
| success: function (res) { | success: function (res) { | ||||
| // 转发成功 | // 转发成功 | ||||
| @@ -181,11 +181,11 @@ Page({ | |||||
| /** | /** | ||||
| * 获取多商铺列表 | * 获取多商铺列表 | ||||
| */ | */ | ||||
| shopList: function(e) { | |||||
| wx.navigateTo({ | |||||
| url: `/pages/index/merchantList/index?id=${e.currentTarget.dataset.id}` | |||||
| }) | |||||
| }, | |||||
| // shopList: function(e) { | |||||
| // wx.navigateTo({ | |||||
| // url: `/pages/index/merchantList/index?id=${e.currentTarget.dataset.id}` | |||||
| // }) | |||||
| // }, | |||||
| onShareAppMessage: function(res) { | onShareAppMessage: function(res) { | ||||
| let that = this; | let that = this; | ||||
| let shareObj = { | let shareObj = { | ||||