Commit b4feaa9c3705e715f56dd011027b975d4e763143
1 parent
4a1b1113
oa单广告优化
Showing
1 changed file
with
1 additions
and
1 deletions
components/diy_advertising/diy_advertising.wxml
... | ... | @@ -129,7 +129,7 @@ |
129 | 129 | </view> |
130 | 130 | <view class="clear"></view> |
131 | 131 | <!--2行三列--> |
132 | -<view class="{{object.aline ? 's4':''}}" wx:if='{{object.style==3}}' style="padding:0 {{object.two_side}}rpx;display: flex;{{object.aline ? 'flex-wrap: wrap;justify-content: space-between;' :''}} background-color:{{object.bg_color?object.bg_color:'none'}}"> | |
132 | +<view class="{{object.aline ? 's4':''}}" wx:if='{{object.style==3}}' style="padding:0 {{object.two_side}}rpx;display: flex;{{object.aline ? 'flex-wrap: wrap;' :''}} background-color:{{object.bg_color?object.bg_color:'none'}}"> | |
133 | 133 | |
134 | 134 | <block wx:for="{{object.data}}" wx:key="{{index}}"> |
135 | 135 | ... | ... |