diff --git a/App.vue b/App.vue index cdad63a..af455c4 100644 --- a/App.vue +++ b/App.vue @@ -267,7 +267,7 @@ // 从消息中提取发送者信息 let senderName = '新消息'; - let senderAvatar = '/static/xx/ysxx.png'; + let senderAvatar = 'https://xiaokang88.oss-cn-hangzhou.aliyuncs.com/xk-client-wx/static/xx/ysxx.png'; // 尝试解析发送者ID获取更多信息 const senderId = message.sender_user_id || ''; diff --git a/components/AssistantConsultationShell.vue b/components/AssistantConsultationShell.vue index 03d9f84..214ed4f 100644 --- a/components/AssistantConsultationShell.vue +++ b/components/AssistantConsultationShell.vue @@ -167,7 +167,7 @@ export default { }, assistantAvatar: { type: String, - default: '/static/images/assistant-avatar.png', + default: 'https://xiaokang88.oss-cn-hangzhou.aliyuncs.com/xk-client-wx/static/images/assistant-avatar.png', }, assistantName: { type: String, @@ -175,7 +175,7 @@ export default { }, userAvatar: { type: String, - default: '/static/images/user-avatar.png', + default: 'https://xiaokang88.oss-cn-hangzhou.aliyuncs.com/xk-client-wx/static/images/user-avatar.png', }, prescriptionInfo: { type: String, diff --git a/components/MessageNotification/MessageNotification.vue b/components/MessageNotification/MessageNotification.vue index 6850026..e1c650c 100644 --- a/components/MessageNotification/MessageNotification.vue +++ b/components/MessageNotification/MessageNotification.vue @@ -2,7 +2,7 @@ - + diff --git a/pages/Inquiries/Inquiries.vue b/pages/Inquiries/Inquiries.vue index 535d611..2beda37 100644 --- a/pages/Inquiries/Inquiries.vue +++ b/pages/Inquiries/Inquiries.vue @@ -47,7 +47,7 @@ - + diff --git a/pages/cate/cate.vue b/pages/cate/cate.vue index 6576d6f..9036071 100644 --- a/pages/cate/cate.vue +++ b/pages/cate/cate.vue @@ -47,7 +47,7 @@ {{item.small_info}} {{item.drugstore_drug.price}} - diff --git a/pages/cate/index.vue b/pages/cate/index.vue index e8e41db..05fef2c 100644 --- a/pages/cate/index.vue +++ b/pages/cate/index.vue @@ -29,7 +29,7 @@ - + {{item.title}} diff --git a/pages/home/home.vue b/pages/home/home.vue index ecef247..6a5af27 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -70,14 +70,14 @@ 到店挂号 预约专家 不排队 - + 在线复诊 在线选药 极速达 - + @@ -103,7 +103,7 @@ - + @@ -148,7 +148,7 @@ - + @@ -195,7 +195,7 @@ - + diff --git a/pages/home/index-list.vue b/pages/home/index-list.vue index 5c7d5df..4205749 100644 --- a/pages/home/index-list.vue +++ b/pages/home/index-list.vue @@ -77,12 +77,12 @@ - + 首页 - + 购物车 diff --git a/pages/home/index.vue b/pages/home/index.vue index 8e81585..a02d802 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -25,14 +25,14 @@ - + - + 到店挂号 @@ -41,7 +41,7 @@ - + 预约购药 @@ -105,7 +105,7 @@ - + @@ -153,9 +153,9 @@ show: true, doctorList: [], list: [ - // '/static/home/banner.png', - // '/static/home/banner.png', - // '/static/home/banner.png' + // 'https://xiaokang88.oss-cn-hangzhou.aliyuncs.com/xk-client-wx/static/home/banner.png', + // 'https://xiaokang88.oss-cn-hangzhou.aliyuncs.com/xk-client-wx/static/home/banner.png', + // 'https://xiaokang88.oss-cn-hangzhou.aliyuncs.com/xk-client-wx/static/home/banner.png' ], info:[], isShow_envVersion: true @@ -467,7 +467,7 @@ display: flex; align-items: center; justify-content: space-around; - background: url('/static/home/bg01.png') no-repeat; + background: url('https://xiaokang88.oss-cn-hangzhou.aliyuncs.com/xk-client-wx/static/home/bg01.png') no-repeat; background-size: 100% 100%; .nav_service_img { @@ -490,7 +490,7 @@ } .nav_service:last-child { - background: url('/static/home/bg02.png') no-repeat; + background: url('https://xiaokang88.oss-cn-hangzhou.aliyuncs.com/xk-client-wx/static/home/bg02.png') no-repeat; background-size: 100% 100%; } } diff --git a/pages/index/doctor-info.vue b/pages/index/doctor-info.vue index d6959e2..8a5b75a 100644 --- a/pages/index/doctor-info.vue +++ b/pages/index/doctor-info.vue @@ -3,7 +3,7 @@ - + {{item.content['doctor']}}医生 diff --git a/pages/index/index.vue b/pages/index/index.vue index a93946e..4f34095 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -17,7 +17,7 @@ - + @@ -41,7 +41,7 @@ - + @@ -65,7 +65,7 @@ - + @@ -90,8 +90,8 @@ - - + + diff --git a/pages/index/order-info.vue b/pages/index/order-info.vue index b1babc8..c192329 100644 --- a/pages/index/order-info.vue +++ b/pages/index/order-info.vue @@ -3,7 +3,7 @@ - + 订单 diff --git a/pages/index/platform-info.vue b/pages/index/platform-info.vue index a554f9d..2a972ba 100644 --- a/pages/index/platform-info.vue +++ b/pages/index/platform-info.vue @@ -8,7 +8,7 @@ {{ item.name }} - + diff --git a/pages/login/login.vue b/pages/login/login.vue index 5ccbee4..1d61cd1 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -7,7 +7,7 @@ 欢迎登录 - + diff --git a/pages/login/logon.vue b/pages/login/logon.vue index f4598b3..81ae28d 100644 --- a/pages/login/logon.vue +++ b/pages/login/logon.vue @@ -10,7 +10,7 @@ diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index cfd60bd..6ee0caf 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -4,7 +4,7 @@ - + @@ -31,25 +31,25 @@ - + 待付款 - + 待发货 - + 待收货 - + 已完成 @@ -64,15 +64,15 @@ - + 处方记录 - + 挂号记录 @@ -87,15 +87,15 @@ - + 就诊人管理 - + 收货地址 - + 客服中心 diff --git a/static/chat/send.png b/static/chat/send.png deleted file mode 100644 index d229a19..0000000 Binary files a/static/chat/send.png and /dev/null differ diff --git a/static/chat/send2.png b/static/chat/send2.png deleted file mode 100644 index be31d83..0000000 Binary files a/static/chat/send2.png and /dev/null differ diff --git a/static/choose/act.png b/static/choose/act.png deleted file mode 100644 index dd170fe..0000000 Binary files a/static/choose/act.png and /dev/null differ diff --git a/static/choose/choosed.png b/static/choose/choosed.png deleted file mode 100644 index efd31bb..0000000 Binary files a/static/choose/choosed.png and /dev/null differ diff --git a/static/choose/pwd.png b/static/choose/pwd.png deleted file mode 100644 index 11047ab..0000000 Binary files a/static/choose/pwd.png and /dev/null differ diff --git a/static/empty/adduser.png b/static/empty/adduser.png deleted file mode 100644 index 628525c..0000000 Binary files a/static/empty/adduser.png and /dev/null differ diff --git a/static/empty/gwc.png b/static/empty/gwc.png deleted file mode 100644 index 35c20ce..0000000 Binary files a/static/empty/gwc.png and /dev/null differ diff --git a/static/empty/kong.png b/static/empty/kong.png deleted file mode 100644 index bd32798..0000000 Binary files a/static/empty/kong.png and /dev/null differ diff --git a/static/empty/login.png b/static/empty/login.png deleted file mode 100644 index 6a41849..0000000 Binary files a/static/empty/login.png and /dev/null differ diff --git a/static/empty/order.png b/static/empty/order.png deleted file mode 100644 index 7a51d42..0000000 Binary files a/static/empty/order.png and /dev/null differ diff --git a/static/empty/orders.png b/static/empty/orders.png deleted file mode 100644 index a931e50..0000000 Binary files a/static/empty/orders.png and /dev/null differ diff --git a/static/empty/txyc.png b/static/empty/txyc.png deleted file mode 100644 index 8298a06..0000000 Binary files a/static/empty/txyc.png and /dev/null differ diff --git a/static/empty/wddz.png b/static/empty/wddz.png deleted file mode 100644 index 87af3e0..0000000 Binary files a/static/empty/wddz.png and /dev/null differ diff --git a/static/empty/wlyc.png b/static/empty/wlyc.png deleted file mode 100644 index e7d5264..0000000 Binary files a/static/empty/wlyc.png and /dev/null differ diff --git a/static/empty/yhq.png b/static/empty/yhq.png deleted file mode 100644 index 46d0843..0000000 Binary files a/static/empty/yhq.png and /dev/null differ diff --git a/static/group/xkyard.png b/static/group/xkyard.png deleted file mode 100644 index de876c5..0000000 Binary files a/static/group/xkyard.png and /dev/null differ diff --git a/static/home/01.png b/static/home/01.png deleted file mode 100644 index 71aa4b5..0000000 Binary files a/static/home/01.png and /dev/null differ diff --git a/static/home/02.png b/static/home/02.png deleted file mode 100644 index 8e1826c..0000000 Binary files a/static/home/02.png and /dev/null differ diff --git a/static/home/03.png b/static/home/03.png deleted file mode 100644 index f0c5d97..0000000 Binary files a/static/home/03.png and /dev/null differ diff --git a/static/home/04.png b/static/home/04.png deleted file mode 100644 index 809c266..0000000 Binary files a/static/home/04.png and /dev/null differ diff --git a/static/home/05.png b/static/home/05.png deleted file mode 100644 index a5e9fc3..0000000 Binary files a/static/home/05.png and /dev/null differ diff --git a/static/home/06.png b/static/home/06.png deleted file mode 100644 index 6ad61ab..0000000 Binary files a/static/home/06.png and /dev/null differ diff --git a/static/home/07.png b/static/home/07.png deleted file mode 100644 index b87a6b2..0000000 Binary files a/static/home/07.png and /dev/null differ diff --git a/static/home/08.png b/static/home/08.png deleted file mode 100644 index c097956..0000000 Binary files a/static/home/08.png and /dev/null differ diff --git a/static/home/banner.png b/static/home/banner.png deleted file mode 100644 index ddc4525..0000000 Binary files a/static/home/banner.png and /dev/null differ diff --git a/static/home/bg.png b/static/home/bg.png deleted file mode 100644 index 3b237de..0000000 Binary files a/static/home/bg.png and /dev/null differ diff --git a/static/home/bg01.png b/static/home/bg01.png deleted file mode 100644 index 95babbd..0000000 Binary files a/static/home/bg01.png and /dev/null differ diff --git a/static/home/bg02.png b/static/home/bg02.png deleted file mode 100644 index 05e1394..0000000 Binary files a/static/home/bg02.png and /dev/null differ diff --git a/static/home/bg1.png b/static/home/bg1.png deleted file mode 100644 index 1557c56..0000000 Binary files a/static/home/bg1.png and /dev/null differ diff --git a/static/home/bg2.png b/static/home/bg2.png deleted file mode 100644 index ffea91d..0000000 Binary files a/static/home/bg2.png and /dev/null differ diff --git a/static/home/delect.png b/static/home/delect.png deleted file mode 100644 index 1ba7374..0000000 Binary files a/static/home/delect.png and /dev/null differ diff --git a/static/home/gwc.png b/static/home/gwc.png deleted file mode 100644 index 0e54368..0000000 Binary files a/static/home/gwc.png and /dev/null differ diff --git a/static/image/cf1.png b/static/image/cf1.png deleted file mode 100644 index 2f1a482..0000000 Binary files a/static/image/cf1.png and /dev/null differ diff --git a/static/image/dx.png b/static/image/dx.png deleted file mode 100644 index ce491ca..0000000 Binary files a/static/image/dx.png and /dev/null differ diff --git a/static/image/fswz.png b/static/image/fswz.png deleted file mode 100644 index e2064ce..0000000 Binary files a/static/image/fswz.png and /dev/null differ diff --git a/static/image/hzxq.png b/static/image/hzxq.png deleted file mode 100644 index 1e35c16..0000000 Binary files a/static/image/hzxq.png and /dev/null differ diff --git a/static/image/sp.png b/static/image/sp.png deleted file mode 100644 index 887ba74..0000000 Binary files a/static/image/sp.png and /dev/null differ diff --git a/static/image/spdh.png b/static/image/spdh.png deleted file mode 100644 index 09d129e..0000000 Binary files a/static/image/spdh.png and /dev/null differ diff --git a/static/image/zp.png b/static/image/zp.png deleted file mode 100644 index e751451..0000000 Binary files a/static/image/zp.png and /dev/null differ diff --git a/static/mine/01.png b/static/mine/01.png deleted file mode 100644 index a3468b6..0000000 Binary files a/static/mine/01.png and /dev/null differ diff --git a/static/mine/02.png b/static/mine/02.png deleted file mode 100644 index 5ce2c8d..0000000 Binary files a/static/mine/02.png and /dev/null differ diff --git a/static/mine/03.png b/static/mine/03.png deleted file mode 100644 index 872c31f..0000000 Binary files a/static/mine/03.png and /dev/null differ diff --git a/static/mine/04.png b/static/mine/04.png deleted file mode 100644 index 560529e..0000000 Binary files a/static/mine/04.png and /dev/null differ diff --git a/static/mine/05.png b/static/mine/05.png deleted file mode 100644 index 649a5e0..0000000 Binary files a/static/mine/05.png and /dev/null differ diff --git a/static/mine/avatar_1.png b/static/mine/avatar_1.png deleted file mode 100644 index 7631963..0000000 Binary files a/static/mine/avatar_1.png and /dev/null differ diff --git a/static/mine/dfh.png b/static/mine/dfh.png deleted file mode 100644 index 0426c4f..0000000 Binary files a/static/mine/dfh.png and /dev/null differ diff --git a/static/mine/dfk.png b/static/mine/dfk.png deleted file mode 100644 index ba40659..0000000 Binary files a/static/mine/dfk.png and /dev/null differ diff --git a/static/mine/dsh.png b/static/mine/dsh.png deleted file mode 100644 index 300b8d5..0000000 Binary files a/static/mine/dsh.png and /dev/null differ diff --git a/static/mine/gy.png b/static/mine/gy.png deleted file mode 100644 index 73f7efa..0000000 Binary files a/static/mine/gy.png and /dev/null differ diff --git a/static/mine/jzr.png b/static/mine/jzr.png deleted file mode 100644 index 28eb940..0000000 Binary files a/static/mine/jzr.png and /dev/null differ diff --git a/static/mine/kfzx.png b/static/mine/kfzx.png deleted file mode 100644 index 8cd8335..0000000 Binary files a/static/mine/kfzx.png and /dev/null differ diff --git a/static/mine/mr_tx.png b/static/mine/mr_tx.png deleted file mode 100644 index c32b9cf..0000000 Binary files a/static/mine/mr_tx.png and /dev/null differ diff --git a/static/mine/shop_no.gif b/static/mine/shop_no.gif deleted file mode 100644 index c95fbff..0000000 Binary files a/static/mine/shop_no.gif and /dev/null differ diff --git a/static/mine/tk.png b/static/mine/tk.png deleted file mode 100644 index 691e1b1..0000000 Binary files a/static/mine/tk.png and /dev/null differ diff --git a/static/mine/zy_mr.jpg b/static/mine/zy_mr.jpg deleted file mode 100644 index 92534e6..0000000 Binary files a/static/mine/zy_mr.jpg and /dev/null differ diff --git a/static/share.png b/static/share.png deleted file mode 100644 index a3466f9..0000000 Binary files a/static/share.png and /dev/null differ diff --git a/static/shop/gwc.png b/static/shop/gwc.png deleted file mode 100644 index af8b140..0000000 Binary files a/static/shop/gwc.png and /dev/null differ diff --git a/static/shop/gwc_l.png b/static/shop/gwc_l.png deleted file mode 100644 index d12bce8..0000000 Binary files a/static/shop/gwc_l.png and /dev/null differ diff --git a/static/shop/home.png b/static/shop/home.png deleted file mode 100644 index ae683c2..0000000 Binary files a/static/shop/home.png and /dev/null differ diff --git a/static/shop/qian.png b/static/shop/qian.png deleted file mode 100644 index b787437..0000000 Binary files a/static/shop/qian.png and /dev/null differ diff --git a/static/xx/cp.png b/static/xx/cp.png deleted file mode 100644 index 436b0f1..0000000 Binary files a/static/xx/cp.png and /dev/null differ diff --git a/static/xx/cpdd.png b/static/xx/cpdd.png deleted file mode 100644 index fda7146..0000000 Binary files a/static/xx/cpdd.png and /dev/null differ diff --git a/static/xx/xt.png b/static/xx/xt.png deleted file mode 100644 index 20f8474..0000000 Binary files a/static/xx/xt.png and /dev/null differ diff --git a/static/xx/ysxx.png b/static/xx/ysxx.png deleted file mode 100644 index 2433c58..0000000 Binary files a/static/xx/ysxx.png and /dev/null differ diff --git a/subPackages/doctor/components/FollowUpDrugDrawer.vue b/subPackages/doctor/components/FollowUpDrugDrawer.vue index a39f96a..915b0c3 100644 --- a/subPackages/doctor/components/FollowUpDrugDrawer.vue +++ b/subPackages/doctor/components/FollowUpDrugDrawer.vue @@ -1,386 +1 @@ - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/subPackages/doctor/doctor-detail.vue b/subPackages/doctor/doctor-detail.vue index dce8532..382fa72 100644 --- a/subPackages/doctor/doctor-detail.vue +++ b/subPackages/doctor/doctor-detail.vue @@ -14,7 +14,7 @@ - + @@ -69,11 +69,11 @@ - + - + diff --git a/subPackages/doctor/doctor-evaluation.vue b/subPackages/doctor/doctor-evaluation.vue index 21f35c1..4b80053 100644 --- a/subPackages/doctor/doctor-evaluation.vue +++ b/subPackages/doctor/doctor-evaluation.vue @@ -21,14 +21,14 @@ - + 暂无评价 - + diff --git a/subPackages/doctor/doctor-info.vue b/subPackages/doctor/doctor-info.vue index ced84f7..66a56a7 100644 --- a/subPackages/doctor/doctor-info.vue +++ b/subPackages/doctor/doctor-info.vue @@ -14,7 +14,7 @@ {{doctorList.store}} - + diff --git a/subPackages/doctor/doctor-userinfo.vue b/subPackages/doctor/doctor-userinfo.vue index 47f24bb..67fd0c5 100644 --- a/subPackages/doctor/doctor-userinfo.vue +++ b/subPackages/doctor/doctor-userinfo.vue @@ -26,7 +26,7 @@ {{(item.sex)% 2 == 1 ? "男" : "女"}}   {{item.age}}岁 - + diff --git a/subPackages/follow-up/medication-info.vue b/subPackages/follow-up/medication-info.vue index 2445de0..2adc8c7 100644 --- a/subPackages/follow-up/medication-info.vue +++ b/subPackages/follow-up/medication-info.vue @@ -10,7 +10,7 @@ :displayed-messages="postRegisterDisplayedMessages" :assistant-avatar="postRegAssistantAvatar" :assistant-name="postRegAssistantName" - user-avatar="/static/images/user-avatar.png" + user-avatar="https://xiaokang88.oss-cn-hangzhou.aliyuncs.com/xk-client-wx/static/images/user-avatar.png" :prescription-info="postRegisterPrescriptionInfo" :is-typing="postRegisterIsTyping" :scroll-into-view="postRegisterScrollIntoView" @@ -183,7 +183,7 @@ export default { postRegisterScrollIntoView: '', postRegisterSubmitting: false, postRegisterWaiting: false, - postRegAssistantAvatar: '/static/images/assistant-avatar.png', + postRegAssistantAvatar: 'https://xiaokang88.oss-cn-hangzhou.aliyuncs.com/xk-client-wx/static/images/assistant-avatar.png', postRegAssistantName: '医生助理', showPostRegisterNotice: true, parsedPostRegisterNoticeParts: [], @@ -399,7 +399,7 @@ export default { if (res.data && res.data.code === 0) { const config = res.data.result || {}; this.postRegAssistantName = config.name || '医生助理'; - this.postRegAssistantAvatar = config.avatar || '/static/images/assistant-avatar.png'; + this.postRegAssistantAvatar = config.avatar || 'https://xiaokang88.oss-cn-hangzhou.aliyuncs.com/xk-client-wx/static/images/assistant-avatar.png'; const d = parseFloat(config.reply_delay); if (!Number.isNaN(d) && d > 0) { this.postRegisterReplyDelay = d; diff --git a/subPackages/my/my-department.vue b/subPackages/my/my-department.vue index 9d53b64..fa1deb8 100644 --- a/subPackages/my/my-department.vue +++ b/subPackages/my/my-department.vue @@ -62,7 +62,7 @@ - + @@ -118,7 +118,7 @@ - + diff --git a/subPackages/my/my-drug/drug-info.vue b/subPackages/my/my-drug/drug-info.vue index 0aba101..0995876 100644 --- a/subPackages/my/my-drug/drug-info.vue +++ b/subPackages/my/my-drug/drug-info.vue @@ -72,7 +72,7 @@ - + {{item.drug_name}}{{item.drug.function}} diff --git a/subPackages/my/my-drug/drug-list.vue b/subPackages/my/my-drug/drug-list.vue index be4e704..e3e9692 100644 --- a/subPackages/my/my-drug/drug-list.vue +++ b/subPackages/my/my-drug/drug-list.vue @@ -16,7 +16,7 @@ - + 还没有新的商品订单~ @@ -75,7 +75,7 @@ - + {{it.drug_name}} diff --git a/subPackages/my/my-drug/to-next.vue b/subPackages/my/my-drug/to-next.vue index a416034..631617b 100644 --- a/subPackages/my/my-drug/to-next.vue +++ b/subPackages/my/my-drug/to-next.vue @@ -4,7 +4,7 @@ - + 订单正在生成中,请稍后... diff --git a/subPackages/my/myabout.vue b/subPackages/my/myabout.vue index 8103da2..99e5d91 100644 --- a/subPackages/my/myabout.vue +++ b/subPackages/my/myabout.vue @@ -3,7 +3,7 @@ - + 萧康诊所门店 diff --git a/subPackages/my/myappiont.vue b/subPackages/my/myappiont.vue index 265113b..12cacea 100644 --- a/subPackages/my/myappiont.vue +++ b/subPackages/my/myappiont.vue @@ -12,7 +12,7 @@ - + 暂无挂号记录~ diff --git a/subPackages/my/myinfo.vue b/subPackages/my/myinfo.vue index ac7b97f..9295546 100644 --- a/subPackages/my/myinfo.vue +++ b/subPackages/my/myinfo.vue @@ -4,7 +4,7 @@ - + 暂未添加就诊人 添加 diff --git a/subPackages/my/myrecord-detail.vue b/subPackages/my/myrecord-detail.vue index ce17db2..b247456 100644 --- a/subPackages/my/myrecord-detail.vue +++ b/subPackages/my/myrecord-detail.vue @@ -201,7 +201,7 @@ {{status==1&&'温馨提示,请遵医嘱服药!处方'+data.valid_hours+'小时内有效!'|| status==3&&'温馨提示,请遵医嘱服药!你的处方已过48小时' || status==4&&'本处方为产品服务包'}} - + diff --git a/subPackages/my/myrecord.vue b/subPackages/my/myrecord.vue index ddae08b..211b480 100644 --- a/subPackages/my/myrecord.vue +++ b/subPackages/my/myrecord.vue @@ -11,7 +11,7 @@ - + 暂无处方记录~ diff --git a/subPackages/my/myreport.vue b/subPackages/my/myreport.vue index 47680e6..c05f991 100644 --- a/subPackages/my/myreport.vue +++ b/subPackages/my/myreport.vue @@ -16,7 +16,7 @@
  • - + 李磊 @@ -31,7 +31,7 @@
  • - + 李磊 diff --git a/subPackages/my/mystore.vue b/subPackages/my/mystore.vue index 9aec9a4..1537d2e 100644 --- a/subPackages/my/mystore.vue +++ b/subPackages/my/mystore.vue @@ -2,7 +2,7 @@ - + 当前门店 @@ -35,7 +35,7 @@ - + 暂无门店信息 diff --git a/subPackages/my/record-pay.vue b/subPackages/my/record-pay.vue index 1ac7be4..ab9da86 100644 --- a/subPackages/my/record-pay.vue +++ b/subPackages/my/record-pay.vue @@ -93,7 +93,7 @@ - + {{item.content.drug_name}}{{item.content.specification}} diff --git a/subPackages/product/product.vue b/subPackages/product/product.vue index fcae8a8..dc06224 100644 --- a/subPackages/product/product.vue +++ b/subPackages/product/product.vue @@ -78,7 +78,7 @@ @@ -203,7 +203,7 @@ export default { }, computed: { getProductImage() { - return (this.currentProduct.drug && this.currentProduct.drug.image) ? this.currentProduct.drug.image : '/static/mine/avatar_1.png'; + return (this.currentProduct.drug && this.currentProduct.drug.image) ? this.currentProduct.drug.image : 'https://xiaokang88.oss-cn-hangzhou.aliyuncs.com/xk-client-wx/static/mine/avatar_1.png'; }, getProductName() { return (this.currentProduct.drug && this.currentProduct.drug.drug_name) ? this.currentProduct.drug.drug_name : ''; diff --git a/subPackages/setup/area-list.vue b/subPackages/setup/area-list.vue index 40f6d57..e64fd82 100644 --- a/subPackages/setup/area-list.vue +++ b/subPackages/setup/area-list.vue @@ -4,7 +4,7 @@ - + 暂无收货地址! diff --git a/subPackages/setup/filed.vue b/subPackages/setup/filed.vue index 330ddbe..9c40eed 100644 --- a/subPackages/setup/filed.vue +++ b/subPackages/setup/filed.vue @@ -3,7 +3,7 @@ - + 萧康诊所门店 diff --git a/subPackages/shop/logistics.vue b/subPackages/shop/logistics.vue index 0e3964e..cc51e5c 100644 --- a/subPackages/shop/logistics.vue +++ b/subPackages/shop/logistics.vue @@ -3,7 +3,7 @@ - + {{logisticsList.express_name}} {{logisticsList.express_mobile}} {{logisticsList.express_region}}{{logisticsList.express_address}} @@ -29,7 +29,7 @@ 物流追踪 diff --git a/subPackages/shop/orders-detail.vue b/subPackages/shop/orders-detail.vue index c2709e3..8ece4d2 100644 --- a/subPackages/shop/orders-detail.vue +++ b/subPackages/shop/orders-detail.vue @@ -44,7 +44,7 @@ {{drugDetailsList.content}} - + @@ -74,12 +74,12 @@ - + 首页 - + 购物车 diff --git a/subPackages/shop/orders.vue b/subPackages/shop/orders.vue index c8ed496..610215f 100644 --- a/subPackages/shop/orders.vue +++ b/subPackages/shop/orders.vue @@ -15,7 +15,7 @@ - + diff --git a/subPackages/shop/search-home.vue b/subPackages/shop/search-home.vue index 4eaabd2..d2a3b73 100644 --- a/subPackages/shop/search-home.vue +++ b/subPackages/shop/search-home.vue @@ -13,7 +13,7 @@ 最近搜索 - + 无搜索历史 diff --git a/subPackages/shop/search-list.vue b/subPackages/shop/search-list.vue index 0fe850b..a16765b 100644 --- a/subPackages/shop/search-list.vue +++ b/subPackages/shop/search-list.vue @@ -12,14 +12,14 @@ - + 【太极】藿香正气口服液 清热解毒,抗炎消肿,呼吸道感染 ¥10.9 - + diff --git a/subPackages/shop/shop-pay.vue b/subPackages/shop/shop-pay.vue index 8995e7c..4d9b57a 100644 --- a/subPackages/shop/shop-pay.vue +++ b/subPackages/shop/shop-pay.vue @@ -82,7 +82,7 @@ 支付方式 - + 微信 diff --git a/subPackages/transfer/transfer-consultation.vue b/subPackages/transfer/transfer-consultation.vue index b915c4c..8227edf 100644 --- a/subPackages/transfer/transfer-consultation.vue +++ b/subPackages/transfer/transfer-consultation.vue @@ -49,9 +49,9 @@ export default { showWaiting: false, // 显示等待转接消息 isSubmitting: false, // 是否正在提交 scrollIntoView: '', // 滚动到指定位置 - assistantAvatar: '/static/images/assistant-avatar.png', // 医生助理头像(默认值,会从后端获取) + assistantAvatar: 'https://xiaokang88.oss-cn-hangzhou.aliyuncs.com/xk-client-wx/static/images/assistant-avatar.png', // 医生助理头像(默认值,会从后端获取) assistantName: '医生助理', // 医生助理名字(默认值,会从后端获取) - userAvatar: '/static/images/user-avatar.png', // 用户头像(需要替换为实际路径) + userAvatar: 'https://xiaokang88.oss-cn-hangzhou.aliyuncs.com/xk-client-wx/static/images/user-avatar.png', // 用户头像(需要替换为实际路径) prescriptionInfo: '炒黄芪等共2味', // 处方信息(可以从转诊详情中获取) replyDelay: 1.00, // 回复延迟时间(秒),从配置中获取 isTyping: false, // 是否显示"正在回复"提示 @@ -282,7 +282,7 @@ export default { if (res.data && res.data.code === 0) { const config = res.data.result || {} this.assistantName = config.name || '医生助理' - this.assistantAvatar = config.avatar || '/static/images/assistant-avatar.png' + this.assistantAvatar = config.avatar || 'https://xiaokang88.oss-cn-hangzhou.aliyuncs.com/xk-client-wx/static/images/assistant-avatar.png' this.replyDelay = parseFloat(config.reply_delay) || 1.00 // 获取延迟时间,支持小数 } } catch (error) { diff --git a/subPackages/transfer/transfer-message.vue b/subPackages/transfer/transfer-message.vue index a07b9ec..290b1ef 100644 --- a/subPackages/transfer/transfer-message.vue +++ b/subPackages/transfer/transfer-message.vue @@ -6,7 +6,7 @@ - + 暂无转诊消息~