|
@@ -2,8 +2,10 @@
|
|
|
<view>
|
|
|
<text class='special_label' wx:if="{{specialData}}">{{specialData}}</text>
|
|
|
</view>
|
|
|
-<view style="padding-left:11rpx;margin-bottom:6rpx;margin-top:9rpx;">
|
|
|
+<view style="margin-top:10rpx;">
|
|
|
<block wx:key="{{item}}" wx:for="{{items}}">
|
|
|
- <view class='category_btn' data-title="{{item.title}}" bindtap="navigator">{{item.title}}</view>
|
|
|
+ <view class='category_btn'>
|
|
|
+ <view data-title="{{item.title}}" bindtap="navigator">{{item.title}}</view>
|
|
|
+ </view>
|
|
|
</block>
|
|
|
</view>
|