...
|
...
|
@@ -151,7 +151,7 @@ |
|
|
<view class='new_city_text' wx:for='{{newcity}}' wx:key='this' data-types='new' catchtap='cityTap' data-val='{{item}}'>
|
|
|
<view class="hotgood">
|
|
|
<view class="imgleft">
|
|
|
<image src="{{item.logo}}"></image>
|
|
|
<image src="{{item.logo}}" mode='widthFix'></image>
|
|
|
</view>
|
|
|
<view class="contentright">
|
|
|
<view class="contenttop">{{item.name}}</view>
|
...
|
...
|
|