|
@@ -163,7 +163,7 @@
|
|
|
<view wx:elif="{{tabs.active=='e'}}" class="a e" style="height: 81vh !important;">
|
|
|
<scroll-view scroll-y="true" class="scroll-view">
|
|
|
<view class="list-scroll-view">
|
|
|
- <view class="eList" wx:for="{{raceteamList}}" wx:key="item">
|
|
|
+ <view class="eList" wx:for="{{raceteamList}}" wx:key="item" bindtap="toAchieve" data-item="{{item}}" data-ctype="1">
|
|
|
<text>{{item.grouping_name}}</text>
|
|
|
<text>{{item.project_name}}</text>
|
|
|
<text>{{item.name}}</text>
|