@@ -166,7 +166,7 @@ export default {
})
.then(res => {
this.hideLoading();
- console.log(res);
+ // console.log(res);
this.total = res.total;
this.store = res.store;
// console.log(this.store);
@@ -152,6 +152,7 @@ export default {
...mapState(['systemInfo', 'userStoreInfo']),
dropCaseStatusList() {
let list = [...this.caseStatusList];
+ // console.log(list);
list = list
.filter(item => {
return this.isMineShop || item.value !== 'UNDO';
@@ -91,7 +91,7 @@
</div>
</div> -->
- <div class="box" v-if="showId">
+ <div class="box" v-else>
<div class="top2">
<span>已售/总数</span>
<!-- <div class="right">
@@ -43,7 +43,7 @@
<div class="box-con-money">
<div class="box-con-num">
- <p>¥{{ item.value }}</p>
+ <!-- <p>¥{{ item.value }}</p> -->
<p>×{{ item.amount }}</p>