|
@ -77,7 +77,10 @@
|
|
|
<div v-else-if="contentType==8" class="tc fs-13 pt50">
|
|
|
<div><img class="icon" src="../img/i-chenggong.png" alt=""></div>
|
|
|
<div class="lh30 pt10 pb40">您的结算小票已打印,请注意取走</div>
|
|
|
<div class="bottom-button ">
|
|
|
<div v-if="isHis" class="bottom-button ">
|
|
|
<div class=""><van-button @click="onClose()" class="c-999" color="#fff" block type="primary">返回</van-button></div>
|
|
|
</div>
|
|
|
<div v-else class="bottom-button ">
|
|
|
<div class=""><van-button @click="emitDrugTakingEvent('backToIndex')" class="c-999" color="#fff" block type="primary">返回</van-button></div>
|
|
|
<div><van-button @click="emitDrugTakingEvent('settleSuccessBack', 1)" color="#22a9fa" block type="primary">立即取药</van-button></div>
|
|
|
</div>
|
|
@ -218,7 +221,8 @@ export default {
|
|
|
lastContentType: 0,
|
|
|
payType: '',
|
|
|
payScene: '', //支付场景 1自主充值
|
|
|
qrcode: ''
|
|
|
qrcode: '',
|
|
|
isHis: false
|
|
|
}
|
|
|
},
|
|
|
watch:{
|
|
@ -251,7 +255,8 @@ export default {
|
|
|
close = false,
|
|
|
payType = '',
|
|
|
payScene = '',
|
|
|
isPickComplete = false
|
|
|
isPickComplete = false,
|
|
|
isHis = false
|
|
|
}){
|
|
|
if(close){
|
|
|
this.onClose()
|
|
@ -263,6 +268,7 @@ export default {
|
|
|
if(nextContentType){
|
|
|
this.nextContentType = nextContentType
|
|
|
}
|
|
|
this.isHis = isHis
|
|
|
this.isPickComplete = isPickComplete
|
|
|
this.lastContentType = this.contentType
|
|
|
this.payScene = payScene
|