|
|
|
@ -32,20 +32,26 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">门窗、灯、空调、水电等情况</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
门窗、灯、空调、水电等情况 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- <u-text size="30" text="门窗、灯、空调、水电等情况"></u-text>--> |
|
|
|
|
</view> |
|
|
|
|
<view class="radio row" style="padding-bottom:30rpx;"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['全部关闭','部分未关闭']" style="width:auto;align-items: center;" @click="applianceChange(item)"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['全部关闭','部分未关闭']" |
|
|
|
|
style="width:auto;align-items: center;" @click="applianceChange(item)"> |
|
|
|
|
<view class="box " |
|
|
|
|
style="display:flex;justify-content:center;align-items:center; |
|
|
|
|
width:35rpx;height:35rpx;border-radius: 50%;border:2rpx solid;background-color:#4EC2B7; |
|
|
|
@ -55,7 +61,8 @@
|
|
|
|
|
backgroundColor:(model.appliance.option === item ? '#4EC2B7':'transparent') |
|
|
|
|
}" |
|
|
|
|
> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" :color="(model.appliance.option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" |
|
|
|
|
:color="(model.appliance.option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
<view class="label "> |
|
|
|
|
{{ item }} |
|
|
|
@ -98,20 +105,26 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">入户前萌宠家居情况</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
入户前萌宠家居情况 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- <u-text size="30" text="入户前萌宠家居情况"></u-text>--> |
|
|
|
|
</view> |
|
|
|
|
<view class="radio row" style="padding-bottom:30rpx;"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['未破坏','捣蛋破坏']" style="width:auto;align-items: center;" @click="beforeStatusChange(item)"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['未破坏','捣蛋破坏']" |
|
|
|
|
style="width:auto;align-items: center;" @click="beforeStatusChange(item)"> |
|
|
|
|
<view class="box " |
|
|
|
|
style="display:flex;justify-content:center;align-items:center; |
|
|
|
|
width:35rpx;height:35rpx;border-radius: 50%;border:2rpx solid;background-color:#4EC2B7; |
|
|
|
@ -121,7 +134,8 @@
|
|
|
|
|
backgroundColor:(model.before_status.option === item ? '#4EC2B7':'transparent') |
|
|
|
|
}" |
|
|
|
|
> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" :color="(model.before_status.option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" |
|
|
|
|
:color="(model.before_status.option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
<view class="label "> |
|
|
|
|
{{ item }} |
|
|
|
@ -164,13 +178,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">萌宠生活区情况</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
萌宠生活区情况 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -206,13 +225,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">萌宠食物剩余情况</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
萌宠食物剩余情况 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -223,7 +247,8 @@
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class="radio row" style="padding-bottom:30rpx;"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['充足','少量','无']" style="width:auto;align-items: center;" @click="foodChange(item)"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['充足','少量','无']" |
|
|
|
|
style="width:auto;align-items: center;" @click="foodChange(item)"> |
|
|
|
|
<view class="box " |
|
|
|
|
style="display:flex;justify-content:center;align-items:center; |
|
|
|
|
width:35rpx;height:35rpx;border-radius: 50%;border:2rpx solid;background-color:#4EC2B7; |
|
|
|
@ -233,7 +258,8 @@
|
|
|
|
|
backgroundColor:(model.food_status.food_option === item ? '#4EC2B7':'transparent') |
|
|
|
|
}" |
|
|
|
|
> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" :color="(model.food_status.food_option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" |
|
|
|
|
:color="(model.food_status.food_option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
<view class="label "> |
|
|
|
|
{{ item }} |
|
|
|
@ -255,7 +281,8 @@
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class="radio row" style="padding-bottom:30rpx;"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['充足','少量','无']" style="width:auto;align-items: center;" @click="waterChange(item)"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['充足','少量','无']" |
|
|
|
|
style="width:auto;align-items: center;" @click="waterChange(item)"> |
|
|
|
|
<view class="box " |
|
|
|
|
style="display:flex;justify-content:center;align-items:center; |
|
|
|
|
width:35rpx;height:35rpx;border-radius: 50%;border:2rpx solid;background-color:#4EC2B7; |
|
|
|
@ -265,7 +292,8 @@
|
|
|
|
|
backgroundColor:(model.food_status.water_option === item ? '#4EC2B7':'transparent') |
|
|
|
|
}" |
|
|
|
|
> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" :color="(model.food_status.water_option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" |
|
|
|
|
:color="(model.food_status.water_option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
<view class="label "> |
|
|
|
|
{{ item }} |
|
|
|
@ -310,13 +338,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">是否有萌宠呕吐物</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
是否有萌宠呕吐物 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -364,13 +397,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">萌宠排泄物情况</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
萌宠排泄物情况 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -420,13 +458,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">其他情况反馈</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
其他情况反馈 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -470,13 +513,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">食盆清洗并擦干水渍</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
食盆清洗并擦干水渍 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -515,13 +563,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">水盆清理</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
水盆清理 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -560,13 +613,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">萌宠主食</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
萌宠主食 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -610,13 +668,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">萌宠饮用水</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
萌宠饮用水 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -642,7 +705,8 @@
|
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
|
<u-checkbox name="凉白开" label="凉白开" labelSize="28" icon-size="28" active-color="#4EC2B7" |
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
|
<u-checkbox name="厨房直饮水" label="厨房直饮水" labelSize="28" icon-size="28" active-color="#4EC2B7" |
|
|
|
|
<u-checkbox name="厨房直饮水" label="厨房直饮水" labelSize="28" icon-size="28" |
|
|
|
|
active-color="#4EC2B7" |
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
|
</u-checkbox-group> |
|
|
|
|
<uv-upload |
|
|
|
@ -675,13 +739,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">零食、药品及其他</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
零食、药品及其他 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -702,7 +771,8 @@
|
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
|
<u-checkbox name="其他零食" label="其他零食" labelSize="28" icon-size="28" active-color="#4EC2B7" |
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
|
<u-checkbox name="指定营养品" label="指定营养品" labelSize="28" icon-size="28" active-color="#4EC2B7" |
|
|
|
|
<u-checkbox name="指定营养品" label="指定营养品" labelSize="28" icon-size="28" |
|
|
|
|
active-color="#4EC2B7" |
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
|
<u-checkbox name="指定药品" label="指定药品" labelSize="28" icon-size="28" active-color="#4EC2B7" |
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
@ -737,13 +807,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">窝窝整理</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
窝窝整理 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -787,13 +862,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">笼笼清理</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
笼笼清理 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -837,13 +917,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">周边毛发</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
周边毛发 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -887,13 +972,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">屋内排泄物清理</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
屋内排泄物清理 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -937,13 +1027,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">屋内呕吐物清理</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
屋内呕吐物清理 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -987,13 +1082,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">猫砂盆整理及猫砂更换</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
猫砂盆整理及猫砂更换 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -1002,13 +1102,15 @@
|
|
|
|
|
<u-checkbox-group v-model="model.cat_litter.option" size="40"> |
|
|
|
|
<u-checkbox name="清理铲屎" label="清理铲屎" labelSize="28" icon-size="28" active-color="#4EC2B7" |
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
|
<u-checkbox name="猫砂盆擦拭" label="猫砂盆擦拭" labelSize="28" icon-size="28" active-color="#4EC2B7" |
|
|
|
|
<u-checkbox name="猫砂盆擦拭" label="猫砂盆擦拭" labelSize="28" icon-size="28" |
|
|
|
|
active-color="#4EC2B7" |
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
|
<u-checkbox name="全部更换" label="全部更换" labelSize="28" icon-size="28" active-color="#4EC2B7" |
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
|
<u-checkbox name="整体清洗" label="整体清洗" labelSize="28" icon-size="28" active-color="#4EC2B7" |
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
|
<u-checkbox name="清洗猫砂铲" label="清洗猫砂铲" labelSize="28" icon-size="28" active-color="#4EC2B7" |
|
|
|
|
<u-checkbox name="清洗猫砂铲" label="清洗猫砂铲" labelSize="28" icon-size="28" |
|
|
|
|
active-color="#4EC2B7" |
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
|
<u-checkbox name="消毒" label="消毒" labelSize="28" icon-size="28" active-color="#4EC2B7" |
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
@ -1043,13 +1145,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">其他需求反馈</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
其他需求反馈 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -1095,13 +1202,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">基础检查</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
基础检查 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -1159,20 +1271,26 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">健康情况</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
健康情况 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- <u-text size="30" text="健康情况"></u-text>--> |
|
|
|
|
</view> |
|
|
|
|
<view class="radio row" style="padding-bottom:30rpx;"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['健康活泼','未近距离观察']" style="width:auto;align-items: center;" @click="healthChange(item)"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['健康活泼','未近距离观察']" |
|
|
|
|
style="width:auto;align-items: center;" @click="healthChange(item)"> |
|
|
|
|
<view class="box " |
|
|
|
|
style="display:flex;justify-content:center;align-items:center; |
|
|
|
|
width:35rpx;height:35rpx;border-radius: 50%;border:2rpx solid;background-color:#4EC2B7; |
|
|
|
@ -1182,7 +1300,8 @@
|
|
|
|
|
backgroundColor:(model.health === item ? '#4EC2B7':'transparent') |
|
|
|
|
}" |
|
|
|
|
> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" :color="(model.health === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" |
|
|
|
|
:color="(model.health === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
<view class="label "> |
|
|
|
|
{{ item }} |
|
|
|
@ -1203,13 +1322,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">其他</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
其他 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -1254,13 +1378,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">萌宠清洁</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
萌宠清洁 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -1310,13 +1439,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">萌宠美容</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
萌宠美容 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -1416,7 +1550,8 @@
|
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
|
<u-checkbox name="萌爪护理" label="萌爪护理" labelSize="28" icon-size="28" active-color="#4EC2B7" |
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
|
<u-checkbox name="肛门腺护理" label="肛门腺护理" labelSize="28" icon-size="28" active-color="#4EC2B7" |
|
|
|
|
<u-checkbox name="肛门腺护理" label="肛门腺护理" labelSize="28" icon-size="28" |
|
|
|
|
active-color="#4EC2B7" |
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
|
<u-checkbox name="眼部护理" label="眼部护理" labelSize="28" icon-size="28" active-color="#4EC2B7" |
|
|
|
|
custom-style="margin-right:30rpx;margin-bottom:30rpx;"></u-checkbox> |
|
|
|
@ -1459,13 +1594,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">在家互动</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
在家互动 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -1496,13 +1636,18 @@
|
|
|
|
|
></u-textarea> |
|
|
|
|
|
|
|
|
|
<view class="form-label" style="margin-top:30rpx;"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">外出遛弯</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
外出遛弯 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -1587,13 +1732,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">垃圾携带</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
垃圾携带 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -1629,13 +1779,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">门窗、灯、空调、水电等状态</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
门窗、灯、空调、水电等状态 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -1643,7 +1798,8 @@
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class="radio row" style="padding-bottom:30rpx;"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['保持原始状态','更改原始状态']" style="width:auto;align-items: center;" @click="applianceInfoChange(item)"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['保持原始状态','更改原始状态']" |
|
|
|
|
style="width:auto;align-items: center;" @click="applianceInfoChange(item)"> |
|
|
|
|
<view class="box " |
|
|
|
|
style="display:flex;justify-content:center;align-items:center; |
|
|
|
|
width:35rpx;height:35rpx;border-radius: 50%;border:2rpx solid;background-color:#4EC2B7; |
|
|
|
@ -1653,7 +1809,8 @@
|
|
|
|
|
backgroundColor:(model.appliance_info.option === item ? '#4EC2B7':'transparent') |
|
|
|
|
}" |
|
|
|
|
> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" :color="(model.appliance_info.option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" |
|
|
|
|
:color="(model.appliance_info.option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
<view class="label " style="font-size:26rpx;"> |
|
|
|
|
{{ item }} |
|
|
|
@ -1696,13 +1853,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">离开时萌宠安全确认</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
离开时萌宠安全确认 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -1738,13 +1900,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">关闭房门安全离开</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
关闭房门安全离开 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -1754,7 +1921,8 @@
|
|
|
|
|
<u-text size="24" color="#999" text="普通锁"></u-text> |
|
|
|
|
</view> |
|
|
|
|
<view class="radio row" style="padding-bottom:30rpx;"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['已反锁','已关门未反锁']" style="width:auto;align-items: center;" @click="closeChange(item)"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['已反锁','已关门未反锁']" |
|
|
|
|
style="width:auto;align-items: center;" @click="closeChange(item)"> |
|
|
|
|
<view class="box " |
|
|
|
|
style="display:flex;justify-content:center;align-items:center; |
|
|
|
|
width:35rpx;height:35rpx;border-radius: 50%;border:2rpx solid;background-color:#4EC2B7; |
|
|
|
@ -1764,7 +1932,8 @@
|
|
|
|
|
backgroundColor:(model.close.option === item ? '#4EC2B7':'transparent') |
|
|
|
|
}" |
|
|
|
|
> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" :color="(model.close.option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" |
|
|
|
|
:color="(model.close.option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
<view class="label " style="font-size:26rpx;"> |
|
|
|
|
{{ item }} |
|
|
|
@ -1803,7 +1972,8 @@
|
|
|
|
|
<u-text size="24" color="#999" text="密码锁"></u-text> |
|
|
|
|
</view> |
|
|
|
|
<view class="radio row" style="padding-bottom:30rpx;"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['已反锁','已关门未反锁']" style="width:auto;align-items: center;" @click="closeMimaChange(item)"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['已反锁','已关门未反锁']" |
|
|
|
|
style="width:auto;align-items: center;" @click="closeMimaChange(item)"> |
|
|
|
|
<view class="box " |
|
|
|
|
style="display:flex;justify-content:center;align-items:center; |
|
|
|
|
width:35rpx;height:35rpx;border-radius: 50%;border:2rpx solid;background-color:#4EC2B7; |
|
|
|
@ -1813,7 +1983,8 @@
|
|
|
|
|
backgroundColor:(model.close_mima.option === item ? '#4EC2B7':'transparent') |
|
|
|
|
}" |
|
|
|
|
> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" :color="(model.close_mima.option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" |
|
|
|
|
:color="(model.close_mima.option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
<view class="label " style="font-size:26rpx;"> |
|
|
|
|
{{ item }} |
|
|
|
@ -1856,13 +2027,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">房门钥匙</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
房门钥匙 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -1870,7 +2046,8 @@
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class="radio row" style="padding-bottom:30rpx;"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['钥匙已密封带走保管','放在宠主指定位置']" style="width:auto;align-items: center;" @click="keyChange(item)"> |
|
|
|
|
<view class="radio-box row col" v-for="item in ['钥匙已密封带走保管','放在宠主指定位置']" |
|
|
|
|
style="width:auto;align-items: center;" @click="keyChange(item)"> |
|
|
|
|
<view class="box " |
|
|
|
|
style="display:flex;justify-content:center;align-items:center; |
|
|
|
|
width:35rpx;height:35rpx;border-radius: 50%;border:2rpx solid;background-color:#4EC2B7; |
|
|
|
@ -1880,7 +2057,8 @@
|
|
|
|
|
backgroundColor:(model.key.option === item ? '#4EC2B7':'transparent') |
|
|
|
|
}" |
|
|
|
|
> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" :color="(model.key.option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
<u-icon name="checkbox-mark" size="25rpx" |
|
|
|
|
:color="(model.key.option === item ? '#fff' : 'transparent')"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
<view class="label " style="font-size:26rpx;"> |
|
|
|
|
{{ item }} |
|
|
|
@ -1925,13 +2103,18 @@
|
|
|
|
|
> |
|
|
|
|
<mz-card> |
|
|
|
|
<view class="form-label"> |
|
|
|
|
<view class="title row" style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="title row" |
|
|
|
|
style="position:relative;justify-content: flex-start;width:100%;top:0rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: left;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;">离开时间</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
<view |
|
|
|
|
style="color:#191919;font-size:30rpx;display:inline-block;position: relative;z-index: 2;"> |
|
|
|
|
离开时间 |
|
|
|
|
</view> |
|
|
|
|
<view class="background" |
|
|
|
|
style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -2226,21 +2409,21 @@ export default {
|
|
|
|
|
uni.showToast({title: '上传中,请稍后'}) |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
return {url: item.url, type: item.type}; |
|
|
|
|
return {url: item.url, type: item.type, thumb:(item.thumb || item.url)}; |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
uploadShow(data, fileName = '') { |
|
|
|
|
let result = []; |
|
|
|
|
try { |
|
|
|
|
data.forEach(item => { |
|
|
|
|
result.push({url: item.url, type: item.type}) |
|
|
|
|
result.push({url: item.url, type: item.type,thumb:(item.thumb || item.url)}) |
|
|
|
|
}) |
|
|
|
|
} catch (e) { |
|
|
|
|
this.images[fileName] = []; |
|
|
|
|
} |
|
|
|
|
this.images[fileName] = result; |
|
|
|
|
}, |
|
|
|
|
uploadPut(event, fileName = '') { |
|
|
|
|
async uploadPut(event, fileName = '') { |
|
|
|
|
console.log('event', event) |
|
|
|
|
let lists = [].concat(event.file); |
|
|
|
|
console.log('lists', lists) |
|
|
|
@ -2256,19 +2439,20 @@ export default {
|
|
|
|
|
for (let i = 0; i < lists.length; i++) { |
|
|
|
|
const fileType = api.getFileType(lists[i].url); |
|
|
|
|
console.log(fileType) |
|
|
|
|
api.uploadOssFile(lists[i].url).then(res => { |
|
|
|
|
let thumb; |
|
|
|
|
const file = await api.uploadOssFile(lists[i].url); |
|
|
|
|
if(fileType === 'video')thumb = await api.uploadOssFile(lists[i].thumb); |
|
|
|
|
let item = this.images[fileName][fileListLen]; |
|
|
|
|
|
|
|
|
|
this.images[fileName].splice(fileListLen, 1, { |
|
|
|
|
...item, |
|
|
|
|
status: 'success', |
|
|
|
|
message: '', |
|
|
|
|
url: res.show_path, |
|
|
|
|
thumb: res.show_path, |
|
|
|
|
url: file.show_path, |
|
|
|
|
thumb: thumb.show_path || file.show_path, |
|
|
|
|
type: fileType |
|
|
|
|
}); |
|
|
|
|
fileListLen++; |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
uploadDel(fileIndex, fileName = '') { |
|
|
|
@ -2403,6 +2587,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
<style lang="scss"> |
|
|
|
|
@import './components/end.scss'; |
|
|
|
|
|
|
|
|
|
::v-deep .u-collapse-item__content__text { |
|
|
|
|
padding: 20rpx !important; |
|
|
|
|
} |
|
|
|
|