|
@@ -12,7 +12,7 @@
|
|
|
>
|
|
|
<p class="success">{{msg}}</p>
|
|
|
<p class="tip">{{tip}}</p>
|
|
|
- <span @click="goStart">完 成</span>
|
|
|
+ <span @click="goStart">重新填写</span>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="showType=='fail'"
|
|
@@ -38,7 +38,7 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
msg: '提交成功',
|
|
|
- tip: '您的病历信息已提交至医生问诊系统,点击完成按钮结束本次预问诊服务。'
|
|
|
+ tip: '病历已提交给医生,可点击左上角“X”退出问诊'
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
@@ -109,22 +109,23 @@ export default {
|
|
|
margin-bottom: 0.5rem;
|
|
|
}
|
|
|
span {
|
|
|
- width: 4.9rem;
|
|
|
+ width: 2.9rem;
|
|
|
height: 0.88rem;
|
|
|
line-height: 0.88rem;
|
|
|
font-size: 0.32rem;
|
|
|
- color: #ffffff;
|
|
|
+ color: #colors[btn];
|
|
|
font-weight: bold;
|
|
|
display: inline-block;
|
|
|
- background: -webkit-gradient(
|
|
|
- linear,
|
|
|
- right top,
|
|
|
- left top,
|
|
|
- from(#4f8bff),
|
|
|
- to(#4f4fff)
|
|
|
- );
|
|
|
- background: #colors[btn];
|
|
|
- border-radius: 0.2rem;
|
|
|
+ border: 1px solid #colors[btn];
|
|
|
+ // background: -webkit-gradient(
|
|
|
+ // linear,
|
|
|
+ // right top,
|
|
|
+ // left top,
|
|
|
+ // from(#4f8bff),
|
|
|
+ // to(#4f4fff)
|
|
|
+ // );
|
|
|
+ // background: #colors[btn];
|
|
|
+ border-radius: 0.44rem;
|
|
|
}
|
|
|
}
|
|
|
.submitFail {
|