| @@ -3,7 +3,6 @@ | |||||
| height: 70rpx; | height: 70rpx; | ||||
| line-height: 70rpx; | line-height: 70rpx; | ||||
| color: #333; | color: #333; | ||||
| text-indent: 1em; | |||||
| background: #fff; | background: #fff; | ||||
| } | } | ||||
| @@ -2,6 +2,7 @@ | |||||
| "navigationBarTitleText": "拼团券详情", | "navigationBarTitleText": "拼团券详情", | ||||
| "enablePullDownRefresh": true, | "enablePullDownRefresh": true, | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | |||||
| "navbar": "../../components/navbar/navbar", | |||||
| "store": "../../../../components/store/index" | |||||
| } | } | ||||
| } | } | ||||
| @@ -28,19 +28,8 @@ | |||||
| <view class='j-t'>剩余时间:<view class='j-time'>{{day+' 天 '+hour+' : '+min+' : '+sec}}</view></view> | <view class='j-t'>剩余时间:<view class='j-time'>{{day+' 天 '+hour+' : '+min+' : '+sec}}</view></view> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view class='posi'> | |||||
| <view class='applyshop'>适用门店</view> | |||||
| <view class='posi_logo' wx:for="{{data.merchantVoList}}" wx:key="index"> | |||||
| <view> | |||||
| <image src='{{item.merchantImgUrl}}'></image> | |||||
| </view> | |||||
| <view> | |||||
| <text>{{item.merchantName}}</text> | |||||
| <text>{{item.addr}}{{item.buildingName}}{{item.floorName}}</text> | |||||
| </view> | |||||
| <image wx:if="{{item.linkLinePhone}}" bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" /> | |||||
| </view> | |||||
| </view> | |||||
| <!-- 适用门店 --> | |||||
| <store merchantVoList="{{data.merchantVoList}}"></store> | |||||
| <view class='p-des'> | <view class='p-des'> | ||||
| <view class='p-title'>购买须知:</view> | <view class='p-title'>购买须知:</view> | ||||
| <view class='p-list'>{{data.remark}}</view> | <view class='p-list'>{{data.remark}}</view> | ||||
| @@ -135,7 +135,6 @@ | |||||
| .p-title{ | .p-title{ | ||||
| font-size:32rpx; | font-size:32rpx; | ||||
| font-family:PingFang-SC-Bold; | font-family:PingFang-SC-Bold; | ||||
| font-weight:bold; | |||||
| color:rgba(51,51,51,1); | color:rgba(51,51,51,1); | ||||
| margin: 10rpx 0 20rpx 0; | margin: 10rpx 0 20rpx 0; | ||||
| } | } | ||||
| @@ -2,6 +2,7 @@ | |||||
| "navigationBarTitleText": "拼团券详情", | "navigationBarTitleText": "拼团券详情", | ||||
| "enablePullDownRefresh": true, | "enablePullDownRefresh": true, | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../../components/navbar/navbar" | |||||
| "navbar": "../../../../components/navbar/navbar", | |||||
| "store": "../../../../components/store/index" | |||||
| } | } | ||||
| } | } | ||||
| @@ -49,19 +49,8 @@ | |||||
| <view class='s-button' bindtap='gotoPartner'>去拼团</view> | <view class='s-button' bindtap='gotoPartner'>去拼团</view> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view class='posi'> | |||||
| <view class='applyshop'>适用门店</view> | |||||
| <view class='posi_logo' wx:for="{{data.merchantVoList}}" wx:key="index"> | |||||
| <view> | |||||
| <image src='{{item.merchantImgUrl}}'></image> | |||||
| </view> | |||||
| <view> | |||||
| <text>{{item.merchantName}}</text> | |||||
| <text>{{item.addr}}{{item.buildingName}}{{item.floorName}}</text> | |||||
| </view> | |||||
| <image wx:if="{{item.linkLinePhone}}" bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" /> | |||||
| </view> | |||||
| </view> | |||||
| <!-- 适用门店 --> | |||||
| <store merchantVoList="{{data.merchantVoList}}"></store> | |||||
| <view class='notes'> | <view class='notes'> | ||||
| <view> | <view> | ||||
| <text>购买须知</text> | <text>购买须知</text> | ||||