|
@@ -6,28 +6,30 @@
|
|
<text>王阿姨</text>
|
|
<text>王阿姨</text>
|
|
<image mode="aspectFill" src="/image/icon-edit.png" class="edit-btn"/>
|
|
<image mode="aspectFill" src="/image/icon-edit.png" class="edit-btn"/>
|
|
</view>
|
|
</view>
|
|
- <view class="switch-list">
|
|
|
|
- <image mode="aspectFill" src="/image/switch-grey.png" class="switch-btn"/>
|
|
|
|
- <text>切换到其他保姆</text>
|
|
|
|
|
|
+ <view class="switch-list" onTap="switchList">
|
|
|
|
+ <image mode="aspectFill" src="/image/switch-grey.png" class="switch-btn" a:if="{{isOnlyOne}}"/>
|
|
|
|
+ <image mode="aspectFill" src="/image/switch-blue.png" class="switch-btn" a:if="{{!isOnlyOne}}"/>
|
|
|
|
+ <text class="{{isOnlyOne?'':'switch-text'}}">切换到其他保姆</text>
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
<view class="work-day">周一·周二·周三·周四·周五</view>
|
|
<view class="work-day">周一·周二·周三·周四·周五</view>
|
|
<view class="about-detail">
|
|
<view class="about-detail">
|
|
<view class="about-left">
|
|
<view class="about-left">
|
|
<view class="service-model">保姆工种:钟点工</view>
|
|
<view class="service-model">保姆工种:钟点工</view>
|
|
- <view class="bind-code">
|
|
|
|
- <text>关联码:123456789</text>
|
|
|
|
- <text class="copy-btn">复制</text>
|
|
|
|
|
|
+ <view class="bind-code" a:if="{{!isBind}}">
|
|
|
|
+ <text>关联码:{{bindCode}}</text>
|
|
|
|
+ <text class="copy-btn" onTap="copyCode">复制</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="about-right">阿姨偏好</view>
|
|
<view class="about-right">阿姨偏好</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 通知 -->
|
|
<!-- 通知 -->
|
|
- <view class="notice-bar">
|
|
|
|
|
|
+ <view class="notice-bar" a:if="{{noticeShow}}">
|
|
<view class="notice-main">强提醒内容</view>
|
|
<view class="notice-main">强提醒内容</view>
|
|
<view class="close-wrapper">
|
|
<view class="close-wrapper">
|
|
- <image mode="aspectFill" src="/image/icon-close.png" class="notice-close"/>
|
|
|
|
|
|
+ <image mode="aspectFill" src="/image/icon-close.png" class="notice-close" onTap="closeNotice"/>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
</view>
|
|
</view>
|