Browse Source

修改

master
396316021 1 year ago
parent
commit
7edaec69bd
  1. 4
      config/host.js
  2. 23
      pages/CardDetail/components/index.scss
  3. 78
      pages/CardDetail/index.vue
  4. 5
      pages/OrderDetail/components/fomItem.vue
  5. 215
      pages/OrderDetail/components/startService.vue
  6. 4
      pages/OrderPage/index.vue
  7. 2
      pages/UserCoupons/components/index.scss
  8. 23
      pages/UserCoupons/index.vue
  9. 8
      uni_modules/uv-upload/components/uv-upload/uv-upload.vue

4
config/host.js

@ -1,8 +1,8 @@
// const host='http://192.168.2.92:9505/api'
const host='https://weiyang.test.scyp.ink/api'
const host='https://wechat.wwxtx.com/api'
// const host='https://bml.test.scyp.ink/api'
// const host='http://192.168.2.92:9503/api'
const imghost='https://weiyang.test.scyp.ink/static/image'
const imghost='https://wechat.wwxtx.com/static/image'
const title = '汪汪行天下'
const oss = 'https://pet-feed.'+'oss-cn-chengdu.aliyuncs.com'
// const codehost='http://code.baomingle.cn'

23
pages/CardDetail/components/index.scss

@ -182,7 +182,10 @@
}
.coupons-left{
width:170rpx;
padding-top:0rpx;
//padding-top:0rpx;
height:100%;
display:flex;
align-items:center;
.coupons-big-title-group{
align-items: flex-end;
justify-content: center;
@ -303,9 +306,13 @@
.coupons-left{
width:170rpx;
padding-top:0rpx;
height:100%;
display:flex;
align-items:center;
.coupons-big-title-group{
align-items: flex-end;
justify-content: center;
padding-bottom:10rpx;
.coupons-big-title{
text-align: center;
font-size: 62rpx;
@ -510,6 +517,20 @@
border: 2rpx solid #262626;
box-shadow: 0rpx -2rpx 20rpx 0rpx rgba(0,0,0,0.06);
border-radius: 26rpx 26rpx 0rpx 0rpx;
.foot-menu-main-title{
margin-bottom:15rpx;
align-items: flex-end;
.main-title{
font-size: 28rpx;
font-weight: 500;
color: #131313;
}
.main-price{
font-size: 36rpx;
font-weight: 500;
color: #F48021;
}
}
.foot-menu-checkbox{
margin-right:8rpx;
width: 28rpx;

78
pages/CardDetail/index.vue

@ -52,18 +52,14 @@
<view class="coupons-big-title-group row">
<view class="coupons-big-title">
<view class="">
<u-text :text="cardDetail.deduction" :bold="true" color="#fff" size="55rpx" line-height="55rpx"></u-text>
<u-text text="省" :bold="true" color="#fff" size="100rpx" line-height="100rpx"></u-text>
<!-- <u-text :text="cardDetail.deduction" :bold="true" color="#fff" size="55rpx" line-height="55rpx"></u-text>-->
</view>
</view>
<view>
<view class="coupons-big-desc">
<u-text align="right" text="元" size="32rpx" color="#fff" line-height="32rpx"></u-text>
</view>
</view>
</view>
<view class="coupons-cause">
<u-text size="26rpx" align="center" color="#fff" :text="'满'+cardDetail.min_price+'元使用'"></u-text>
</view>
<!-- <view class="coupons-cause">-->
<!-- <u-text size="26rpx" align="center" color="#fff" :text="'满'+cardDetail.min_price+'元使用'"></u-text>-->
<!-- </view>-->
</view>
<view class="coupons-right col row">
<view class=" row">
@ -88,23 +84,32 @@
</view>
</view>
<view class="footer-menu row">
<view class="foot-menu-checkbox-group row col">
<view class="foot-menu-checkbox">
<u-checkbox
shape="circle"
size="28"
custom-style="margin-top:0;margin-bottom:0;"
icon-size="24"
active-color="#4DC3B8"
:checked="readInfo"
@change="readInfo = !readInfo"
></u-checkbox>
</view>
<view class="foot-menu-title">
<text @click="readInfo = !readInfo">我已阅读并同意</text>
<text class="foot-menu-url" v-if="cardDetail.order_type == 1" @click="showAgreement">上门喂养次卡须知</text>
<text class="foot-menu-url" v-else @click="showAgreement">上门洗护次卡须知</text>
<view class="row col">
<!-- <view class="foot-menu-main-title row">-->
<!-- <view class="main-title">费用共计</view>-->
<!-- <view class="main-price">999</view>-->
<!-- <view class="main-title"></view>-->
<!-- </view>-->
<view class="foot-menu-checkbox-group row col">
<view class="foot-menu-checkbox">
<u-checkbox
shape="circle"
size="28"
custom-style="margin-top:0;margin-bottom:0;"
icon-size="24"
active-color="#4DC3B8"
:checked="readInfo"
@change="readInfo = !readInfo"
></u-checkbox>
</view>
<view class="foot-menu-title">
<text @click="readInfo = !readInfo">我已阅读并同意</text>
<text class="foot-menu-url" v-if="cardDetail.order_type == 1" @click="showAgreement">上门喂养次卡须知</text>
<text class="foot-menu-url" v-else @click="showAgreement">上门洗护次卡须知</text>
</view>
</view>
</view>
<view>
<MzButton
@ -192,18 +197,19 @@
<view class="coupons-big-title-group row">
<view class="coupons-big-title">
<view class="">
<u-text :text="cardDetail.deduction" :bold="true" color="#fff" size="55rpx" line-height="55rpx"></u-text>
<u-text text="省" :bold="true" color="#fff" size="100rpx" line-height="100rpx"></u-text>
<!-- <u-text :text="cardDetail.deduction" :bold="true" color="#fff" size="55rpx" line-height="55rpx"></u-text>-->
</view>
</view>
<view>
<view class="coupons-big-desc">
<u-text align="right" text="元" size="32rpx" color="#fff" line-height="32rpx"></u-text>
</view>
</view>
</view>
<view class="coupons-cause">
<u-text size="26rpx" align="center" color="#fff" :text="'满'+cardDetail.min_price+'元使用'"></u-text>
<!-- <view>-->
<!-- <view class="coupons-big-desc">-->
<!-- <u-text align="right" text="元" size="32rpx" color="#fff" line-height="32rpx"></u-text>-->
<!-- </view>-->
<!-- </view>-->
</view>
<!-- <view class="coupons-cause">-->
<!-- <u-text size="26rpx" align="center" color="#fff" :text="'满'+cardDetail.min_price+'元使用'"></u-text>-->
<!-- </view>-->
</view>
<view class="coupons-right col row">
<view class=" row">
@ -250,8 +256,8 @@
</view>
</view>
<view style="padding:30rpx;max-height:700rpx;overflow: auto;">
<view v-if="cardDetail.order_type == 1" style="height:200rpx;display: flex;align-items: center;">是否同意 <text @click="showAgreement" style="color:#4DC3B8;">上门喂养须知</text></view>
<view v-else style="height:200rpx;display: flex;align-items: center;">是否同意 <text @click="showAgreement" style="color:#4DC3B8;">上门洗护须知</text></view>
<view v-if="cardDetail.order_type == 1" style="height:200rpx;display: flex;align-items: center;justify-content: center;">是否同意 <text @click="showAgreement" style="color:#4DC3B8;">上门喂养须知</text></view>
<view v-else style="height:200rpx;display: flex;align-items: center;justify-content: center;">是否同意 <text @click="showAgreement" style="color:#4DC3B8;">上门洗护须知</text></view>
<MzButton title="确认" @click="agreeHandle" button-color="#4DC3B8" font-color="#fff"></MzButton>
</view>
</uv-popup>

5
pages/OrderDetail/components/fomItem.vue

@ -102,8 +102,11 @@ export default {
<view class="item-image" v-if="item.type === 'image'">
<u-image :lazy-load="true" @click="showBigImage(item.url)" :src="item.url" mode="aspectFill" width="100%"></u-image>
</view>
<view class="item-video" v-else>
<view class="item-video" style="position: relative;" v-else>
<u-image :lazy-load="true" @click="showBigVideo(item.url)" :src="item.thumb || ''" mode="aspectFill" width="100%"></u-image>
<view class="" style="position: absolute;left:0;top:0;width:100%;height:100%;display: flex;align-items: center;justify-content: center;">
<uv-icon @click="showBigVideo(item.url)" name="play-circle" color="#fff" size="80rpx"></uv-icon>
</view>
</view>
</view>
</view>

215
pages/OrderDetail/components/startService.vue

@ -0,0 +1,215 @@
<script setup>
import FomItem from "./fomItem.vue";
import {reactive, ref, defineProps} from "vue";
import {onReady} from "@dcloudio/uni-app";
import {orderServiceInfo} from "../../../api/order";
import {imghost} from "../../../config/host";
const service = reactive({startService:{}});
const props = defineProps({id: {type:[Number,String]}})
const staticImage = {
petGun:imghost +'/pet_gun.png',
}
getDetail()
const show = ref(false);
function getDetail(){
let id = props.id
orderServiceInfo(id).then(res => {
service.value =res.data;
show.value = true;
// service.endService =res.data.endService;
})
}
const imageUrl = ref('');
const imageShow = ref(false);
function showBigImage(imgUrl){
imageUrl.value = imgUrl;
imageShow.value = true;
}
const videoUrl = ref('');
const videoShow = ref(false);
function showBigVideo(videoUrl) {
videoUrl.value = videoUrl;
videoShow.value = true;
}
</script>
<template>
<view v-if="show">
<view v-if="service?.startService" class="pet-detail-bottom-container">
<view class="pet-detail-container">
<view class="pet-detail-gun col">
<image class="img" mode="heightFix" :src="staticImage.petGun"/>
</view>
<view class="pet-detail-content">
<view class="content-item"><view>开始订单</view></view>
<FomItem @showBigImage="showBigImage" @showBigVideo="showBigVideo" :data="service.startService.arrival_time" name="到达时间" type="text"></FomItem>
<FomItem @showBigImage="showBigImage" @showBigVideo="showBigVideo" :data="service.startService.worker_confirm" name="宠物师确认" type="media"></FomItem>
<FomItem @showBigImage="showBigImage" @showBigVideo="showBigVideo" :data="service.startService.hand_disinfect" name="手部消毒" type="media"></FomItem>
<FomItem @showBigImage="showBigImage" @showBigVideo="showBigVideo" :data="service.startService.body_disinfect" name="全身消毒" type="media"></FomItem>
<FomItem @showBigImage="showBigImage" @showBigVideo="showBigVideo" :data="service.startService.key" name="钥匙开启/收取" type="media"></FomItem>
<FomItem @showBigImage="showBigImage" @showBigVideo="showBigVideo" :data="service.startService.key_info" name="钥匙描述" type="text"></FomItem>
<FomItem @showBigImage="showBigImage" @showBigVideo="showBigVideo" :data="service.startService.service_tools" name="服务工具" type="text"></FomItem>
</view>
<view class="pet-detail-background"></view>
</view>
</view>
</view>
</template>
<style lang="scss">
.pet-detail-bottom-container{
padding:15rpx;
.pet-detail-container{
.pet-detail-gun{
width:100%;
text-align: center;
.img{
height:90rpx;
}
position: absolute;
top:-70rpx;
left:0;
}
position: relative;
.pet-detail-content{
padding:50rpx 0;
border: 3rpx solid #262626;
background:{
color:#FFFFFF;
}
border-radius: 26rpx;
.content-item{
align-items: center;
padding:15rpx 30rpx;
.item-icon{
width:32rpx;
height:32rpx;
.img{
width:32rpx;
height:32rpx;
}
}
.item-title{
font-size: 30rpx;
font-weight: 500;
color: #111111;
margin-left:3rpx;
}
.item-content {
font-size: 30rpx;
font-weight: 400;
color: #4D4D4D;
margin-left:10rpx;
&.item-textarea{
width:100%;
padding:30rpx;
background:{
color:#F2F8F8;
}
margin-left:0;
margin-top:20rpx;
min-height:100rpx;
}
}
&.pet-detail-video-group{
.video-title{
.img{
height:35rpx;
}
}
.video-content{
padding:0rpx;
position: relative;
.video-content-container{
height:300rpx;
background-color:rgba(0,0,0,1);
border-radius: 16rpx;
position: relative;
z-index: 2;
.img{
height:250rpx;
}
}
.video-content-background{
width:100%;
height:100%;
position: absolute;
top:10rpx;
left:10rpx;
z-index: 1;
border:1rpx solid #000;
border-radius: 16rpx;
}
}
}
&.pet-detail-photo-group{
box-sizing: border-box;
.video-content{
box-sizing: border-box;
}
.video-title{
.img{
height:35rpx;
}
}
.photo-item{
box-sizing: border-box;
padding:10rpx;
.photo-item-container{
position: relative;
box-sizing: border-box;
.photo-content{
box-sizing: border-box;
position: relative;
border:1rpx solid #000;
border-radius: 20rpx;
z-index: 2;
}
.photo-background{
box-sizing: border-box;
position: absolute;
top:10rpx;
left:0;
z-index: 1;
width:100%;
height:100%;
border:1rpx solid #000;
border-radius: 20rpx;
}
}
.img{
width:100%;
}
}
}
}
}
.pet-detail-background{
position: absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index: -1;
border-radius: 26rpx;
transform: rotateZ(2grad);
background:{
color:#4DC3B8;
}
}
}
}
</style>

4
pages/OrderPage/index.vue

@ -278,8 +278,8 @@
</view>
</view>
<view style="padding:30rpx;max-height:700rpx;overflow: auto;">
<view v-if="type == 1" style="height:200rpx;display: flex;align-items: center;">是否同意 <text @click="showAgreement" style="color:#4DC3B8;">上门喂养次卡须知</text></view>
<view v-else style="height:200rpx;display: flex;align-items: center;">是否同意 <text @click="showAgreement" style="color:#4DC3B8;">上门洗护次卡须知</text></view>
<view v-if="type == 1" style="height:200rpx;display: flex;align-items: center;justify-content: center;">是否同意 <text @click="showAgreement" style="color:#4DC3B8;">上门喂养次卡须知</text></view>
<view v-else style="height:200rpx;display: flex;align-items: center;justify-content: center;">是否同意 <text @click="showAgreement" style="color:#4DC3B8;">上门洗护次卡须知</text></view>
<MzButton title="确认" @click="agreeHandle" button-color="#4DC3B8" font-color="#fff"></MzButton>
</view>
</uv-popup>

2
pages/UserCoupons/components/index.scss

@ -60,6 +60,8 @@
.coupons-left{
width:220rpx;
padding-top:10rpx;
//height:100%;
//align-items:center;
.coupons-big-title-group{
align-items: flex-end;
justify-content: center;

23
pages/UserCoupons/index.vue

@ -15,14 +15,15 @@
backgroundImage:'url('+(item.status > 0?staticImage.couponsGrayBackground:staticImage.couponsBackground)+')'
}">
<view class="coupons-item row">
<view class="coupons-left ">
<view class="coupons-big-title-group row">
<view class="coupons-left " :style="couponsLeftStyle">
<view class="coupons-big-title-group row" :style="{paddingBottom:(couponType === 1)?'10rpx':''}">
<view class="coupons-big-title">
<u-text :text="item.price" :size="item.price>99?60:90" color="#ffffff" align="center" line-height="90" bold></u-text>
<u-text v-if="couponType === 2" :text="item.price" :size="item.price>99?60:90" color="#ffffff" align="center" line-height="90" bold></u-text>
<u-text v-else text="省" size="100" color="#ffffff" align="center" line-height="100" bold></u-text>
</view>
<view class="coupons-big-desc"></view>
<view v-if="couponType === 2" class="coupons-big-desc"></view>
</view>
<view class="coupons-cause">
<view v-if="couponType === 2" class="coupons-cause">
{{item.cause}}
</view>
</view>
@ -159,6 +160,18 @@
console.log(this.type)
this.navToUrl = option.url || ''
},
computed:{
couponsLeftStyle(){
let style = {};
if(this.couponType === 1){
style.height = '100%';
style.paddingTop = '0';
style.alignItems = 'center';
style.display = 'flex';
}
return style;
}
},
methods: {
cardCouponsConfirm(){
let checkedCoupons = this.couponsList.filter(item => {

8
uni_modules/uv-upload/components/uv-upload/uv-upload.vue

@ -16,6 +16,7 @@
<view
v-else
class="uv-upload__wrap__preview__other"
style="position: relative"
:style="[{
width: $uv.addUnit(width),
height: $uv.addUnit(height)
@ -29,6 +30,9 @@
}"
>
</image>
<view style="position: absolute;top:0;left:0;width:100%;height:100%;display: flex;align-items: center;justify-content: center;">
<uv-icon @click="onPreviewVideo(item,index)" name="play-circle" color="#fff" size="80rpx"></uv-icon>
</view>
<!-- <video-->
<!-- :controls="controls"-->
<!-- :show-center-play-btn="controls"-->
@ -91,6 +95,7 @@
import { chooseFile } from './utils';
import mixin_accept from './mixin.js';
import props from './props.js';
import {imghost} from "../../../../config/host";
/**
* upload 上传
* @description 该组件用于上传图片场景
@ -139,6 +144,9 @@
lists: [],
controls:false,
isInCount: true,
staticImage:{
playButton:imghost +'/play-button.png'
},
}
},
watch: {

Loading…
Cancel
Save