|
@@ -1,6 +1,6 @@
|
|
|
<view style="margin-top: -40rpx">
|
|
|
<scroll-view class="item-he" scroll-y>
|
|
|
- <view class="item-main" bindtap="tourl" data-item="{{item.linkUrl}}" wx:for="{{eventDataList}}" wx:key="index">
|
|
|
+ <view class="item-main" bindtap="tourl" wx:for="{{eventDataList}}" wx:key="index" data-item="{{item.linkUrl}}">
|
|
|
<view class="item-right">
|
|
|
<view class="item-title" >
|
|
|
<view class="item-title-line"></view>
|