|
|
|
@ -70,12 +70,13 @@ |
|
|
|
<text class="info-value">{{goodsDetail.region || '暂无'}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="info-item"> |
|
|
|
<view class="info-label-container"> |
|
|
|
<text class="info-label">规格</text> |
|
|
|
<text class="info-label">关注人数</text> |
|
|
|
</view> |
|
|
|
<view class="info-value-container"> |
|
|
|
<text class="info-value">{{goodsDetail.spec || '暂无'}}</text> |
|
|
|
<text class="info-value">{{goodsDetail.reservedCount || '0'}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -108,10 +109,10 @@ |
|
|
|
</view> |
|
|
|
<view class="info-item"> |
|
|
|
<view class="info-label-container"> |
|
|
|
<text class="info-label">关注人数</text> |
|
|
|
<text class="info-label">规格</text> |
|
|
|
</view> |
|
|
|
<view class="info-value-container"> |
|
|
|
<text class="info-value">{{goodsDetail.reservedCount || '0'}}</text> |
|
|
|
<text class="info-value">{{goodsDetail.spec || '暂无'}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|