|
@@ -16,13 +16,15 @@
|
|
|
<view class=" cu-list grid col-3 no-border">
|
|
|
<view class="cu-item" style='text-align:center;' v-for="(item,index) in videoList"
|
|
|
@click="gridClick(item)">
|
|
|
+ <view style='height:40px;'>{{item.Name}}</view>
|
|
|
+
|
|
|
<view v-if="item.Status == 'ON'">
|
|
|
<image v-if="item.SnapURL" :src="'https://live.eliangeyun.com'+item.SnapURL" class="sign1">
|
|
|
</image>
|
|
|
- <view v-else style="background-color: #008000;" class="sign1">
|
|
|
- <image src="../../static/img/play-btn.png"
|
|
|
- style="width: 80rpx;height: 80rpx;margin-top: 40rpx;"></image>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
+ <view v-if="item.Status=='OFF'" style="background-color: #008000;margin:0 auto;" class="sign1">
|
|
|
+ <image src="../../static/img/play-btn.png"
|
|
|
+ style="width: 80rpx;height: 80rpx;margin-top: 40rpx;"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|