Merge remote-tracking branch 'origin/dev' into dev
| | |
| | | <view class="goodsName">{{item.goodsName}}</view> |
| | | <view class="priceInfo"> |
| | | <view class="goodsPrice">¥{{item.price}}</view> |
| | | <view class="">已售1: {{item.buyCount}}</view> |
| | | <view class="">已售: {{item.buyCount}}</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="goodsName">{{item.goodsName}}</view> |
| | | <view class="priceInfo"> |
| | | <view class="goodsPrice">¥{{item.price}}</view> |
| | | <view class="">已售2: {{item.buyCount}}</view> |
| | | <view class="">已售: {{item.buyCount}}</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | width: 100%; |
| | | display: flex; |
| | | flex-direction: column; |
| | | height: 200rpx; |
| | | } |
| | | .goodsName{ |
| | | display: flex; |