diff --git a/public/static/images/slices/1-active.png b/public/static/images/slices/1-active.png new file mode 100644 index 0000000..8300046 Binary files /dev/null and b/public/static/images/slices/1-active.png differ diff --git a/public/static/images/slices/1.png b/public/static/images/slices/1.png new file mode 100644 index 0000000..7a175f2 Binary files /dev/null and b/public/static/images/slices/1.png differ diff --git a/public/static/images/slices/2-active.png b/public/static/images/slices/2-active.png new file mode 100644 index 0000000..a155924 Binary files /dev/null and b/public/static/images/slices/2-active.png differ diff --git a/public/static/images/slices/2.png b/public/static/images/slices/2.png new file mode 100644 index 0000000..1d53b80 Binary files /dev/null and b/public/static/images/slices/2.png differ diff --git a/public/static/images/slices/3-active.png b/public/static/images/slices/3-active.png new file mode 100644 index 0000000..37e03e7 Binary files /dev/null and b/public/static/images/slices/3-active.png differ diff --git a/public/static/images/slices/3.png b/public/static/images/slices/3.png new file mode 100644 index 0000000..2437b91 Binary files /dev/null and b/public/static/images/slices/3.png differ diff --git a/public/static/images/slices/4-active.png b/public/static/images/slices/4-active.png new file mode 100644 index 0000000..3913808 Binary files /dev/null and b/public/static/images/slices/4-active.png differ diff --git a/public/static/images/slices/4.png b/public/static/images/slices/4.png new file mode 100644 index 0000000..c97b944 Binary files /dev/null and b/public/static/images/slices/4.png differ diff --git a/public/static/images/slices/5-active.png b/public/static/images/slices/5-active.png new file mode 100644 index 0000000..9802129 Binary files /dev/null and b/public/static/images/slices/5-active.png differ diff --git a/public/static/images/slices/5.png b/public/static/images/slices/5.png new file mode 100644 index 0000000..51797df Binary files /dev/null and b/public/static/images/slices/5.png differ diff --git a/public/static/images/slices/路径 2@2x.png b/public/static/images/slices/路径 2@2x.png new file mode 100644 index 0000000..b0acfd7 Binary files /dev/null and b/public/static/images/slices/路径 2@2x.png differ diff --git a/src/components/charge/CardPay.vue b/src/components/charge/CardPay.vue index b25b090..8af771e 100644 --- a/src/components/charge/CardPay.vue +++ b/src/components/charge/CardPay.vue @@ -9,9 +9,9 @@ import {useWsStore} from "@/stores/wsStore.ts"; const wsStore = useWsStore(); const isReading = ref(false) -const socialCard:any = defineModel(); +const socialCard: any = defineModel(); const ReadSocialCard = async (readType: string) => { - socialCard.value.lastUse="cardPay" + socialCard.value.lastUse = "cardPay" isReading.value = true; let config_db: any = await post('common/config/getall'); let config: any = {} @@ -35,7 +35,7 @@ const ReadSocialCard = async (readType: string) => { wsStore.sendMessage(request); }; const reciceMessage = (response: Response) => { - if(socialCard.value.lastUse!="cardPay"){ + if (socialCard.value.lastUse != "cardPay") { return; } if (response.Code == 301) { @@ -75,27 +75,29 @@ const getInfoFor1101 = (params: any) => { onMounted(async () => { wsStore.setMessageCallback(reciceMessage) }); -onUnmounted(()=>{ +onUnmounted(() => { wsStore.removeAllMessageCallback() }) - 医保信息 + + 医保信息 + 退出 + - 姓名 + 姓名: {{ socialCard.data.baseinfo.psn_name }} - 退出 - 险种 + 险种: - + { - 暂无医保信息 - 医保卡 - 电子码 - 身份证 - 人脸识别 + + 医保卡 + 电子码 + 身份证 + 人脸识别 + - - - \ No newline at end of file diff --git a/src/components/charge/Settlement.vue b/src/components/charge/Settlement.vue index ea5172b..b26a183 100644 --- a/src/components/charge/Settlement.vue +++ b/src/components/charge/Settlement.vue @@ -1,31 +1,44 @@ - - - - - 收费 - - - - - ¥{{ retailOrder.totalPrice }} - - - - - - - + + + + + + + {{ item.name }} + + + + + 应收金额 + ¥{{ retailOrder.totalPrice }} + + + - {{ item.name }} - +