diff --git a/high-unionPay/Utils/Api.js b/high-unionPay/Utils/Api.js index 9c7c89b..320b882 100644 --- a/high-unionPay/Utils/Api.js +++ b/high-unionPay/Utils/Api.js @@ -496,8 +496,8 @@ export const getRebateIntegral = params => { return POST('POST', `${base}/common/getRebateIntegral`, params).then(res => res.data); } //站内信列表 -export const queryMsgByList = params => { - return POST('GET', `${base}/bsMsg/queryMsgByList`, params).then(res => res.data); +export const getMsgByList = params => { + return POST('GET', `${base}/bsMsg/getMsgByList`, params).then(res => res.data); } diff --git a/high-unionPay/pages.json b/high-unionPay/pages.json index 7c7a0ec..bbc0b0b 100644 --- a/high-unionPay/pages.json +++ b/high-unionPay/pages.json @@ -942,17 +942,7 @@ } } - }, { - "path": "kfc-details/kfc-details", - "style": { - "navigationBarTitleText": "详情", - "enablePullDownRefresh": false, - "app-plus": { - "titleNView": false //禁用原生导航栏 - } - } - - }, { + },{ "path": "kfc-menu-list/kfc-menu-list", "style": { "navigationBarTitleText": "菜单", diff --git a/high-unionPay/pages/goods/refuel-confirm/refuel-confirm.vue b/high-unionPay/pages/goods/refuel-confirm/refuel-confirm.vue index 1ed7a12..eb9c25d 100644 --- a/high-unionPay/pages/goods/refuel-confirm/refuel-confirm.vue +++ b/high-unionPay/pages/goods/refuel-confirm/refuel-confirm.vue @@ -77,13 +77,14 @@ ¥0 - - - - 邀请码 - + + + + 邀请码 + - + @@ -150,37 +151,37 @@ 支付方式: - + - - + + 银联支付 - + - - + + 油卡支付余额: {{oilPirce}}元 - + - + 重要说明 @@ -202,25 +203,23 @@ 优惠券选择 - + @click="radioChanges(items,items)"> + - {{items.highDiscount.discountName}} + {{items.discountName}} - 有效期:{{items.highDiscount.salesEndTime | timeFormat('yyyy-mm-dd hh:mm:ss')}} + 有效期:{{items.useEndTime | timeFormat('yyyy-mm-dd hh:mm:ss')}} - - - @@ -234,19 +233,17 @@ - - diff --git a/high-unionPay/qianzhu-KFC/kfc-menu-list/kfc-menu-list.vue b/high-unionPay/qianzhu-KFC/kfc-menu-list/kfc-menu-list.vue index 163fa3f..c62edd3 100644 --- a/high-unionPay/qianzhu-KFC/kfc-menu-list/kfc-menu-list.vue +++ b/high-unionPay/qianzhu-KFC/kfc-menu-list/kfc-menu-list.vue @@ -499,12 +499,6 @@ return true; - }, - //跳转详情 - navToList() { - uni.navigateTo({ - url: '../kfc-details/kfc-details' - }) } } } diff --git a/high-unionPay/qianzhu-KFC/order-details/order-details.vue b/high-unionPay/qianzhu-KFC/order-details/order-details.vue index 3accc1e..8f86477 100644 --- a/high-unionPay/qianzhu-KFC/order-details/order-details.vue +++ b/high-unionPay/qianzhu-KFC/order-details/order-details.vue @@ -11,10 +11,10 @@ - - + --> {{typeText[orderList.orderStatus]}} @@ -38,9 +38,9 @@ - 订单已准备完毕,喜欢您再来 + 订单已准备完毕,喜欢您再来 - + 请至柜台凭取餐码取餐 如有询问手机尾号请点击右侧按钮查看 @@ -64,19 +64,21 @@ v-for="(item,index) in recinfo.object.orderItems" :key='index'>{{item.code}} - {{recinfo.statusDesc}} + + {{typeText[orderList.orderStatus]}} {{recinfo.statusDesc}} - + 充值明细 - {{orderList.highChildOrderList[0].storeName}} + + {{orderList.highChildOrderList[0].storeName}} - - - + + + + - - - - + + + + + + + + 商品小计 @@ -118,9 +125,9 @@ 优惠券优惠 ¥ {{orderList.deductionCouponPrice}} - - - 商品优惠 ¥ {{orderList.deductionProductPrice}} + + + 商品优惠 ¥ {{orderList.deductionProductPrice}} 积分抵扣 ¥ {{(orderList.payGold / 100).toFixed(2)}} @@ -149,11 +156,11 @@ 下单时间 {{orderList.createTime | timeFormat('yyyy-mm-dd hh:mm:ss')}} - - - 支付时间 - {{orderList.payTime | timeFormat('yyyy-mm-dd hh:mm:ss')}} - + + + 支付时间 + {{orderList.payTime | timeFormat('yyyy-mm-dd hh:mm:ss')}} + 就餐方式 店内就餐 @@ -161,9 +168,9 @@ 支付方式 - 微信 - 积分 - 工会卡 + 微信支付 + 积分兑换 + 汇联通工会卡 银联支付 @@ -182,7 +189,7 @@ - 再来一单 + @@ -191,7 +198,7 @@