Explorar el Código

[卡订单,游戏,门店详情][删除,增加]:[删除没用代码]

tags/河北版C.8.1.01
meo hace 5 años
padre
commit
22ffff16c1
Se han modificado 3 ficheros con 7 adiciones y 7 borrados
  1. +1
    -1
      pages/cardorder/index/index.wxss
  2. +1
    -1
      pages/game/index.js
  3. +5
    -5
      pages/index/searchbar/detail/index.js

+ 1
- 1
pages/cardorder/index/index.wxss Ver fichero

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


+ 1
- 1
pages/game/index.js Ver fichero

@@ -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) {
// 转发成功 // 转发成功


+ 5
- 5
pages/index/searchbar/detail/index.js Ver fichero

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


Cargando…
Cancelar
Guardar