Browse Source

[拼团券详情页面title不展示问题修改]

tags/福建版C.9.1.01
刘晖 5 years ago
parent
commit
9e5bf293b1
3 changed files with 5 additions and 7 deletions
  1. +2
    -2
      pages/joinFrDpell/index.wxml
  2. +2
    -4
      pages/spellGroup/mySpellGroup/index.js
  3. +1
    -1
      pages/spellGroup/mySpellGroup/index.wxml

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

@@ -1,4 +1,4 @@
<navbar back home text="{{barTitle}}" background='#fff'></navbar>
<navbar back home text="拼团券" background='#fff'></navbar>
<view class="content-box" style="margin-top:{{navigationBarHeight}}">
<view class='content'>
<view class='top-img'>
@@ -30,7 +30,7 @@
</view>
</view>
<!-- 适用门店 -->
<store merchantVoList="{{data.merchantVoList}}"></store>
<store merchantVoList="{{data.merchantVoList}}"></store>
<view class='text'>
<view class='p-des'>
<view class='p-title'>购买须知:</view>


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

@@ -426,15 +426,13 @@ Page({
})
}
}
wx.setNavigationBarTitle({
title: res.data.title
})
data.price = (data.price / 100).toFixed(2)
data.salePrice = (data.salePrice / 100).toFixed(2);
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/spellGroup/mySpellGroup/index.wxml View File

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


Loading…
Cancel
Save