-
+
@@ -273,6 +273,7 @@ export default {
this.setFirstAidId(firstAidId);
this.setDetailValueType(demonstrate);
// this.$router.push(`/patient-line`);
+ this.outIndex = -1;
uni.navigateTo({ url: `/pages/patientLine/patientLine?caseType=${caseType}` });
}
} catch (error) {
@@ -398,6 +399,7 @@ export default {
// 改变急救类型时,重新查询数据
changeSelect(e) {
this.tval = e;
+ this.outIndex = -1;
this.getData(true);
},
searchBlur() {
@@ -441,7 +443,7 @@ export default {
position: absolute;
left: 50%;
margin-left: -32rpx;
- bottom: -18rpx;
+ bottom: -20rpx;
}
.tab-text {
font-size: 32rpx;
@@ -505,21 +507,22 @@ export default {
height: 118px;
background: #ffffff;
box-shadow: 0px 4px 20px 0px rgba(39, 59, 97, 0.08);
- border-radius: 24r;
+ border-radius: 20rpx;
+ overflow: hidden;
opacity: 1;
}
.add-patient {
z-index: 10;
border-radius: 50%;
- height: 40px;
- width: 40px;
+ height: 108rpx;
+ width: 108rpx;
display: flex;
align-items: center;
justify-content: center;
- background-color: #0284c7;
+ background: linear-gradient(136deg, #7bc0ff 0%, #4d88ff 100%);
position: fixed;
- bottom: 100px;
- right: 16px;
+ bottom: 220rpx;
+ right: 32rpx;
}
.patient-list {
background-color: #fff;
diff --git a/src/components/Test/Test.vue b/src/components/Test/Test.vue
index 61340d3..2f849d6 100644
--- a/src/components/Test/Test.vue
+++ b/src/components/Test/Test.vue
@@ -86,11 +86,11 @@
-
+
+ {{ radioValue }}
- {{ radioValue }}
@@ -139,8 +139,8 @@