|
@@ -75,28 +75,9 @@
|
|
<view style="margin-bottom:10rpx;">{{item.name}}</view>
|
|
<view style="margin-bottom:10rpx;">{{item.name}}</view>
|
|
<view class="flex-box flex-v-ce fontColorX" style="font-size:28rpx;">
|
|
<view class="flex-box flex-v-ce fontColorX" style="font-size:28rpx;">
|
|
<image mode="scaleToFill" src="../../../image/sj2.png"/>
|
|
<image mode="scaleToFill" src="../../../image/sj2.png"/>
|
|
- <text a:if="{{item.task_cycle == 1}}">每天自动发布</text>
|
|
|
|
- <text a:if="{{item.task_cycle == 2}}">
|
|
|
|
- <text a:if="{{item.task_cycle_value == 1}}">每周一自动发布</text>
|
|
|
|
- <text a:if="{{item.task_cycle_value == 2}}">每周二自动发布</text>
|
|
|
|
- <text a:if="{{item.task_cycle_value == 3}}">每周三自动发布</text>
|
|
|
|
- <text a:if="{{item.task_cycle_value == 4}}">每周四自动发布</text>
|
|
|
|
- <text a:if="{{item.task_cycle_value == 5}}">每周五自动发布</text>
|
|
|
|
- <text a:if="{{item.task_cycle_value == 6}}">每周六自动发布</text>
|
|
|
|
- <text a:if="{{item.task_cycle_value == 7}}">每周日自动发布</text>
|
|
|
|
- </text>
|
|
|
|
- <text a:if="{{item.task_cycle == 3}}">每月自动发布</text>
|
|
|
|
- <text a:if="{{item.task_cycle == 1}}"> 完成截止为{{item.task_cycle_value}}点</text>
|
|
|
|
- <text a:if="{{item.task_cycle == 2}}"> 完成截止为
|
|
|
|
- <text a:if="{{item.task_cycle_value == 1}}">周一</text>
|
|
|
|
- <text a:if="{{item.task_cycle_value == 2}}">周二</text>
|
|
|
|
- <text a:if="{{item.task_cycle_value == 3}}">周三</text>
|
|
|
|
- <text a:if="{{item.task_cycle_value == 4}}">周四</text>
|
|
|
|
- <text a:if="{{item.task_cycle_value == 5}}">周五</text>
|
|
|
|
- <text a:if="{{item.task_cycle_value == 6}}">周六</text>
|
|
|
|
- <text a:if="{{item.task_cycle_value == 7}}">周日</text>
|
|
|
|
- </text>
|
|
|
|
- <text a:if="{{item.task_cycle == 3}}"> 完成截止为次月{{item.task_cycle_value}}号</text>
|
|
|
|
|
|
+ <text a:if="{{item.task_cycle == 1}}">每天0点自动发布,{{item.task_cycle_value > 9 ? item.task_cycle_value + ': 00' : '0' + item.task_cycle_value + ': 00'}}截止</text>
|
|
|
|
+ <text a:if="{{item.task_cycle == 2}}">每天自动发布,周{{weekList[item.task_cycle_value - 1]}}截止</text>
|
|
|
|
+ <text a:if="{{item.task_cycle == 3}}">每月1号自动发布,{{item.task_cycle_value - 1}}号截止</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="noDatas" a:if="{{isData}}">没有更多咯</view>
|
|
<view class="noDatas" a:if="{{isData}}">没有更多咯</view>
|