|
|
@ -85,7 +85,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- 信息区域 --> |
|
|
<!-- 信息区域 --> |
|
|
<view class="card-info-section"> |
|
|
<view class="card-info-section" bindtap="showGoodsDetail" data-item="{{item}}"> |
|
|
<view class="supply-name-row"> |
|
|
<view class="supply-name-row"> |
|
|
<view class="supply-name">{{item.name}}</view> |
|
|
<view class="supply-name">{{item.name}}</view> |
|
|
<view class="supply-status published">已上架</view> |
|
|
<view class="supply-status published">已上架</view> |
|
|
@ -196,7 +196,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- 右侧信息区域 50%宽度 --> |
|
|
<!-- 右侧信息区域 50%宽度 --> |
|
|
<view style="width: 50%; padding: 15rpx; display: flex; flex-direction: column; justify-content: space-between; background-color: white; border-left: 1rpx solid #f0f0f0;"> |
|
|
<view style="width: 50%; padding: 15rpx; display: flex; flex-direction: column; justify-content: space-between; background-color: white; border-left: 1rpx solid #f0f0f0;" bindtap="showGoodsDetail" data-item="{{item}}"> |
|
|
<view> |
|
|
<view> |
|
|
<view style="font-size: 28rpx; font-weight: bold; word-break: break-word;">{{item.name}} |
|
|
<view style="font-size: 28rpx; font-weight: bold; word-break: break-word;">{{item.name}} |
|
|
<view style="display: inline-block; margin-left: 10rpx; font-size: 18rpx; color: #fff; background-color: #1677ff; padding: 2rpx 8rpx; border-radius: 10rpx;">审核中</view> |
|
|
<view style="display: inline-block; margin-left: 10rpx; font-size: 18rpx; color: #fff; background-color: #1677ff; padding: 2rpx 8rpx; border-radius: 10rpx;">审核中</view> |
|
|
@ -297,7 +297,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- 右侧信息区域 50%宽度 --> |
|
|
<!-- 右侧信息区域 50%宽度 --> |
|
|
<view style="width: 50%; padding: 15rpx; display: flex; flex-direction: column; justify-content: space-between; background-color: white; border-left: 1rpx solid #f0f0f0;"> |
|
|
<view style="width: 50%; padding: 15rpx; display: flex; flex-direction: column; justify-content: space-between; background-color: white; border-left: 1rpx solid #f0f0f0;" bindtap="showGoodsDetail" data-item="{{item}}"> |
|
|
<view> |
|
|
<view> |
|
|
<view style="font-size: 28rpx; font-weight: bold; word-break: break-word;">{{item.name}} |
|
|
<view style="font-size: 28rpx; font-weight: bold; word-break: break-word;">{{item.name}} |
|
|
<view style="display: inline-block; margin-left: 10rpx; font-size: 18rpx; color: #fff; background-color: #f5222d; padding: 2rpx 8rpx; border-radius: 10rpx;">审核失败</view> |
|
|
<view style="display: inline-block; margin-left: 10rpx; font-size: 18rpx; color: #fff; background-color: #f5222d; padding: 2rpx 8rpx; border-radius: 10rpx;">审核失败</view> |
|
|
|