소스 검색

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

tags/福建版C.9.1.01
刘晖 6 년 전
부모
커밋
92b24aa233
2개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -2
      components/store/index.wxss
  2. +4
    -2
      pages/joinFrDpell/index.wxml

+ 1
- 2
components/store/index.wxss 파일 보기

@@ -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 파일 보기

@@ -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>


불러오는 중...
취소
저장