123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <view class="servant-settings-page">
- <!--服务设置-->
- <view class="servant-setting-header">
- <image mode="scaleToFill" src="/image/notice-blue.png" class="notice-style"/>
- <text>您可以查看保姆偏好,双向沟通更清晰</text>
- <image mode="scaleToFill" src="/image/close-blue.png" class="close-stle"/>
- </view>
- <!--服务列表-->
- <view class="setting-list">
- <view class="setting-list-title">
- 做饭类<text>1/6</text>
- </view>
- <view class="setting-list-item">
- <text class="item-title">1.您家人喜欢的菜系是那种?</text>
- <view class="item-body">
- <checkbox value="0" checked="true" class="item-body-checkbox"/><text>粤菜</text>
- </view>
- <view class="item-body">
- <checkbox value="1" class="item-body-checkbox"/><text>川菜</text>
- </view>
- <view class="item-body">
- <checkbox value="3" class="item-body-checkbox"/><text>本帮菜</text>
- </view>
- <view class="item-body">
- <checkbox value="5" class="item-body-checkbox"/><text>自定义</text>
- </view>
- <view class="item-body">
- <textarea placeholder="请输入文字"></textarea>
- </view>
- </view>
- <view class="setting-list-item">
- <text class="item-title">1.您家人喜欢的菜系是那种?</text>
- <view class="item-body">
- <checkbox value="0" checked="true" class="item-body-checkbox"/><text>粤菜</text>
- </view>
- <view class="item-body">
- <checkbox value="1" class="item-body-checkbox"/><text>川菜</text>
- </view>
- <view class="item-body">
- <checkbox value="3" class="item-body-checkbox"/><text>本帮菜</text>
- </view>
- <view class="item-body">
- <checkbox value="5" class="item-body-checkbox"/><text>自定义</text>
- </view>
- <view class="item-body">
- <textarea placeholder="请输入文字"></textarea>
- </view>
- </view>
- </view>
- <!--提交按钮-->
- <view class="common-button-wrapper">
- <button type="primary" class="common-button" hover-class="active-button" onTap="dailytasksdeit">完成</button>
- </view>
- </view>
|