diff --git a/components/custom-message/consult-message-custom.vue b/components/custom-message/consult-message-custom.vue index fec695b..89137d3 100644 --- a/components/custom-message/consult-message-custom.vue +++ b/components/custom-message/consult-message-custom.vue @@ -2,6 +2,7 @@ + + + + ! + 需要人工开方 + + {{ reason }} + + + + + + diff --git a/package.json b/package.json index 435182f..1a353ec 100644 --- a/package.json +++ b/package.json @@ -43,13 +43,14 @@ } }, "yidong": { - "title": "【移动云】支付宝", + "title": "【生产】支付宝", "env": { "UNI_PLATFORM": "mp-alipay", - "API_BASE_URL": "https://hlw.zytzymz.com", - "CORP_ID": "4G7H8J2K9L0M1N3P5Q6R7S8T9U0V1", - "APP_ID": "2021005110656858", + "API_BASE_URL": "https://hlwyy.hnkhhospital.com", + "CORP_ID": "4G7H8J2K9L0M1N3P5Q6R7S8T9U", + "APP_ID": "2021004129669493", "ORDER_SOURCE": "ALIPAY_MINI", + "YB_AUTH_QRCODE": "https://hlwyy.hnkhhospital.com/hlwyy/hnhlw?type=ybAuth&id=", "HOSPITAL_ID": 100002 } } diff --git a/pages/components/consult-head.vue b/pages/components/consult-head.vue index b4fa602..beb3298 100644 --- a/pages/components/consult-head.vue +++ b/pages/components/consult-head.vue @@ -68,7 +68,6 @@ function viewSummary() { .doctor-dept { font-size: 28rpx; - margin-left: 10rpx; } } \ No newline at end of file diff --git a/store/order.js b/store/order.js index bda2e63..c807c55 100644 --- a/store/order.js +++ b/store/order.js @@ -67,6 +67,7 @@ const drugKeys = [ "frequencyCode", "memo", "medication_proof_desc", + "dose_time_name" ]; export default defineStore("orderStore", () => { const medTypeList = ref([]);