瀏覽代碼

[门店显示问题修改]

tags/福建版C.9.1.01
海洋之声 5 年之前
父節點
當前提交
ec92af74b9
共有 4 個文件被更改,包括 8 次插入5 次删除
  1. +4
    -2
      pages/joinFrDpell/index.js
  2. +1
    -1
      pages/joinFrDpell/index.wxml
  3. +2
    -1
      pages/spellGroup/mySpellGroup/index.js
  4. +1
    -1
      pages/spellGroup/mySpellGroup/index.wxml

+ 4
- 2
pages/joinFrDpell/index.js 查看文件

@@ -28,7 +28,8 @@ Page({
sec: "00", sec: "00",
paramData:null, paramData:null,
showErr:false, showErr:false,
showTime:true
showTime: true,
merchantVoList: []
}, },


/** /**
@@ -203,7 +204,8 @@ Page({
data.validStartDate = utils.formatTime(data.validStartDate, 'yyyy-MM-dd') data.validStartDate = utils.formatTime(data.validStartDate, 'yyyy-MM-dd')
data.validEndDate = utils.formatTime(data.validEndDate, 'yyyy-MM-dd') data.validEndDate = utils.formatTime(data.validEndDate, 'yyyy-MM-dd')
that.setData({ that.setData({
data
data,
merchantVoList: data.merchantVoList
}); });
}); });
}, },


+ 1
- 1
pages/joinFrDpell/index.wxml 查看文件

@@ -30,7 +30,7 @@
</view> </view>
</view> </view>
<!-- 适用门店 --> <!-- 适用门店 -->
<store merchantVoList="{{data.merchantVoList}}"></store>
<store merchantVoList="{{merchantVoList}}"></store>
<view class='text'> <view class='text'>
<view class='p-des'> <view class='p-des'>
<view class='p-title'>购买须知:</view> <view class='p-title'>购买须知:</view>


+ 2
- 1
pages/spellGroup/mySpellGroup/index.js 查看文件

@@ -46,7 +46,8 @@ Page({
queueData: null, queueData: null,
zIndex: 11, zIndex: 11,
display: "none", display: "none",
orderGroupId:''
orderGroupId:'',
merchantVoList:[]
}, },


/** /**


+ 1
- 1
pages/spellGroup/mySpellGroup/index.wxml 查看文件

@@ -50,7 +50,7 @@
</view> </view>
</view> </view>
<!-- 适用门店 --> <!-- 适用门店 -->
<store merchantVoList="{{merchantVoList}}"></store>
<store merchantVoList="{{merchantVoList}}"></store>
<view class='notes'> <view class='notes'>
<view> <view>
<text>购买须知</text> <text>购买须知</text>


Loading…
取消
儲存