|
@@ -13,7 +13,7 @@
|
|
<text>:</text>
|
|
<text>:</text>
|
|
<text>{{info.red_branch||0}}</text>
|
|
<text>{{info.red_branch||0}}</text>
|
|
</view>
|
|
</view>
|
|
- <view class="status">{{item.status=='0'?'未开始':item.status=='1'?'进行中':'已结束'}}</view>
|
|
|
|
|
|
+ <view class="status">{{info.status=='0'?'未开始':info.status=='1'?'进行中':'已结束'}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="one_1_1">
|
|
<view class="one_1_1">
|
|
<image src="{{info.red_logo[0].url}}"></image>
|
|
<image src="{{info.red_logo[0].url}}"></image>
|