Browse Source

[拼团分享页面布局修改]

tags/福建版C.9.1.01
刘晖 5 years ago
parent
commit
92b24aa233
2 changed files with 5 additions and 4 deletions
  1. +1
    -2
      components/store/index.wxss
  2. +4
    -2
      pages/joinFrDpell/index.wxml

+ 1
- 2
components/store/index.wxss View File

@@ -2,6 +2,7 @@
font-size: 30rpx;
height: 70rpx;
line-height: 70rpx;
text-indent: 1em;
color: #333;
background: #fff;
}
@@ -17,7 +18,6 @@
display: flex;
padding: 20rpx 0;
background: #fff;
z-index: 10;
margin: 0 auto;
}

@@ -73,5 +73,4 @@
margin: auto;
width: 50rpx;
height: 50rpx;
z-index: 10;
}

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

@@ -28,8 +28,10 @@
<view class='j-t'>剩余时间:<view class='j-time'>{{day+' 天 '+hour+' : '+min+' : '+sec}}</view></view>
</view>
</view>
<!-- 适用门店 -->
<store merchantVoList="{{data.merchantVoList}}"></store>
</view>
<!-- 适用门店 -->
<store merchantVoList="{{data.merchantVoList}}"></store>
<view class='text'>
<view class='p-des'>
<view class='p-title'>购买须知:</view>
<view class='p-list'>{{data.remark}}</view>


Loading…
Cancel
Save