|
@@ -68,7 +68,7 @@
|
|
|
<view class="c_l_top_l">沪上联名</view>
|
|
|
</view>
|
|
|
<view class="jointly-style">
|
|
|
- <view class="jointly-list" wx:for="{{adList}}" data-appid="{{item.appId}}" data-path="{{item.path}}" wx:key="unique">
|
|
|
+ <view class="jointly-list" wx:for="{{adList}}" data-appid="{{item.appId}}" data-path="{{item.path}}" wx:key="unique" bindtap="goToAd">
|
|
|
<image class="jointly-img" src="{{item.figure}}"></image>
|
|
|
<view class="jointly-text over-ellipsis-two">{{item.title}}</view>
|
|
|
</view>
|