浏览代码

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

tags/河北版C.8.1.01
meo 5 年前
父节点
当前提交
22ffff16c1
共有 3 个文件被更改,包括 7 次插入7 次删除
  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 查看文件

@@ -56,7 +56,7 @@
left: 0;
top: 0;
z-index: 10;
background: rgba(0,0,0,.4);
background: rgba(0,0,0,.7);
}

.yu {


+ 1
- 1
pages/game/index.js 查看文件

@@ -9,7 +9,7 @@ Page({
onShareAppMessage: function (res) {
let _this=this;
return {
title: '富茂小游戏',
title: '小游戏',
path: 'pages/index/index',
success: function (res) {
// 转发成功


+ 5
- 5
pages/index/searchbar/detail/index.js 查看文件

@@ -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) {
let that = this;
let shareObj = {


正在加载...
取消
保存