Merge remote-tracking branch 'origin/dev' into dev
@ -164,14 +164,14 @@
|
||||
border-bottom: 2rpx solid #E6E6E6;
|
||||
|
||||
.nostatus {
|
||||
width: 20rpx;
|
||||
height: 20rpx;
|
||||
width: 30rpx;
|
||||
height: 30rpx;
|
||||
background: #F10100;
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
right: 20rpx;
|
||||
right: 19rpx;
|
||||
bottom: 28%;
|
||||
line-height: 15px;
|
||||
line-height: 30rpx;
|
||||
text-align: center;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
</view>
|
||||
<view class="text_con">
|
||||
<view class="text_con_pic">
|
||||
<image src="../../static/pagesB/shflt.png" mode=""></image>
|
||||
<image src="/pagesB/static/shflt.png" mode=""></image>
|
||||
</view>
|
||||
<view class="text_con_right">
|
||||
信息仅用于授权,您的资料将被严格保密
|
||||
@ -21,7 +21,7 @@
|
||||
<u-input v-model="form.cardNo" placeholder="请输入身份证号" />
|
||||
<view class="idScan">
|
||||
<!-- <u-icon slot="right" name="arrow-right"></u-icon> -->
|
||||
<image style="width: 28rpx;height: 28rpx;" src="../../static/pagesB/sweep.png" mode="">
|
||||
<image style="width: 28rpx;height: 28rpx;" src="/pagesB/static/sweep.png" mode="">
|
||||
</image>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<view class="app">
|
||||
<view class="background">
|
||||
<view class="content">
|
||||
<image src="/static/pagesB/Behave.png" mode=""></image>
|
||||
<image src="/pagesB/static/Behave.png" mode=""></image>
|
||||
<view class="name">我的积分
|
||||
</view>
|
||||
<view class="number">{{score?score:0}}
|
||||
|
||||
@ -53,7 +53,7 @@
|
||||
</view>
|
||||
<u-mask :show="buyshow" @click="buyshow = false" class='mask'>
|
||||
<view class="PurchasePage" @click.stop=''>
|
||||
<image class="close" src="../../static/pagesB/gb.png" mode="" @tap='buyshow=false'></image>
|
||||
<image class="close" src="/pagesB/static/gb.png" mode="" @tap='buyshow=false'></image>
|
||||
</image>
|
||||
<view class="topcontent" style="width: 96%;height: 300rpx;">
|
||||
<view class="image">
|
||||
@ -79,7 +79,7 @@
|
||||
@scrolltolower="lower" @scroll="scroll">
|
||||
<view class="bodys" @tap='upaddress()'>
|
||||
<view class="addressinfo">
|
||||
<image src="../../static/pagesB/locatinsmall.png" mode=""></image>
|
||||
<image src="/pagesB/static/locatinsmall.png" mode=""></image>
|
||||
<span v-if="loginFlag">
|
||||
<view class="namephone" v-if='userid'>
|
||||
{{updata.receiver}},{{updata.phone}}
|
||||
@ -150,7 +150,7 @@
|
||||
支付方式
|
||||
</view>
|
||||
<view class="chat">
|
||||
<image src="/static/pagesB/chat.png" mode=""></image>
|
||||
<image src="/pagesB/static/chat.png" mode=""></image>
|
||||
<span>微信支付</span>
|
||||
</view>
|
||||
</view>
|
||||
@ -165,7 +165,7 @@
|
||||
<u-toast ref="uToast" />
|
||||
<u-mask :show="usershow" class='mask'>
|
||||
<view class="information">
|
||||
<image src="../../static/pagesB/information.png" mode=""></image>
|
||||
<image src="/pagesB/static/information.png" mode=""></image>
|
||||
<view class="title">
|
||||
请完善个人信息
|
||||
</view>
|
||||
@ -179,7 +179,7 @@
|
||||
</u-mask>
|
||||
<u-mask :show="couponshow" class='mask' @click="couponshow = false">
|
||||
<view class="couponmask" @click.stop=''>
|
||||
<image class="close" src="../../static/pagesB/gb.png" mode="" @tap='couponshow=false'></image>
|
||||
<image class="close" src="/pagesB/static/gb.png" mode="" @tap='couponshow=false'></image>
|
||||
</image>
|
||||
<view class="titles">
|
||||
选择优惠券
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<u-navbar :is-back="false" :background="background" class="u-navbar">
|
||||
<image src="@/static/pagesB/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<image src="/pagesB/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<view class="title" @tap="goprevious">
|
||||
商品订单
|
||||
</view>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<u-navbar :is-back="false" :background="background" class="u-navbar">
|
||||
<image src="@/static/pagesB/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<image src="/pagesB/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<view class="title" @tap="goprevious">
|
||||
专家咨询订单
|
||||
</view>
|
||||
@ -579,7 +579,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<u-navbar :is-back="false" :background="background" class="u-navbar">
|
||||
<image src="@/static/pagesB/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<image src="@/pagesB/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<view class="title" @tap="goprevious">
|
||||
健康商城
|
||||
</view>
|
||||
@ -15,7 +15,7 @@
|
||||
<u-tabs :list="GoodsCategorychildrenlist" :current="tabIndex" @change="toggleTab" active-color='#26A888'
|
||||
v-if="GoodsCategorychildrenlist.length>=2"></u-tabs>
|
||||
<view class="fenlei" @tap='toggleTab(1111111111111)' v-if="GoodsCategorychildrenlist.length>=2">
|
||||
<image src="../../static/pagesB/fenlei.png" mode=""></image>
|
||||
<image src="/pagesB/static/fenlei.png" mode=""></image>
|
||||
<view class="">
|
||||
分类
|
||||
</view>
|
||||
@ -288,7 +288,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
@ -360,7 +360,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
<u-toast ref="uToast" />
|
||||
<u-mask :show="usershow" class='mask'>
|
||||
<view class="information">
|
||||
<image src="../../static/pagesB/information.png" mode=""></image>
|
||||
<image src="/pagesB/static/information.png" mode=""></image>
|
||||
<view class="title">
|
||||
请完善个人信息
|
||||
</view>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<view class="app">
|
||||
<view class="myorder titles" @tap="expertOrder">
|
||||
<view class="title">
|
||||
<image src="../../static/pagesB/updata.png" mode=""></image>
|
||||
<image src="/pagesB/static/updata.png" mode=""></image>
|
||||
我的评价
|
||||
</view>
|
||||
<view class="righttitle">
|
||||
@ -105,7 +105,7 @@
|
||||
parentId: '',
|
||||
orderStatus: 'NOT_EVALUATED', //状态
|
||||
evaluatedata: {}, //列表
|
||||
total: '',
|
||||
total: 0,
|
||||
cardNo: '', //身份证号
|
||||
region: '', //地区
|
||||
pageNum: 1,
|
||||
@ -160,8 +160,8 @@
|
||||
.pageSize).then(res => {
|
||||
if (res.rows) {
|
||||
res.rows.forEach(e => {
|
||||
// e.leadThumbnailUrl = baseurl + e.leadThumbnailUrl
|
||||
this.evaluatedata.push(e)
|
||||
this.total = res.total
|
||||
})
|
||||
|
||||
}
|
||||
@ -303,10 +303,7 @@
|
||||
getAppletOrderList(this.parentId, this.orderStatus, this.cardNo, this.region, this.pageNum, this
|
||||
.pageSize).then(res => {
|
||||
this.evaluatedata = res.rows
|
||||
console.log(this.evaluatedata, '000')
|
||||
this.total = res.total
|
||||
console.log(this.total, '10')
|
||||
// console.log(this.baseurl+this.evaluatedata[0].pictureUrl,'000')
|
||||
|
||||
})
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.app {
|
||||
overflow: scroll;
|
||||
// overflow: scroll;
|
||||
height: 100vh;
|
||||
|
||||
::v-deep .u-checkbox__icon-wrap--checked.data-v-532d01c7{
|
||||
@ -252,9 +252,10 @@
|
||||
}
|
||||
|
||||
.radio-content {
|
||||
margin-top: 39rpx;
|
||||
margin-bottom: 96rpx;
|
||||
// margin-top: 39rpx;
|
||||
// margin-bottom: 96rpx;
|
||||
width: 70%;
|
||||
top: 5%;
|
||||
text-align: center;
|
||||
font-size: 28rpx;
|
||||
position: relative;
|
||||
@ -263,26 +264,29 @@
|
||||
transform: translateX(-50%);
|
||||
|
||||
.agreement {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 20%;
|
||||
// position: absolute;
|
||||
// top: 50%;
|
||||
// left: 20%;
|
||||
margin-top: -28%;
|
||||
margin-left: 10%;
|
||||
transform: translateY(-50%);
|
||||
color: #878987;
|
||||
}
|
||||
|
||||
.radio-right {
|
||||
height: 100rpx;
|
||||
height: 144rpx;
|
||||
width: 100rpx;
|
||||
|
||||
.radio {
|
||||
|
||||
display: inline-block;
|
||||
width: 35rpx;
|
||||
height: 35rpx;
|
||||
border-radius: 70%;
|
||||
border: 2rpx solid #26A888;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 5%;
|
||||
// position: relative;
|
||||
// bottom: 44%;
|
||||
// left: 5%;
|
||||
transform: translateY(-50%);
|
||||
|
||||
.radio-active {
|
||||
|
||||
@ -283,7 +283,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
@ -113,6 +113,7 @@
|
||||
font-weight: 500;
|
||||
position: fixed;
|
||||
bottom:0;
|
||||
z-index: 999;
|
||||
.btnleft {
|
||||
font-size: 30rpx;
|
||||
font-weight: 500;
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
请选择支付方式
|
||||
</view>
|
||||
<view class="chat">
|
||||
<image src="/static/pagesB/chat.png" mode=""></image>
|
||||
<image src="/pagesB/static/chat.png" mode=""></image>
|
||||
<span>微信支付</span>
|
||||
</view>
|
||||
<view class="submits" @tap='buy'>
|
||||
@ -255,9 +255,23 @@
|
||||
if (item == 'morning') {
|
||||
this.formdata.appointmentStartTime = this.appointmentTimeList[this.timecurrent].morningList[0]
|
||||
.starttime
|
||||
if(this.appointmentTimeList[this.timecurrent].morningList[0].status==true){
|
||||
this.formdata.schedulePlanDetailId = this.appointmentTimeList[this.timecurrent].morningList[0].schedulePlanDetailId
|
||||
|
||||
}else{
|
||||
this.formdata.schedulePlanDetailId=''
|
||||
|
||||
}
|
||||
} else if (item == 'after') {
|
||||
this.formdata.appointmentEndTime = this.appointmentTimeList[this.timecurrent].morningList[0]
|
||||
.endtime
|
||||
if(this.appointmentTimeList[this.timecurrent].morningList[0].status==true){
|
||||
this.formdata.schedulePlanDetailId = this.appointmentTimeList[this.timecurrent].afternoonList[0].schedulePlanDetailId
|
||||
|
||||
}else{
|
||||
this.formdata.schedulePlanDetailId=''
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
@ -4,13 +4,13 @@
|
||||
<view class="card">
|
||||
<view class="topbar">
|
||||
<view class="item" @tap='goimagetextConsultation'>
|
||||
<image src="../../static/pagesB/tuwen.png" mode=""></image>
|
||||
<image src="/pagesB/static/tuwen.png" mode=""></image>
|
||||
<view class="text">
|
||||
图文问诊
|
||||
</view>
|
||||
</view>
|
||||
<view class="item" @tap='gomedicine'>
|
||||
<image src="../../static/pagesB/zhuanjia.png" mode=""></image>
|
||||
<image src="/pagesB/static/zhuanjia.png" mode=""></image>
|
||||
<view class="text">
|
||||
专家问诊
|
||||
</view>
|
||||
|
||||
@ -109,7 +109,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<u-navbar :is-back="false" :background="background" class="u-navbar">
|
||||
<image src="@/static/pagesB/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<image src="@/pagesB/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<view class="title" v-if="list.orderStatus=='WAIT_PAY'" @tap="goprevious">待付款</view>
|
||||
<view class="title" v-if="list.orderStatus=='WAIT_REFUND'" @tap="goprevious">退款中</view>
|
||||
<view class="title" v-if="list.orderStatus=='CANCEL'" @tap="goprevious">已取消</view>
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
<view class="content">
|
||||
<view class="service">
|
||||
<image src="/static/pagesB/persone.png" mode=""></image>
|
||||
<image src="/pagesB/static/persone.png" mode=""></image>
|
||||
<span>医生服务</span>
|
||||
</view>
|
||||
<view class="orderitem">
|
||||
@ -82,14 +82,14 @@
|
||||
<span>预约金额</span><span>¥{{list.totalPrice}}</span>
|
||||
|
||||
</view>
|
||||
<view class="doctordetailstwo">
|
||||
<!-- <view class="doctordetailstwo">
|
||||
<view class="doctorphonetwo">
|
||||
备注
|
||||
</view>
|
||||
<view class="phonetwo advicetwo" v-if="list.remark">
|
||||
·{{list.remark}}
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
</view>
|
||||
<view class="bottom">
|
||||
|
||||
@ -3,13 +3,13 @@
|
||||
<view class="rate">
|
||||
<view class="images">
|
||||
<view class="itemimgs" v-for="(item,index) in file">
|
||||
<image class="delimg" src="../../static/pagesB/gb2.png" mode="" style="color: red;" @tap='delimg(item)'>
|
||||
<image class="delimg" src="/pagesB/static/gb2.png" mode="" style="color: red;" @tap='delimg(item)'>
|
||||
</image>
|
||||
<image class="itemimg" :src="item" mode=""></image>
|
||||
</view>
|
||||
<view class="shot item" @tap='updataImage'>
|
||||
|
||||
<image src="../../static/pagesB/paishe.png" mode=""></image>
|
||||
<image src="/pagesB/static/paishe.png" mode=""></image>
|
||||
<view class="title">
|
||||
拍摄
|
||||
</view>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<view class="title">
|
||||
签约时出示二维码
|
||||
</view>
|
||||
<image src="../../static/pagesB/ma2x.png" mode=""></image>
|
||||
<image src="/pagesB/static/ma2x.png" mode=""></image>
|
||||
</view>
|
||||
<view class="item">
|
||||
<view class="lefttext">
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<view class="rate">
|
||||
<view class="images">
|
||||
<view class="itemimgs" v-for="(item,index) in file">
|
||||
<image class="delimg" src="../../static/pagesB/gb2.png" mode="" style="color: red;" @tap='delimg(item)'>
|
||||
<image class="delimg" src="/pagesB/static/gb2.png" mode="" style="color: red;" @tap='delimg(item)'>
|
||||
</image>
|
||||
<image class="itemimg" :src="item" mode=""></image>
|
||||
</view>
|
||||
<view class="shot item" @tap='updataImage'>
|
||||
<image src="../../static/pagesB/paishe.png" mode=""></image>
|
||||
<image src="/pagesB/static/paishe.png" mode=""></image>
|
||||
<view class="title">
|
||||
拍摄
|
||||
</view>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<view class="vacancies">
|
||||
<image src="../../static/pagesB/Behave.png" mode=""></image>
|
||||
<image src="/pagesB/static/Behave.png" mode=""></image>
|
||||
<view class="lefttext">
|
||||
健康豆余额
|
||||
</view>
|
||||
@ -48,14 +48,14 @@
|
||||
</view>
|
||||
<u-mask :show="gainshow" @click="gainshow = false">
|
||||
<view class="mask" @click.stop="">
|
||||
<image class="close" src="../../static/pagesB/gb.png" mode="" @tap='gainshow=false'></image>
|
||||
<image class="close" src="/pagesB/static/gb.png" mode="" @tap='gainshow=false'></image>
|
||||
</image>
|
||||
<view class="title">
|
||||
获取方式
|
||||
</view>
|
||||
<view class="maskitems">
|
||||
<view class="item">
|
||||
<image src="../../static/pagesB/qiandao.png" mode=""></image>
|
||||
<image src="/pagesB/static/qiandao.png" mode=""></image>
|
||||
<view class="titletext">
|
||||
累计签到
|
||||
<span style='padding: 0 5rpx;' v-if="list.totalSignInDays"> {{list.totalSignInDays}}</span>
|
||||
@ -78,7 +78,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="item" style="background-color: #F44B2F;">
|
||||
<image src="../../static/pagesB/yaoqing.png" mode=""></image>
|
||||
<image src="/pagesB/static/yaoqing.png" mode=""></image>
|
||||
<view class="titletext">
|
||||
每邀请
|
||||
<span style='padding: 0 5rpx;'> 1</span>
|
||||
@ -99,7 +99,7 @@
|
||||
</u-mask>
|
||||
<u-mask :show="buyshow" @click="buyshow = false">
|
||||
<view class="PurchasePage" @click.stop=''>
|
||||
<image class="close" src="../../static/pagesB/gb.png" mode="" @tap='buyshow=false'></image>
|
||||
<image class="close" src="/pagesB/static/gb.png" mode="" @tap='buyshow=false'></image>
|
||||
</image>
|
||||
<view class="topcontent" style="width: 96%;">
|
||||
<view class="image">
|
||||
@ -119,7 +119,7 @@
|
||||
</view>
|
||||
<view class="bodys" @tap='upaddress()'>
|
||||
<view class="addressinfo">
|
||||
<image src="../../static/pagesB/locatinsmall.png" mode=""></image>
|
||||
<image src="/pagesB/static/locatinsmall.png" mode=""></image>
|
||||
<span v-if="loginFlag">
|
||||
<view class="namephone" v-if='userid'>
|
||||
{{updata.receiver}},{{updata.phone}}
|
||||
@ -167,7 +167,7 @@
|
||||
</u-popup>
|
||||
<u-mask :show="usershow" class='masks'>
|
||||
<view class="information">
|
||||
<image src="../../static/pagesB/information.png" mode=""></image>
|
||||
<image src="/pagesB/static/information.png" mode=""></image>
|
||||
<view class="title">
|
||||
请完善个人信息
|
||||
</view>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<image src="../../static/pagesB/xinjianwenzhen.png" mode="" @tap='gocreatenewconsultation'></image>
|
||||
<image src="/pagesB/static/xinjianwenzhen.png" mode="" @tap='gocreatenewconsultation'></image>
|
||||
<view class="title">
|
||||
<view class="text" v-for='(item,index) in titlelist' :key='index'
|
||||
:class="formdata.status==item.status?'Selectedtext':''" @tap='selecttitltext(item)'>
|
||||
|
||||
@ -79,7 +79,7 @@
|
||||
</view>
|
||||
<u-mask :show="usershow" class='mask'>
|
||||
<view class="information">
|
||||
<image src="../../static/pagesB/information.png" mode=""></image>
|
||||
<image src="/pagesB/static/information.png" mode=""></image>
|
||||
<view class="title">
|
||||
请完善个人信息
|
||||
</view>
|
||||
|
||||
@ -62,7 +62,7 @@
|
||||
</view>
|
||||
<u-mask :show="usershow" class='mask'>
|
||||
<view class="information">
|
||||
<image src="../../static/pagesB/information.png" mode=""></image>
|
||||
<image src="/pagesB/static/information.png" mode=""></image>
|
||||
<view class="title">
|
||||
请完善个人信息
|
||||
</view>
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="ADDress" @tap='add()'>
|
||||
<image src="../../static/pagesB/add.png" mode=""></image>
|
||||
<image src="/pagesB/static/add.png" mode=""></image>
|
||||
<span class="ADDtext">
|
||||
添加地址
|
||||
</span>
|
||||
@ -43,7 +43,7 @@
|
||||
<view class="payment" @click.stop=''>
|
||||
<span>{{shipAddress}}</span>
|
||||
<view class="cencel" @tap="cencel()">
|
||||
<image src="../../static/pagesB/gb.png" mode=""></image>
|
||||
<image src="/pagesB/static/gb.png" mode=""></image>
|
||||
</view>
|
||||
<view class="addinfos">
|
||||
<u-field v-model="infolist.receiveName" label="收货人" placeholder="姓名" class="items" maxlength='10'>
|
||||
|
||||
@ -49,10 +49,11 @@
|
||||
baseurl: '',
|
||||
cardNo: '', //身份证号
|
||||
region: '', //地区
|
||||
getPageNum:1,
|
||||
getPageSize:20,
|
||||
pageNum:1,
|
||||
pageSize:20,
|
||||
userinfo:{},
|
||||
rateval: '', //评价星棵树
|
||||
total: 0,
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
@ -67,7 +68,6 @@
|
||||
|
||||
},
|
||||
onReachBottom() { //下滑加载
|
||||
|
||||
if (this.evaluatedata.length >= this.total) {
|
||||
|
||||
} else {
|
||||
@ -76,9 +76,9 @@
|
||||
.pageSize).then(res => {
|
||||
if (res.rows) {
|
||||
res.rows.forEach(e => {
|
||||
// e.leadThumbnailUrl = baseurl + e.leadThumbnailUrl
|
||||
this.evaluatedata.push(e)
|
||||
})
|
||||
this.total = res.total
|
||||
|
||||
}
|
||||
|
||||
@ -90,8 +90,9 @@
|
||||
methods: {
|
||||
// 列表
|
||||
getlist() {
|
||||
getAppletOrderList(this.parentId, this.orderStatus, this.cardNo, this.region,this.getPageNum,this.getPageSize).then(res => {
|
||||
getAppletOrderList(this.parentId, this.orderStatus, this.cardNo, this.region,this.pageNum,this.pageSize).then(res => {
|
||||
this.evaluatedata=res.rows
|
||||
this.total = res.total
|
||||
// console.log(this.evaluatedata.length)
|
||||
|
||||
})
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<view class="teamname">
|
||||
<image src="../../static/pagesB/myfamilydoctorteam.png" mode=""></image>
|
||||
<image src="/pagesB/static/myfamilydoctorteam.png" mode=""></image>
|
||||
<view class="name">
|
||||
{{list?list[0].teamName:''}}
|
||||
</view>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<view class="title">
|
||||
<image src="../../static/pagesB/jibenxinxi.png" mode=""></image>
|
||||
<image src="/pagesB/static/jibenxinxi.png" mode=""></image>
|
||||
<view class="text">
|
||||
基本信息
|
||||
</view>
|
||||
@ -29,7 +29,7 @@
|
||||
<view class="border">
|
||||
</view>
|
||||
<view class="title">
|
||||
<image src="../../static/pagesB/qianyuexinxi.png" mode=""></image>
|
||||
<image src="/pagesB/static/qianyuexinxi.png" mode=""></image>
|
||||
<view class="text">
|
||||
签约信息
|
||||
</view>
|
||||
@ -47,7 +47,7 @@
|
||||
{{list.dutyDoctorName?list.dutyDoctorName:''}}
|
||||
</view>
|
||||
<view class="right" @tap="goseekadvicefrom">
|
||||
<image src="../../static/pagesB/zixun.png" mode=""></image>
|
||||
<image src="/pagesB/static/zixun.png" mode=""></image>
|
||||
<text>
|
||||
咨询
|
||||
</text>
|
||||
@ -59,7 +59,7 @@
|
||||
<view class="border">
|
||||
</view>
|
||||
<view class="title">
|
||||
<image src="../../static/pagesB/wodefuwubao.png" mode=""></image>
|
||||
<image src="/pagesB/static/wodefuwubao.png" mode=""></image>
|
||||
<view class="text">
|
||||
我的服务包
|
||||
</view>
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="address" @tap="goMap">
|
||||
<image src="../../static/pagesB/locatinsmall.png" mode=""></image>
|
||||
<image src="/pagesB/static/locatinsmall.png" mode=""></image>
|
||||
<view class="text">
|
||||
{{list.address||'暂无'}}
|
||||
</view>
|
||||
@ -64,7 +64,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="address" style="margin: 20rpx 0 0 33rpx;" @tap='gophone'>
|
||||
<image src="../../static/pagesB/phone.png" mode=""></image>
|
||||
<image src="/pagesB/static/phone.png" mode=""></image>
|
||||
<view class="text">
|
||||
{{list.dutyPhone||'暂无'}}
|
||||
</view>
|
||||
@ -118,7 +118,7 @@
|
||||
</view>
|
||||
<u-mask :show="usershow" class='mask'>
|
||||
<view class="information">
|
||||
<image src="../../static/pagesB/information.png" mode=""></image>
|
||||
<image src="/pagesB/static/information.png" mode=""></image>
|
||||
<view class="title">
|
||||
请完善个人信息
|
||||
</view>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<image src="../../static/pagesB/paysuccess.png" mode=""></image>
|
||||
<image src="/pagesB/static/paysuccess.png" mode=""></image>
|
||||
<view class="success">
|
||||
支付成功
|
||||
</view>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<image src="../../static/pagesB/paysuccess.png" mode=""></image>
|
||||
<image src="/pagesB/static/paysuccess.png" mode=""></image>
|
||||
<view class="success">
|
||||
评价完成
|
||||
</view>
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
选择退款类型
|
||||
</view>
|
||||
<view class="myrefund" @tap='goApplforrefund(1)'>
|
||||
<image class="images" src="../../static/pagesB/myrefund.png" mode=""></image>
|
||||
<image class="images" src="/pagesB/static/myrefund.png" mode=""></image>
|
||||
<view class="refundfo">
|
||||
<view>我要退款(无需退货)</view>
|
||||
<view class="text">没收到货</view>
|
||||
@ -42,7 +42,7 @@
|
||||
|
||||
</view>
|
||||
<view class="myrefund" @tap='goApplforrefund(2)'>
|
||||
<image class="images" src="../../static/pagesB/refundgoods.png" mode=""></image>
|
||||
<image class="images" src="/pagesB/static/refundgoods.png" mode=""></image>
|
||||
<view class="refundfo">
|
||||
<view>我要退货退款</view>
|
||||
<view class="text">已收到货,需要退还收到的货物</view>
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
@ -141,7 +141,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<input v-model="searchName" type="text" name="" id="" class="input" placeholder="请输入">
|
||||
</view> -->
|
||||
<u-navbar :is-back="false" :background="background" class="u-navbar">
|
||||
<image src="@/static/pagesB/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<image src="@/pagesB/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<view class="title" @tap="goprevious">
|
||||
护理服务
|
||||
</view>
|
||||
@ -24,7 +24,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="item" v-if='nurseItemClassifyInfoList.length==7&&lengthlistshow' @tap='lengthlist'>
|
||||
<image src="../../static/pagesB/gd.png" mode=""></image>
|
||||
<image src="/pagesB/static/gd.png" mode=""></image>
|
||||
<view class="title">
|
||||
更多
|
||||
</view>
|
||||
@ -58,7 +58,7 @@
|
||||
<view class="masks" style="" v-if="mask">
|
||||
<view class="mask">
|
||||
<view class="picture">
|
||||
<image src="../../static/pagesB/locatinsmall.png"></image>
|
||||
<image src="/pagesB/static/locatinsmall.png"></image>
|
||||
</view>
|
||||
<view class="text">
|
||||
请打开系统定位
|
||||
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 507 B After Width: | Height: | Size: 507 B |
|
Before Width: | Height: | Size: 922 B After Width: | Height: | Size: 922 B |
|
Before Width: | Height: | Size: 292 B After Width: | Height: | Size: 292 B |
|
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 359 B |
|
Before Width: | Height: | Size: 598 B After Width: | Height: | Size: 598 B |
|
Before Width: | Height: | Size: 937 B After Width: | Height: | Size: 937 B |
|
Before Width: | Height: | Size: 856 B After Width: | Height: | Size: 856 B |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 811 B After Width: | Height: | Size: 811 B |
|
Before Width: | Height: | Size: 912 B After Width: | Height: | Size: 912 B |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 773 B After Width: | Height: | Size: 773 B |
|
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 280 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 280 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 852 B After Width: | Height: | Size: 852 B |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 709 B After Width: | Height: | Size: 709 B |
@ -47,13 +47,13 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="imageitem">
|
||||
<image src="../../static/pagesB/Behave.png" mode=""></image>
|
||||
<image src="/pagesB/static/Behave.png" mode=""></image>
|
||||
</view>
|
||||
<view class="imageitem">
|
||||
<image src="../../static/pagesB/Behave.png" mode=""></image>
|
||||
<image src="/pagesB/static/Behave.png" mode=""></image>
|
||||
</view>
|
||||
<view class="imageitem">
|
||||
<image src="../../static/pagesB/Behave.png" mode=""></image>
|
||||
<image src="/pagesB/static/Behave.png" mode=""></image>
|
||||
</view> -->
|
||||
<view class="item">
|
||||
诊断结果:
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<u-navbar :is-back="false" :background="background" class="u-navbar">
|
||||
<image src="@/static/pagesB/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<image src="@/pagesB/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<view class="title" @tap="goprevious">
|
||||
服务预约
|
||||
</view>
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<!-- 聊天渲染列表 -->
|
||||
<!-- scroll-y scroll-into-view="placeholder" scroll-top="500" scroll-with-animation -->
|
||||
<u-navbar :is-back="false" :background="background" class="u-navbar">
|
||||
<image src="@/static/pagesB/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<image src="@/pagesB/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<view class="navbartitle" @tap="goprevious">
|
||||
{{title}}
|
||||
</view>
|
||||
|
||||
@ -101,7 +101,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
|
||||
BIN
pagesC/static/BindDevice.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
pagesC/static/SERVERECOD.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
pagesC/static/ScanAdd.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
pagesC/static/TAB.png
Normal file
|
After Width: | Height: | Size: 254 B |
BIN
pagesC/static/appointmen.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
pagesC/static/bloodfat.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
pagesC/static/bloodpressure.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
pagesC/static/bmi1.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
pagesC/static/bmi2.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
pagesC/static/bmi3.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
pagesC/static/bmi4.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
pagesC/static/books.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
pagesC/static/camera-unselected.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
pagesC/static/camera.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
pagesC/static/device.png
Normal file
|
After Width: | Height: | Size: 713 B |
BIN
pagesC/static/dkw.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
pagesC/static/exchange.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
pagesC/static/health.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
pagesC/static/healthmyself.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
pagesC/static/heartrate.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
pagesC/static/homepage.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
pagesC/static/oneimage.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
pagesC/static/oxygen.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
pagesC/static/personnel.png
Normal file
|
After Width: | Height: | Size: 855 B |
BIN
pagesC/static/qianyue.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
pagesC/static/records.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |