|
@@ -4,17 +4,17 @@
|
|
|
<image
|
|
|
src="https://img14.360buyimg.com/jdcms/s460x460_jfs/t1/229465/15/14432/86913/6631bc7cF31d5200b/63dd6b0e1dc4e73c.jpg.webp"
|
|
|
mode="" class="content-img"></image>
|
|
|
- <view class="mask" v-if="status!=1">
|
|
|
- <view class="text-1" v-if="status == 2">
|
|
|
- 审核中
|
|
|
- </view>
|
|
|
- <view class="text-1" v-if="status == 3">
|
|
|
- 审核失败
|
|
|
- </view>
|
|
|
- <view class="text-1" v-if="status == 4">
|
|
|
- 已下架
|
|
|
- </view>
|
|
|
+ <view class="mask" v-if="status!=1">
|
|
|
+ <view class="text-1" v-if="status == 2">
|
|
|
+ 审核中
|
|
|
</view>
|
|
|
+ <view class="text-1" v-if="status == 3">
|
|
|
+ 审核失败
|
|
|
+ </view>
|
|
|
+ <view class="text-1" v-if="status == 4">
|
|
|
+ 已下架
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view class="content-right">
|
|
|
<view class="goods-title">
|
|
|
La Chapelle Sport拉夏贝尔高级感收…
|
|
@@ -31,21 +31,32 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="btn-list">
|
|
|
+ <view class="btn-list" v-if="productAndCommodity=='product'">
|
|
|
<button class="btn-1" v-if="status == 1">下架商品</button>
|
|
|
<button class="btn-1" v-if="status == 2">查看详情</button>
|
|
|
<button class="btn-2" v-if="status == 3">重新提交</button>
|
|
|
<button class="btn-1" v-if="status == 4">编辑</button>
|
|
|
<button class="btn-1" v-if="status == 4">上架商品</button>
|
|
|
</view>
|
|
|
+ <view class="btn-list" v-else>
|
|
|
+ <button class="btn-1" v-if="status == 1">我要打折</button>
|
|
|
+ <button class="btn-1" v-if="status == 1">下架</button>
|
|
|
+ <button class="btn-1" v-if="status == 4">删除</button>
|
|
|
+ <button class="btn-1" v-if="status == 4">商家</button>
|
|
|
+ <button class="btn-2" v-if="status == 3">编辑</button>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
export default {
|
|
|
- props:{
|
|
|
- status:{
|
|
|
- typeof:String,
|
|
|
+ props: {
|
|
|
+ status: {
|
|
|
+ typeof: String,
|
|
|
+ default: ""
|
|
|
+ },
|
|
|
+ productAndCommodity:{
|
|
|
+ typeof: String,
|
|
|
default:""
|
|
|
}
|
|
|
},
|
|
@@ -56,20 +67,25 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
- .detail{
|
|
|
+ .detail {
|
|
|
padding: 24rpx 20rpx;
|
|
|
background-color: #fff;
|
|
|
border-radius: 16rpx;
|
|
|
- .content{
|
|
|
+
|
|
|
+ .content {
|
|
|
display: flex;
|
|
|
position: relative;
|
|
|
- .content-img{
|
|
|
+ flex-shrink: 0;
|
|
|
+ justify-content: flex-start;
|
|
|
+ .content-img {
|
|
|
width: 164rpx;
|
|
|
height: 164rpx;
|
|
|
border-radius: 12rpx;
|
|
|
margin-right: 20rpx;
|
|
|
+ flex-shrink: 0;
|
|
|
}
|
|
|
- .mask{
|
|
|
+
|
|
|
+ .mask {
|
|
|
width: 164rpx;
|
|
|
height: 164rpx;
|
|
|
border-radius: 12rpx;
|
|
@@ -79,7 +95,8 @@
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
- .text-1{
|
|
|
+
|
|
|
+ .text-1 {
|
|
|
width: 108rpx;
|
|
|
height: 44rpx;
|
|
|
text-align: center;
|
|
@@ -90,40 +107,51 @@
|
|
|
font-size: 20rpx;
|
|
|
}
|
|
|
}
|
|
|
- .content-right{
|
|
|
- .goods-title{
|
|
|
+
|
|
|
+ .content-right {
|
|
|
+ .goods-title {
|
|
|
color: #333;
|
|
|
margin-bottom: 20rpx;
|
|
|
+ width: 88%;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ word-break: break-word;
|
|
|
}
|
|
|
- .inventory{
|
|
|
- color: rgba(54,54,54,.5);
|
|
|
+
|
|
|
+ .inventory {
|
|
|
+ color: rgba(54, 54, 54, .5);
|
|
|
font-size: 24rpx;
|
|
|
margin-bottom: 30rpx;
|
|
|
}
|
|
|
- .commodity-price{
|
|
|
+
|
|
|
+ .commodity-price {
|
|
|
color: #f83224;
|
|
|
font-size: 32rpx;
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .btn-list{
|
|
|
+
|
|
|
+ .btn-list {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
- .btn-1{
|
|
|
+
|
|
|
+ .btn-1 {
|
|
|
width: 152rpx;
|
|
|
height: 60rpx;
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
font-size: 26rpx;
|
|
|
color: #333;
|
|
|
- border: 2rpx solid rgba(151,151,151,.3);
|
|
|
+ border: 2rpx solid rgba(151, 151, 151, .3);
|
|
|
border-radius: 30rpx;
|
|
|
background-color: #fff;
|
|
|
line-height: 60rpx;
|
|
|
margin-left: 20rpx;
|
|
|
}
|
|
|
- .btn-2{
|
|
|
+
|
|
|
+ .btn-2 {
|
|
|
width: 152rpx;
|
|
|
height: 60rpx;
|
|
|
margin: 0;
|