Commit b9f4fa65 by Kyle_Li

修改异常会员文案

parent aebba951
......@@ -220,7 +220,7 @@
</el-table-column>
<el-table-column
prop="pointsCurrent"
label="同一商品消费次数"
label="同一spu不同尺码的sku不少于3种的消费次数"
>
<template slot-scope="{row}">
{{ row.skuAbnormalCnt || 0 }}
......@@ -436,6 +436,7 @@ export default {
});
},
getList(options) {
this.load = true;
const { select1, input1, select2, input21, input22, select3, select4 } = this.searchData;
let params = {
currentPage: options.cPage,
......@@ -449,7 +450,6 @@ export default {
frozenStatus: select4 || undefined
}
doFetchqs("/api-member/list-exception-member", params).then(res => {
this.load = true;
if (res.data.errorCode === 0) {
this.load = false;
if (res.data.result.result) {
......@@ -473,6 +473,8 @@ export default {
} else {
this.load = false;
}
}).catch(err => {
this.load = false;
});
},
changeType(val) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment