修改
This commit is contained in:
parent
1d9b72c190
commit
a3f73a2b86
@ -1,37 +1,19 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<view class="cards">
|
||||
<view class="item" style="background-color: #9E4DD0;" @tap='gouser'>
|
||||
<image src="../../static/user.png" mode=""></image>
|
||||
<view class="title">
|
||||
个人信息
|
||||
</view>
|
||||
</view>
|
||||
<view class=" item" style="background-color: #E1AE3C ;" @tap='goorder'>
|
||||
<image src="../../static/dingdan.png" mode=""></image>
|
||||
<view class="title">
|
||||
我的订单
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="item" style="background-color: #00C176 ;">
|
||||
<image src="../../static/home.png" mode=""></image>
|
||||
<view class="title" style="font-size: 42rpx;">
|
||||
我的家庭
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item">
|
||||
</view>
|
||||
<view class="item">
|
||||
</view>
|
||||
<view class="item">
|
||||
</view>
|
||||
<view class="item">
|
||||
<view class="item" @tap='gouser'>
|
||||
<image src="../../static/user.png" mode=""></image>
|
||||
<view class="title">
|
||||
个人信息
|
||||
</view>
|
||||
</view>
|
||||
<view class=" item" @tap='goorder'>
|
||||
<image src="../../static/dingdan.png" mode=""></image>
|
||||
<view class="title">
|
||||
我的订单
|
||||
</view>
|
||||
</view>
|
||||
<u-toast ref="uToast" />
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {
|
||||
existPatientInfo
|
||||
@ -153,14 +135,29 @@
|
||||
|
||||
<style lang="scss">
|
||||
.app {
|
||||
.cards {
|
||||
padding: 22px 0 20px 0;
|
||||
padding: 0;
|
||||
.item {
|
||||
width: 94%;
|
||||
margin: 20rpx auto 0;
|
||||
background-color: #fff;
|
||||
position: relative;
|
||||
height: 100rpx;
|
||||
border-radius: 5rpx;
|
||||
.title {
|
||||
position: absolute;
|
||||
left: 150rpx;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
font-size: 44rpx;
|
||||
}
|
||||
|
||||
.item {
|
||||
.title {
|
||||
width: 80%;
|
||||
top: 60%;
|
||||
}
|
||||
image {
|
||||
position: absolute;
|
||||
left: 40rpx;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
width: 55rpx;
|
||||
height: 55rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
<view class="Consumablespackage">耗材包详情:
|
||||
<text class="money">¥{{consumableTotalPrice}}</text>
|
||||
<view class="detail">
|
||||
<u-checkbox-group @change="checkboxGroupChange" wrap='true'>
|
||||
<u-checkbox-group @change="checkboxGroupChange" :wrap='true'>
|
||||
<u-checkbox @change="checkboxChange(item)" v-model="item.radio"
|
||||
v-for="(item, index) in orderlist.itemConsumableList" :key="index"
|
||||
:name="item.consumableDetail">
|
||||
|
||||
@ -115,6 +115,7 @@
|
||||
} else {
|
||||
this.nurseItemClassifyInfoList = this.nurseItemClassifyInfolistlength.slice(0, 7)
|
||||
}
|
||||
uni.hideLoading();
|
||||
}, 1000)
|
||||
},
|
||||
//点击护理项目分类
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.4 KiB |
BIN
static/head.png
BIN
static/head.png
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 KiB |
BIN
static/user.png
BIN
static/user.png
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in New Issue
Block a user