| | |
| | | <view class="goodsName"> |
| | | <text>{{item.goodsName}}</text> |
| | | </view> |
| | | <view class="goodsContent"> |
| | | <view class="goodsContent" style="font-size: 24rpx;"> |
| | | {{item.sellingPoint}} |
| | | </view> |
| | | <view |
| | | <view v-if="item.goodsType !=='VIRTUAL_GOODS'" |
| | | style="display: flex; justify-content: space-between;align-items:center; 100%;width: 100%;"> |
| | | <view class="goodsPrice">¥{{item.price}}</view> |
| | | <view class="addCard" style="display: flex; align-items: center;"> |
| | |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | vertical-align: middle; |
| | | color: #e7c463; |
| | | } |
| | | |
| | | .goodsPrice { |