diff --git a/README.md b/README.md index 17a91599..62fda1fb 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,14 @@ #### 欢迎交流需求,交流业务,交流技术(基础问题自行解决,其他问题先看文档后提问) +#### 不用削尖脑袋往老群里加,老群活跃度较低,很多潜水党,新群相对而言活跃一些 :tw-1f606: :tw-1f606: :tw-1f606: :tw-1f606: :tw-1f606: :tw-1f606: + +#### PS: **演示站点所有环境均部署master分支。如果有演示站点问题,可以反馈,如果演示站点没问题本地运行有问题,需自行处理** ##### 交流 qq 1群 961316482(已满) -Lilishop交流群点击快捷加群 - ##### 交流 qq 2群 875294241(已满) - -Lilishop交流群2群点击快捷加群 - - -##### 交流 qq 3群 263785057 - -Lilishop交流群3群点击快捷加群 - +##### 交流 qq 3群 263785057(已满) +##### 交流 qq 4群 674617534 ##### 体验 公众号/小程序/APP 体验,扫描二维码 @@ -166,6 +161,7 @@ PS:手机验证码为 ‘111111’ ### 交流群 -##### 官方qq 1群 961316482(已满) -##### 官方qq 2群 875294241(已满) -##### 官网qq 3群 263785057 +##### 交流 qq 1群 961316482(已满) +##### 交流 qq 2群 875294241(已满) +##### 交流 qq 3群 263785057(已满) +##### 交流 qq 4群 674617534 diff --git a/buyer/src/assets/styles/global.scss b/buyer/src/assets/styles/global.scss index 8a74a333..ccd8c15d 100644 --- a/buyer/src/assets/styles/global.scss +++ b/buyer/src/assets/styles/global.scss @@ -170,6 +170,19 @@ $dark_content_color: #d5d5d5; margin-right: 20px; } +.mb_24 { + margin-bottom: 24px; +} +.mt_24 { + margin-top: 24px; +} +.ml_24 { + margin-left: 24px; +} +.mr_24 { + margin-right: 24px; +} + .mb_10 { margin-bottom: 10px; } diff --git a/buyer/src/pages/home/orderCenter/MyOrder.vue b/buyer/src/pages/home/orderCenter/MyOrder.vue index f7da6acd..c390427a 100644 --- a/buyer/src/pages/home/orderCenter/MyOrder.vue +++ b/buyer/src/pages/home/orderCenter/MyOrder.vue @@ -4,7 +4,7 @@ -
+
{ // 获取用户历史足迹 export const ServeGetFootPrint = (params) => { - return get(`${config.BASE_BUYER}/buyer/member/footprint`,params); + return get(`${config.BASE_BUYER}/buyer/member/footprint`, params); }; // 商家获取用户历史足迹 export const ServeStoreGetFootPrint = (params) => { - return get(`${config.BASE_SELLER}/store/member/footprint`,params); + return get(`${config.BASE_SELLER}/store/member/footprint`, params); }; // 获取用户订单列表信息 export const ServeGetOrderPrint = (params) => { - return get(`${config.BASE_BUYER}/buyer/order/order`,params); + return get(`${config.BASE_BUYER}/buyer/order/order`, params); }; // 商家获取用户订单列表信息 export const ServeStoreGetOrderPrint = (params) => { - return get(`${config.BASE_SELLER}/store/order/order`,params); + return get(`${config.BASE_SELLER}/store/order/order`, params); }; // 获取商品信息 diff --git a/im/src/components/chat/panel/TalkPanel.vue b/im/src/components/chat/panel/TalkPanel.vue index 3f88838c..6e29d2f4 100644 --- a/im/src/components/chat/panel/TalkPanel.vue +++ b/im/src/components/chat/panel/TalkPanel.vue @@ -84,7 +84,7 @@
- ¥{{ item.text.price }} + {{ item.text.price | unitPrice('¥') }}
@@ -92,7 +92,7 @@
+ }" @click="linkToOrders(item.text.sn)">
订单号:{{ item.text.sn }} @@ -100,10 +100,10 @@
- {{ item.text.groupName }} + {{ item.text.groupName }} {{ item.text.paymentTime }} - 订单金额:¥{{ item.text.flowPrice }} + 订单金额:{{ item.text.flowPrice | unitPrice('¥') }} {{ @@ -171,7 +171,7 @@ - +