xg
@ -39,6 +39,7 @@
|
||||
.signature {
|
||||
height: 800rpx;
|
||||
position: relative;
|
||||
z-index: 10086;
|
||||
}
|
||||
|
||||
.btns {
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<view class="register">
|
||||
<view class="head" @tap="Face">
|
||||
<image class="Facecollection" :src="query.headPictureUrl" v-if="query.headPictureUrl"></image>
|
||||
<image class="Facecollection" src="../../static/pages/Facecollection.png" v-else></image>
|
||||
<image class="Facecollection" src="@/static/pages/Facecollection.png" v-else></image>
|
||||
<span>人脸采集</span>
|
||||
</view>
|
||||
<view class="form">
|
||||
@ -27,7 +27,7 @@
|
||||
<view class="select" @tap='timeshow=true'>
|
||||
<text v-if="query.birthDate==''">请选择出生日期</text>
|
||||
<text v-else class="testitem">{{query.birthDate}}</text>
|
||||
<image src="../../static/huijiantou.png" mode=""></image>
|
||||
<image src="@/static/huijiantou.png" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
<span>手机号</span>
|
||||
@ -47,8 +47,7 @@
|
||||
<view class="select" @click="showNation = true;">
|
||||
<text v-if="!householdRelationship">请选择与户主关系</text>
|
||||
<text v-else class="testitem">{{householdRelationship}}</text>
|
||||
|
||||
<image src="../../static/huijiantou.png" mode=""></image>
|
||||
<image src="@/static/huijiantou.png" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="name">
|
||||
@ -56,7 +55,7 @@
|
||||
<view class="select" @tap='showPicker'>
|
||||
<text v-if="!address">请选择所属区域</text>
|
||||
<text v-else class="testitem" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{{address}}</text>
|
||||
<!-- <image src="../../static/huijiantou.png" mode=""></image> -->
|
||||
<!-- <image src="@/static/huijiantou.png" mode=""></image> -->
|
||||
</view>
|
||||
</view>
|
||||
<span>详细地址</span>
|
||||
@ -85,7 +84,7 @@
|
||||
placeholder="请选择" v-model="value2" @change="selectChange" @cancel="cancel"
|
||||
@confirm="confirm"></ld-select>
|
||||
<!-- <text v-else v-for="(item,index) in query.diseaseInfoList">{{item.diseaseName}}</text>
|
||||
<image src="../../static/huijiantou.png" mode=""></image> -->
|
||||
<image src="@/static/huijiantou.png" mode=""></image> -->
|
||||
</view>
|
||||
</view>
|
||||
</u-form>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<image src="../../static/logo.png" mode=""></image>
|
||||
<image src="@/static/logo.png" mode=""></image>
|
||||
<!-- <view class="title">
|
||||
新医路健康服务平台
|
||||
</view> -->
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
</view>
|
||||
<view class="text_con">
|
||||
<view class="text_con_pic">
|
||||
<image src="/pagesB/static/shflt.png" mode=""></image>
|
||||
<image src="@/static/pagesB/shflt.png" mode=""></image>
|
||||
</view>
|
||||
<view class="text_con_right">
|
||||
信息仅用于授权,您的资料将被严格保密
|
||||
@ -15,13 +15,12 @@
|
||||
<view class="contentbottom">
|
||||
<u-form :model="form" ref="uForm">
|
||||
<u-form-item prop="cardNo" :border-bottom="false">
|
||||
|
||||
<view class="name">
|
||||
身份证号
|
||||
<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="/pagesB/static/sweep.png" mode="">
|
||||
<image style="width: 28rpx;height: 28rpx;" src="@/static/pagesB/sweep.png" mode="">
|
||||
</image>
|
||||
</view>
|
||||
</view>
|
||||
@ -53,7 +52,7 @@
|
||||
<text v-if="!nation">请选择民族</text>
|
||||
<!-- <text v-if="!householdRelationship">请选择与户主关系</text> -->
|
||||
<text v-else class="testitem">{{nation}}</text>
|
||||
<image src="../../static/huijiantou.png" mode=""></image>
|
||||
<image src="@/static/huijiantou.png" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
</u-form-item>
|
||||
@ -63,7 +62,7 @@
|
||||
<view class="select" @tap='timeshow=true'>
|
||||
<text v-if="form.birthDate==''">请选择出生日期</text>
|
||||
<text v-else class="testitem">{{form.birthDate}}</text>
|
||||
<image src="../../static/huijiantou.png" mode=""></image>
|
||||
<image src="@/static/huijiantou.png" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="name">
|
||||
@ -72,7 +71,7 @@
|
||||
<text v-if="!form.birthDate">请选择出生日期</text>
|
||||
<text v-else class="testitem">{{form.birthDate}}</text>
|
||||
|
||||
<image src="../../static/huijiantou.png" mode=""></image>
|
||||
<image src="@/static/huijiantou.png" mode=""></image>
|
||||
</view>
|
||||
</view> -->
|
||||
</u-form-item>
|
||||
@ -102,11 +101,12 @@
|
||||
所属区域
|
||||
<view class="select" @tap='showPicker'>
|
||||
<text v-if="!addressinfo">请选择所属区域</text>
|
||||
<text v-else class="testitem" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{{addressinfo}}</text>
|
||||
<!-- <image src="../../static/huijiantou.png" mode=""></image> -->
|
||||
<text v-else class="testitem"
|
||||
style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{{addressinfo}}</text>
|
||||
<!-- <image src="@/static/huijiantou.png" mode=""></image> -->
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="name">
|
||||
<!-- <view class="name">
|
||||
所在位置
|
||||
<view class="selectdata" @tap='getAddress'>
|
||||
<text v-if="form.locationName ==''">请选择所在位置</text>
|
||||
@ -166,7 +166,7 @@
|
||||
data() {
|
||||
return {
|
||||
addresslength: null,
|
||||
addressinfo:'',
|
||||
addressinfo: '',
|
||||
sexlist: [{
|
||||
name: '男',
|
||||
disabled: false
|
||||
@ -208,7 +208,7 @@
|
||||
locationName: '',
|
||||
homeLongitude: '',
|
||||
homeLatitude: '',
|
||||
areaCode:'',
|
||||
areaCode: '',
|
||||
},
|
||||
householdRelationship: '',
|
||||
userinfo: {},
|
||||
@ -466,38 +466,37 @@
|
||||
}
|
||||
_this.$refs.uForm.validate(valid => {
|
||||
if (valid) {
|
||||
if (_this.addresslength) {
|
||||
if (_this.addresslength.length > 2) {
|
||||
registerdata(_this.form).then(res => {
|
||||
if (res.code == 500) {
|
||||
_this.$refs.uToast.show({
|
||||
title: res.msg,
|
||||
type: 'error'
|
||||
})
|
||||
} else {
|
||||
_this.$refs.uToast.show({
|
||||
title: '添加成功',
|
||||
type: 'success'
|
||||
})
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
})
|
||||
// this.back()
|
||||
if (_this.addresslength) {
|
||||
if (_this.addresslength.length > 2) {
|
||||
registerdata(_this.form).then(res => {
|
||||
if (res.code == 500) {
|
||||
_this.$refs.uToast.show({
|
||||
title: res.msg,
|
||||
type: 'error'
|
||||
})
|
||||
} else {
|
||||
_this.$refs.uToast.show({
|
||||
title: '添加成功',
|
||||
type: 'success'
|
||||
})
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
})
|
||||
// this.back()
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
}
|
||||
else {
|
||||
_this.$refs.uToast.show({
|
||||
title: '所属区域应选择所在的区或街道,请重新选择!',
|
||||
type: 'error'
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
} else {
|
||||
_this.$refs.uToast.show({
|
||||
title: '所属区域应选择所在的区或街道,请重新选择!',
|
||||
type: 'error'
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -892,4 +891,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
@ -7,7 +7,7 @@
|
||||
<view class="item" @tap='show=true'>退款原因
|
||||
<span v-if="dictname==''">请选择</span>
|
||||
<span v-else style='color: #000000;'>{{dictname}}</span>
|
||||
<image src="../../static/huijiantou.png" mode=""></image>
|
||||
<image src="@/static/huijiantou.png" mode=""></image>
|
||||
</view>
|
||||
<view class="priceinfo">
|
||||
<span v-if="order.orderType=='DIRECT_BUY'||order.orderType =='HEALTH_CONSULTATION'">退款金额</span>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<view class="app">
|
||||
<view class="background">
|
||||
<view class="content">
|
||||
<image src="/pagesB/static/Behave.png" mode=""></image>
|
||||
<image src="@/static/pagesB/Behave.png" mode=""></image>
|
||||
<view class="name">我的积分
|
||||
</view>
|
||||
<view class="number">{{score?score:0}}
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
<view class="content">
|
||||
{{updata.goodsAttributeName}}
|
||||
</view>
|
||||
<image src="../../static/huijiantou.png" mode=""></image>
|
||||
<image src="@/static/huijiantou.png" mode=""></image>
|
||||
</view>
|
||||
<view class="Discount common" @tap="goodsDetailslist.couponList.length>0?couponshow=true:''">
|
||||
<view class="selected">
|
||||
@ -25,7 +25,7 @@
|
||||
<view class="content" v-if="coupon">
|
||||
已选择 {{coupon.couponTitle}}
|
||||
</view>
|
||||
<image src="../../static/huijiantou.png" mode="" v-if="goodsDetailslist.couponList.length>0"></image>
|
||||
<image src="@/static/huijiantou.png" mode="" v-if="goodsDetailslist.couponList.length>0"></image>
|
||||
</view>
|
||||
<view class="service common">
|
||||
<view class="selected">
|
||||
@ -53,7 +53,7 @@
|
||||
</view>
|
||||
<u-mask :show="buyshow" @click="buyshow = false" class='mask'>
|
||||
<view class="PurchasePage" @click.stop=''>
|
||||
<image class="close" src="/pagesB/static/gb.png" mode="" @tap='buyshow=false'></image>
|
||||
<image class="close" src="@/static/pagesB/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="/pagesB/static/locatinsmall.png" mode=""></image>
|
||||
<image src="@/static/pagesB/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="/pagesB/static/chat.png" mode=""></image>
|
||||
<image src="@/static/pagesB/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="/pagesB/static/information.png" mode=""></image>
|
||||
<image src="@/static/pagesB/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="/pagesB/static/gb.png" mode="" @tap='couponshow=false'></image>
|
||||
<image class="close" src="@/static/pagesB/gb.png" mode="" @tap='couponshow=false'></image>
|
||||
</image>
|
||||
<view class="titles">
|
||||
选择优惠券
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
background: url(@/static/pagesB/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="/pagesB/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<image src="@/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="/pagesB/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<image src="@/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<view class="title" @tap="goprevious">
|
||||
专家咨询订单
|
||||
</view>
|
||||
@ -579,7 +579,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
background: url(@/static/pagesB/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="@/pagesB/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<image src="@/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="/pagesB/static/fenlei.png" mode=""></image>
|
||||
<image src="@/static/pagesB/fenlei.png" mode=""></image>
|
||||
<view class="">
|
||||
分类
|
||||
</view>
|
||||
@ -288,7 +288,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
@ -360,7 +360,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
background: url(@/static/pagesB/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="/pagesB/static/information.png" mode=""></image>
|
||||
<image src="@/static/pagesB/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="/pagesB/static/updata.png" mode=""></image>
|
||||
<image src="@/static/pagesB/updata.png" mode=""></image>
|
||||
我的评价
|
||||
</view>
|
||||
<view class="righttitle">
|
||||
|
||||
@ -283,7 +283,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
@ -416,4 +416,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
@ -43,7 +43,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
请选择支付方式
|
||||
</view>
|
||||
<view class="chat">
|
||||
<image src="/pagesB/static/chat.png" mode=""></image>
|
||||
<image src="@/static/pagesB/chat.png" mode=""></image>
|
||||
<span>微信支付</span>
|
||||
</view>
|
||||
<view class="submits" @tap='buy'>
|
||||
|
||||
@ -4,13 +4,13 @@
|
||||
<view class="card">
|
||||
<view class="topbar">
|
||||
<view class="item" @tap='goimagetextConsultation'>
|
||||
<image src="/pagesB/static/tuwen.png" mode=""></image>
|
||||
<image src="@/static/pagesB/tuwen.png" mode=""></image>
|
||||
<view class="text">
|
||||
图文问诊
|
||||
</view>
|
||||
</view>
|
||||
<view class="item" @tap='gomedicine'>
|
||||
<image src="/pagesB/static/zhuanjia.png" mode=""></image>
|
||||
<image src="@/static/pagesB/zhuanjia.png" mode=""></image>
|
||||
<view class="text">
|
||||
专家问诊
|
||||
</view>
|
||||
|
||||
@ -111,7 +111,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
background: url(@/static/pagesB/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="@/pagesB/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<image src="@/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="/pagesB/static/persone.png" mode=""></image>
|
||||
<image src="@/static/pagesB/persone.png" mode=""></image>
|
||||
<span>医生服务</span>
|
||||
</view>
|
||||
<view class="orderitem">
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
<view class="rate">
|
||||
<view class="images">
|
||||
<view class="itemimgs" v-for="(item,index) in file">
|
||||
<image class="delimg" src="/pagesB/static/gb2.png" mode="" style="color: red;" @tap='delimg(item)'>
|
||||
<image class="delimg" src="@/static/pagesB/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="/pagesB/static/paishe.png" mode=""></image>
|
||||
<image src="@/static/pagesB/paishe.png" mode=""></image>
|
||||
<view class="title">
|
||||
拍摄
|
||||
</view>
|
||||
@ -101,7 +100,7 @@
|
||||
"evaluateContent": that.text,
|
||||
"compositeScore": that.countvalue,
|
||||
"orderEvaluatePictureInfoList": that.imgs,
|
||||
"orderSource":that.orderlist.orderSource
|
||||
"orderSource": that.orderlist.orderSource
|
||||
}
|
||||
insertGoodsEvaluate(obj).then(res => {
|
||||
if (res.code == 200) {
|
||||
@ -145,7 +144,7 @@
|
||||
},
|
||||
onLoad(options) {
|
||||
this.orderlist = JSON.parse(options.item)
|
||||
console.log(this.orderlist,'000')
|
||||
console.log(this.orderlist, '000')
|
||||
this.delta = options.delta
|
||||
},
|
||||
onShow() {
|
||||
@ -165,4 +164,4 @@
|
||||
|
||||
<style lang="scss">
|
||||
@import './evaluate.scss';
|
||||
</style>
|
||||
</style>
|
||||
@ -4,7 +4,7 @@
|
||||
<view class="title">
|
||||
签约时出示二维码
|
||||
</view>
|
||||
<image src="/pagesB/static/ma2x.png" mode=""></image>
|
||||
<image src="@/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="/pagesB/static/gb2.png" mode="" style="color: red;" @tap='delimg(item)'>
|
||||
<image class="delimg" src="@/static/pagesB/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="/pagesB/static/paishe.png" mode=""></image>
|
||||
<image src="@/static/pagesB/paishe.png" mode=""></image>
|
||||
<view class="title">
|
||||
拍摄
|
||||
</view>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<view class="vacancies">
|
||||
<image src="/pagesB/static/Behave.png" mode=""></image>
|
||||
<image src="@/static/pagesB/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="/pagesB/static/gb.png" mode="" @tap='gainshow=false'></image>
|
||||
<image class="close" src="@/static/pagesB/gb.png" mode="" @tap='gainshow=false'></image>
|
||||
</image>
|
||||
<view class="title">
|
||||
获取方式
|
||||
</view>
|
||||
<view class="maskitems">
|
||||
<view class="item">
|
||||
<image src="/pagesB/static/qiandao.png" mode=""></image>
|
||||
<image src="@/static/pagesB/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="/pagesB/static/yaoqing.png" mode=""></image>
|
||||
<image src="@/static/pagesB/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="/pagesB/static/gb.png" mode="" @tap='buyshow=false'></image>
|
||||
<image class="close" src="@/static/pagesB/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="/pagesB/static/locatinsmall.png" mode=""></image>
|
||||
<image src="@/static/pagesB/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="/pagesB/static/information.png" mode=""></image>
|
||||
<image src="@/static/pagesB/information.png" mode=""></image>
|
||||
<view class="title">
|
||||
请完善个人信息
|
||||
</view>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<image src="/pagesB/static/xinjianwenzhen.png" mode="" @tap='gocreatenewconsultation'></image>
|
||||
<image src="@/static/pagesB/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="/pagesB/static/information.png" mode=""></image>
|
||||
<image src="@/static/pagesB/information.png" mode=""></image>
|
||||
<view class="title">
|
||||
请完善个人信息
|
||||
</view>
|
||||
|
||||
@ -62,7 +62,7 @@
|
||||
</view>
|
||||
<u-mask :show="usershow" class='mask'>
|
||||
<view class="information">
|
||||
<image src="/pagesB/static/information.png" mode=""></image>
|
||||
<image src="@/static/pagesB/information.png" mode=""></image>
|
||||
<view class="title">
|
||||
请完善个人信息
|
||||
</view>
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="ADDress" @tap='add()'>
|
||||
<image src="/pagesB/static/add.png" mode=""></image>
|
||||
<image src="@/static/pagesB/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="/pagesB/static/gb.png" mode=""></image>
|
||||
<image src="@/static/pagesB/gb.png" mode=""></image>
|
||||
</view>
|
||||
<view class="addinfos">
|
||||
<u-field v-model="infolist.receiveName" label="收货人" placeholder="姓名" class="items" maxlength='10'>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<view class="teamname">
|
||||
<image src="/pagesB/static/myfamilydoctorteam.png" mode=""></image>
|
||||
<image src="@/static/pagesB/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="/pagesB/static/jibenxinxi.png" mode=""></image>
|
||||
<image src="/static/pagesB/jibenxinxi.png" mode=""></image>
|
||||
<view class="text">
|
||||
基本信息
|
||||
</view>
|
||||
@ -29,7 +29,7 @@
|
||||
<view class="border">
|
||||
</view>
|
||||
<view class="title">
|
||||
<image src="/pagesB/static/qianyuexinxi.png" mode=""></image>
|
||||
<image src="@/static/pagesB/qianyuexinxi.png" mode=""></image>
|
||||
<view class="text">
|
||||
签约信息
|
||||
</view>
|
||||
@ -47,7 +47,7 @@
|
||||
{{list.dutyDoctorName?list.dutyDoctorName:''}}
|
||||
</view>
|
||||
<view class="right" @tap="goseekadvicefrom">
|
||||
<image src="/pagesB/static/zixun.png" mode=""></image>
|
||||
<image src="@/static/pagesB/zixun.png" mode=""></image>
|
||||
<text>
|
||||
咨询
|
||||
</text>
|
||||
@ -59,7 +59,7 @@
|
||||
<view class="border">
|
||||
</view>
|
||||
<view class="title">
|
||||
<image src="/pagesB/static/wodefuwubao.png" mode=""></image>
|
||||
<image src="@/static/pagesB/wodefuwubao.png" mode=""></image>
|
||||
<view class="text">
|
||||
我的服务包
|
||||
</view>
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="address" @tap="goMap">
|
||||
<image src="/pagesB/static/locatinsmall.png" mode=""></image>
|
||||
<image src="@/static/pagesB/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="/pagesB/static/phone.png" mode=""></image>
|
||||
<image src="@/static/pagesB/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="/pagesB/static/information.png" mode=""></image>
|
||||
<image src="@/static/pagesB/information.png" mode=""></image>
|
||||
<view class="title">
|
||||
请完善个人信息
|
||||
</view>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<image src="/pagesB/static/paysuccess.png" mode=""></image>
|
||||
<image src="/static/pagesB/paysuccess.png" mode=""></image>
|
||||
<view class="success">
|
||||
支付成功
|
||||
</view>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<image src="/pagesB/static/paysuccess.png" mode=""></image>
|
||||
<image src="@/static/pagesB/paysuccess.png" mode=""></image>
|
||||
<view class="success">
|
||||
评价完成
|
||||
</view>
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
选择退款类型
|
||||
</view>
|
||||
<view class="myrefund" @tap='goApplforrefund(1)'>
|
||||
<image class="images" src="/pagesB/static/myrefund.png" mode=""></image>
|
||||
<image class="images" src="@/static/pagesB/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="/pagesB/static/refundgoods.png" mode=""></image>
|
||||
<image class="images" src="@/static/pagesB/refundgoods.png" mode=""></image>
|
||||
<view class="refundfo">
|
||||
<view>我要退货退款</view>
|
||||
<view class="text">已收到货,需要退还收到的货物</view>
|
||||
@ -121,13 +121,13 @@
|
||||
},
|
||||
},
|
||||
onLoad(options) {
|
||||
if(options.order){
|
||||
if (options.order) {
|
||||
this.order = JSON.parse(options.order)
|
||||
this.order.id = this.order.goodsOrderId
|
||||
}else if(options.list){
|
||||
} else if (options.list) {
|
||||
|
||||
this.order = JSON.parse(options.list)
|
||||
this.order.attributePitureUrl=this.order.personPictureUrl
|
||||
this.order.attributePitureUrl = this.order.personPictureUrl
|
||||
|
||||
// console.log(this.order,'78787')
|
||||
|
||||
@ -142,4 +142,4 @@
|
||||
|
||||
<style lang="scss">
|
||||
@import './refundType.scss';
|
||||
</style>
|
||||
</style>
|
||||
@ -52,7 +52,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
@ -141,7 +141,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
background: url(@/static/pagesB/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="@/pagesB/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<image src="@/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="/pagesB/static/gd.png" mode=""></image>
|
||||
<image src="@/static/pagesB/gd.png" mode=""></image>
|
||||
<view class="title">
|
||||
更多
|
||||
</view>
|
||||
@ -35,7 +35,8 @@
|
||||
<view class="title">
|
||||
周边医养机构
|
||||
</view>
|
||||
<u-tabs :list="nurseAgencyClassifyInfoList" :current="conNewcurrent" @change="change" active-color="#26A888"></u-tabs>
|
||||
<u-tabs :list="nurseAgencyClassifyInfoList" :current="conNewcurrent" @change="change"
|
||||
active-color="#26A888"></u-tabs>
|
||||
<view class="" v-if="nursestationlist.length>0">
|
||||
<view class="addressContent" v-for="(item,index) in nursestationlist" :key="index">
|
||||
<view class="lists" @tap='godetails(item)'>
|
||||
@ -58,7 +59,7 @@
|
||||
<view class="masks" style="" v-if="mask">
|
||||
<view class="mask">
|
||||
<view class="picture">
|
||||
<image src="/pagesB/static/locatinsmall.png"></image>
|
||||
<image src="@/static/pagesB/locatinsmall.png"></image>
|
||||
</view>
|
||||
<view class="text">
|
||||
请打开系统定位
|
||||
@ -338,4 +339,4 @@
|
||||
</script>
|
||||
<style lang="scss">
|
||||
@import './site.scss'
|
||||
</style>
|
||||
</style>
|
||||
@ -2,14 +2,14 @@
|
||||
<view class="app">
|
||||
<view class="top">
|
||||
<view class="device" @tap='goaddequipment'>
|
||||
<image src="/pagesC/static/device.png" mode=""></image>
|
||||
<image src="@/static/pagesC/device.png" mode=""></image>
|
||||
<span class="deviceitem">智能设备</span>
|
||||
<view class="itemdata">
|
||||
绑定设备,关注健康
|
||||
</view>
|
||||
</view>
|
||||
<view class="device" @tap='gotestreport'>
|
||||
<image src="/pagesC/static/report.png" mode=""></image>
|
||||
<image src="@/static/pagesC/report.png" mode=""></image>
|
||||
<span class="deviceitem">检测报告</span>
|
||||
<view class="itemdata">
|
||||
智慧驿站,免费检测
|
||||
@ -28,23 +28,23 @@
|
||||
<view class="itemtext two">
|
||||
您暂时未测量
|
||||
</view>
|
||||
<image src="/pagesC/static/sugar.png" mode=""></image>
|
||||
<image src="@/static/pagesC/sugar.png" mode=""></image>
|
||||
</view>
|
||||
<view class="titletexts" v-else>
|
||||
<view class="time">
|
||||
{{dataone.date}}
|
||||
</view>
|
||||
<view class="" v-if="dataone.bucket=='4'">
|
||||
<image src="/pagesC/static/oneimage.png" mode="" v-if="Number(dataone.val)<4.4"></image>
|
||||
<image src="/pagesC/static/twoimage.png" mode=""
|
||||
<image src="@/static/pagesC/oneimage.png" mode="" v-if="Number(dataone.val)<4.4"></image>
|
||||
<image src="@/static/pagesC/twoimage.png" mode=""
|
||||
v-if="Number(dataone.val)>=4.4&&Number(dataone.val)<=7"></image>
|
||||
<image src="/pagesC/static/threeimage.png" mode="" v-if="Number(dataone.val)>7"></image>
|
||||
<image src="@/static/pagesC/threeimage.png" mode="" v-if="Number(dataone.val)>7"></image>
|
||||
</view>
|
||||
<view class="" v-else>
|
||||
<image src="/pagesC/static/oneimage.png" mode="" v-if="Number(dataone.val)<4.4"></image>
|
||||
<image src="/pagesC/static/twoimage.png" mode=""
|
||||
<image src="@/static/pagesC/oneimage.png" mode="" v-if="Number(dataone.val)<4.4"></image>
|
||||
<image src="@/static/pagesC/twoimage.png" mode=""
|
||||
v-if="Number(dataone.val)>=4.4&&Number(dataone.val)<=10"></image>
|
||||
<image src="/pagesC/static/threeimage.png" mode="" v-if="Number(dataone.val)>10"></image>
|
||||
<image src="@/static/pagesC/threeimage.png" mode="" v-if="Number(dataone.val)>10"></image>
|
||||
</view>
|
||||
<view class="title">
|
||||
<text>{{dataone.val}}</text>
|
||||
@ -63,7 +63,7 @@
|
||||
<view class="itemtext two">
|
||||
您暂时未测量
|
||||
</view>
|
||||
<image src="/pagesC/static/bloodpressure.png" mode=""></image>
|
||||
<image src="@/static/pagesC/bloodpressure.png" mode=""></image>
|
||||
</view>
|
||||
<view class="titletexts" v-else>
|
||||
<view class="time">
|
||||
@ -130,7 +130,7 @@
|
||||
<view class="itemtext two">
|
||||
您暂时未测量
|
||||
</view>
|
||||
<image src="/pagesC/static/bloodfat.png" mode=""></image>
|
||||
<image src="@/static/pagesC/bloodfat.png" mode=""></image>
|
||||
</view>
|
||||
<view class="titletexts" v-else>
|
||||
<view class="time">
|
||||
@ -243,19 +243,19 @@
|
||||
<view class="itemtext two">
|
||||
您暂时未测量
|
||||
</view>
|
||||
<image src="/pagesC/static/dkw.png" mode=""></image>
|
||||
<image src="@/static/pagesC/dkw.png" mode=""></image>
|
||||
</view>
|
||||
<view class="titletexts" v-else>
|
||||
<view class="time">
|
||||
{{datafour.date}}
|
||||
</view>
|
||||
<view class="bmi">
|
||||
<image src="/pagesC/static/bmi1.png" mode="" v-if="Number(datafour.val)<18.5"></image>
|
||||
<image src="/pagesC/static/bmi2.png" mode=""
|
||||
<image src="@/static/pagesC/bmi1.png" mode="" v-if="Number(datafour.val)<18.5"></image>
|
||||
<image src="@/static/pagesC/bmi2.png" mode=""
|
||||
v-if="Number(datafour.val)>=18.5&&Number(datafour.val)<=23.9"></image>
|
||||
<image src="/pagesC/static/bmi3.png" mode=""
|
||||
<image src="@/static/pagesC/bmi3.png" mode=""
|
||||
v-if="Number(datafour.val)>23.9&&Number(datafour.val)<=27.9"></image>
|
||||
<image src="/pagesC/static/bmi4.png" mode="" v-if="Number(datafour.val)>=27.9"></image>
|
||||
<image src="@/static/pagesC/bmi4.png" mode="" v-if="Number(datafour.val)>=27.9"></image>
|
||||
</view>
|
||||
<view class="title">
|
||||
<text>{{datafour.val}}</text>
|
||||
@ -274,14 +274,14 @@
|
||||
<view class="itemtext two">
|
||||
您暂时未测量
|
||||
</view>
|
||||
<image src="/pagesC/static/oxygen.png" mode=""></image>
|
||||
<image src="@/static/pagesC/oxygen.png" mode=""></image>
|
||||
</view>
|
||||
<view class="titletexts" v-else>
|
||||
<view class="time">
|
||||
{{datafive.date}}
|
||||
</view>
|
||||
<image src="/pagesC/static/xueyangone.png" mode="" v-if="Number(datafive.val)<95"></image>
|
||||
<image src="/pagesC/static/xueyangtwo.png" mode="" v-if="Number(datafive.val)>=95"></image>
|
||||
<image src="@/static/pagesC/xueyangone.png" mode="" v-if="Number(datafive.val)<95"></image>
|
||||
<image src="@/static/pagesC/xueyangtwo.png" mode="" v-if="Number(datafive.val)>=95"></image>
|
||||
<view class="title">
|
||||
<text>{{datafive.val}}</text>
|
||||
<text>%</text>
|
||||
@ -299,16 +299,16 @@
|
||||
<view class="itemtext two">
|
||||
您暂时未测量
|
||||
</view>
|
||||
<image src="/pagesC/static/heartrate.png" mode=""></image>
|
||||
<image src="@/static/pagesC/heartrate.png" mode=""></image>
|
||||
</view>
|
||||
<view class="titletexts" v-else>
|
||||
<view class="time">
|
||||
{{datasix.date}}
|
||||
</view>
|
||||
<image src="/pagesC/static/oneimage.png" mode="" v-if="Number(datasix.val)<60"></image>
|
||||
<image src="/pagesC/static/twoimage.png" mode=""
|
||||
<image src="@/static/pagesC/oneimage.png" mode="" v-if="Number(datasix.val)<60"></image>
|
||||
<image src="@/static/pagesC/twoimage.png" mode=""
|
||||
v-if="Number(datasix.val)>=60&&Number(datasix.val)<=100"></image>
|
||||
<image src="/pagesC/static/threeimage.png" mode="" v-if="Number(datasix.val)>100"></image>
|
||||
<image src="@/static/pagesC/threeimage.png" mode="" v-if="Number(datasix.val)>100"></image>
|
||||
<view class="title">
|
||||
<text>{{datasix.val}}</text>
|
||||
<text>次/分</text>
|
||||
@ -326,16 +326,16 @@
|
||||
<view class="itemtext two">
|
||||
您暂时未测量
|
||||
</view>
|
||||
<image src="/pagesC/static/temperature.png" mode=""></image>
|
||||
<image src="@/static/pagesC/temperature.png" mode=""></image>
|
||||
</view>
|
||||
<view class="titletexts" v-else>
|
||||
<view class="time">
|
||||
{{dataseven.date}}
|
||||
</view>
|
||||
<image src="/pagesC/static/oneimage.png" mode="" v-if="Number(dataseven.val)<36"></image>
|
||||
<image src="/pagesC/static/twoimage.png" mode=""
|
||||
<image src="@/static/pagesC/oneimage.png" mode="" v-if="Number(dataseven.val)<36"></image>
|
||||
<image src="@/static/pagesC/twoimage.png" mode=""
|
||||
v-if="Number(dataseven.val)>=36&&Number(dataseven.val)<=37"></image>
|
||||
<image src="/pagesC/static/threeimage.png" mode="" v-if="Number(dataseven.val)>37"></image>
|
||||
<image src="@/static/pagesC/threeimage.png" mode="" v-if="Number(dataseven.val)>37"></image>
|
||||
<view class="title">
|
||||
<text>{{dataseven.val}}</text>
|
||||
<text>℃</text>
|
||||
@ -405,4 +405,4 @@
|
||||
|
||||
<style lang="scss">
|
||||
@import './Physicalexamination.scss';
|
||||
</style>
|
||||
</style>
|
||||
@ -47,13 +47,13 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="imageitem">
|
||||
<image src="/pagesB/static/Behave.png" mode=""></image>
|
||||
<image src="@/static/pagesB/Behave.png" mode=""></image>
|
||||
</view>
|
||||
<view class="imageitem">
|
||||
<image src="/pagesB/static/Behave.png" mode=""></image>
|
||||
<image src="@/static/pagesB/Behave.png" mode=""></image>
|
||||
</view>
|
||||
<view class="imageitem">
|
||||
<image src="/pagesB/static/Behave.png" mode=""></image>
|
||||
<image src="@/static/pagesB/Behave.png" mode=""></image>
|
||||
</view> -->
|
||||
<view class="item">
|
||||
诊断结果:
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
background: url(@/static/pagesB/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="/pagesC/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<image src="@/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<view class="title" @tap="goprevious">
|
||||
服务预约
|
||||
</view>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<view class="right">
|
||||
设备序列号
|
||||
</view>
|
||||
<image src="/pagesC/static/ScanAdd.png" mode="" @click="scanning"></image>
|
||||
<image src="@/static/pagesC/ScanAdd.png" mode="" @click="scanning"></image>
|
||||
</view>
|
||||
<view class="uptext">
|
||||
<input placeholder="请输入设备序列号" v-model="data.sn"></input>
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
|
||||
@ -216,16 +216,17 @@
|
||||
margin: 10rpx auto;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.scroll-view {
|
||||
width: 100%;
|
||||
white-space: nowrap; //scroll-view元素
|
||||
|
||||
|
||||
.itemdata {
|
||||
width: 105%;
|
||||
|
||||
|
||||
display: inline-block; //子元素
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.agreement-title-box {
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<view class="tophealth">
|
||||
<image src="/pagesC/static/self.png" mode=""></image>
|
||||
<image src="@/static/pagesC/self.png" mode=""></image>
|
||||
<span class="health">智慧健康驿站自评表</span>
|
||||
<span class="history" @tap='gohistory'>历史记录</span>
|
||||
</view>
|
||||
<view class="bodyhealth" v-for="item in list" @tap='gosurveySubject(item)'>
|
||||
<image src="/pagesC/static/books.png" mode=""></image>
|
||||
<image src="@/static/pagesC/books.png" mode=""></image>
|
||||
<view class="risk">
|
||||
{{item.surveySubject==1001?'高血压评估问卷':item.surveySubject==1002?'糖尿病评估问卷':item.surveySubject==1003?
|
||||
'脑卒中评估问卷':item.surveySubject==1004?'慢阻肺评估问卷':item.surveySubject==1005?'慢病评估问卷':item.surveySubject==1006?'糖尿病肾病评估问卷':item.surveySubject==1007?
|
||||
|
||||
@ -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="@/pagesB/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<image src="@/static/fanhui.png" mode="" @tap="goprevious"></image>
|
||||
<view class="navbartitle" @tap="goprevious">
|
||||
{{title}}
|
||||
</view>
|
||||
|
||||
@ -101,7 +101,7 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/pagesB/static/sousuo.png) no-repeat;
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
|
||||
|
Before Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 9.3 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 359 B |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 254 B |
|
Before Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 713 B |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 855 B |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 532 B |
|
Before Width: | Height: | Size: 726 B |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 9.3 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 8.8 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
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: 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 |