|
@@ -6,7 +6,7 @@
|
|
<label>{{servantName}}</label>
|
|
<label>{{servantName}}</label>
|
|
<view class="cell-right" onTap="changeotherhome" a:if="{{homecssname}}">
|
|
<view class="cell-right" onTap="changeotherhome" a:if="{{homecssname}}">
|
|
<image mode="scaleToFill" src="/image/switch-blue.png"/>
|
|
<image mode="scaleToFill" src="/image/switch-blue.png"/>
|
|
- <label class="homecssname">切换到其他家庭</label>
|
|
|
|
|
|
+ <label class="homecssname">切换到其他保姆</label>
|
|
</view>
|
|
</view>
|
|
<view class="cell-right" onTap="changeotherhome" a:if="{{!homecssname}}">
|
|
<view class="cell-right" onTap="changeotherhome" a:if="{{!homecssname}}">
|
|
<image mode="scaleToFill" src="/image/switch-grey.png"/>
|
|
<image mode="scaleToFill" src="/image/switch-grey.png"/>
|
|
@@ -50,7 +50,7 @@
|
|
<view a:if="{{isreminds}}" a:for="{{taskList}}" key="{{index}}">
|
|
<view a:if="{{isreminds}}" a:for="{{taskList}}" key="{{index}}">
|
|
<view class="tasks-list-item" a:if="{{item.state == 0}}">
|
|
<view class="tasks-list-item" a:if="{{item.state == 0}}">
|
|
<text> {{item.itemName}}</text>
|
|
<text> {{item.itemName}}</text>
|
|
- <view class="tasks-item-red">
|
|
|
|
|
|
+ <view class="tasks-item-red" a:if="{{tomorrowtasksState}}">
|
|
<text> 未完成</text>
|
|
<text> 未完成</text>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -75,13 +75,13 @@
|
|
<!--没有任务-->
|
|
<!--没有任务-->
|
|
<view a:if="{{!isreminds}}">
|
|
<view a:if="{{!isreminds}}">
|
|
<view class="notasks">
|
|
<view class="notasks">
|
|
- <text>还没有任务</text>
|
|
|
|
|
|
+ <text>今天无任务</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!--今天市休息日-->
|
|
<!--今天市休息日-->
|
|
<view a:if="{{!workDay}}">
|
|
<view a:if="{{!workDay}}">
|
|
<view class="notasks">
|
|
<view class="notasks">
|
|
- <text>今天市休息日</text>
|
|
|
|
|
|
+ <text>今日是休息日</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!---没有任务花销计算不显示-->
|
|
<!---没有任务花销计算不显示-->
|