|
@@ -33,7 +33,7 @@
|
|
|
<view class="tags">
|
|
|
<view class="tag" v-if="item.reviewStatus === 0" style="background-color: #ff7f23">审核中</view>
|
|
|
<template v-if="item.reviewStatus === 1">
|
|
|
- <view class="tag" v-if="item.status === 1" style="background-color: #1ebe1e">已发布</view>
|
|
|
+ <view class="tag" v-if="item.status === 1" style="background-color: #ff7f23">已发布</view>
|
|
|
<view class="tag" v-if="item.status === 0" style="color: #0a0a0a; background-color: #ededed">已禁用</view>
|
|
|
</template>
|
|
|
<view class="tag" v-if="item.reviewStatus === 2" style="color: #0a0a0a; background-color: #ededed">
|