| @@ -112,7 +112,7 @@ | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view class='detailImg' wx:if="{{detailPicture.length>0}}"> | <view class='detailImg' wx:if="{{detailPicture.length>0}}"> | ||||
| <image wx:for="{{detailPicture}}" wx:key="{{index}}" wx:for-item="item" src='{{item}}'></image> | |||||
| <image wx:for="{{detailPicture}}" wx:key="{{index}}" wx:for-item="item" src='{{item}}' mode='widthFix'></image> | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| @@ -730,8 +730,8 @@ checkbox-group, radio-group { | |||||
| margin-bottom: 20rpx; | margin-bottom: 20rpx; | ||||
| } | } | ||||
| .content { | .content { | ||||
| margin: 0; | |||||
| padding: 0; | |||||
| margin: 0; | |||||
| padding: 0; | |||||
| width: 100%; | width: 100%; | ||||
| height: 100%; | height: 100%; | ||||
| background: #f3f3f3; | background: #f3f3f3; | ||||
| @@ -44,7 +44,7 @@ | |||||
| <view class='merchant-shop'> | <view class='merchant-shop'> | ||||
| <view class='clearfix' style='width:100%;'> | <view class='clearfix' style='width:100%;'> | ||||
| <view class='fl'> | <view class='fl'> | ||||
| <text>联系商户</text> | |||||
| <text>联系电话</text> | |||||
| </view> | </view> | ||||
| <view class='fr'> | <view class='fr'> | ||||
| <view style='display:inline-block;text-align:left;margin-right:20rpx;'> | <view style='display:inline-block;text-align:left;margin-right:20rpx;'> | ||||