Browse Source

[门店显示问题修改]

tags/福建版C.9.1.01
海洋之声 5 years ago
parent
commit
ec92af74b9
4 changed files with 8 additions and 5 deletions
  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 View File

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

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


+ 1
- 1
pages/joinFrDpell/index.wxml View File

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


+ 2
- 1
pages/spellGroup/mySpellGroup/index.js View File

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

/**


+ 1
- 1
pages/spellGroup/mySpellGroup/index.wxml View File

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


Loading…
Cancel
Save