feature/comment-0624-ch
ch 2 years ago
parent 264a108a33
commit 845ad5dba8

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-05-04 17:27:37
* @LastEditors: ch
* @LastEditTime: 2022-06-27 11:30:24
* @LastEditTime: 2022-06-28 16:38:18
* @Description: file content
-->
@ -80,7 +80,7 @@ export default {
count: 0,
},
{
key: "progressCount",
key: "waitComment",
label: "待评价",
icon: getOrderTypeIcon("icon-order4"),
path: `/account/order/list?type=${ORDER_STATUS.WAIT_COMMENT}`,

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-06-24 14:39:38
* @LastEditors: ch
* @LastEditTime: 2022-06-27 11:01:07
* @LastEditTime: 2022-06-28 15:50:10
* @Description: file content
-->
<template>
@ -121,7 +121,7 @@ export default {
return false;
}
// this.list = result.records;
this.tabs = this.tabs.concat(result);
this.tabs = this.tabs.concat(result.filter(i => i.commentCount > 0));
},
async getCount(){

Loading…
Cancel
Save