|
|
@ -96,12 +96,11 @@ |
|
|
<text class="price-value">{{goodsDetail.displayPrice}}</text> |
|
|
<text class="price-value">{{goodsDetail.displayPrice}}</text> |
|
|
<text wx:if="{{goodsDetail.weightQuantityData && goodsDetail.weightQuantityData[0] && goodsDetail.weightQuantityData[0].priceChangeDirection === 'up'}}" class="price-change-arrow up">↑</text> |
|
|
<text wx:if="{{goodsDetail.weightQuantityData && goodsDetail.weightQuantityData[0] && goodsDetail.weightQuantityData[0].priceChangeDirection === 'up'}}" class="price-change-arrow up">↑</text> |
|
|
<text wx:elif="{{goodsDetail.weightQuantityData && goodsDetail.weightQuantityData[0] && goodsDetail.weightQuantityData[0].priceChangeDirection === 'down'}}" class="price-change-arrow down">↓</text> |
|
|
<text wx:elif="{{goodsDetail.weightQuantityData && goodsDetail.weightQuantityData[0] && goodsDetail.weightQuantityData[0].priceChangeDirection === 'down'}}" class="price-change-arrow down">↓</text> |
|
|
<text style="margin-left: 10rpx; color: #333; font-size: 32rpx;">(可议价)</text> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
<view |
|
|
<view |
|
|
class="compare-button" |
|
|
class="compare-button" |
|
|
bindtap="onCompareClick" |
|
|
bindtap="onCompareClick" |
|
|
style="display: flex; align-items: center; margin-right: 20rpx; padding: 8rpx 16rpx; border: 2rpx solid #4a90e2; border-radius: 20rpx;" |
|
|
style="display: flex; align-items: left; margin-right: 20rpx; padding: 8rpx 16rpx; border: 2rpx solid #4a90e2; border-radius: 20rpx; position: relative; left: 84rpx; top: 0rpx" |
|
|
> |
|
|
> |
|
|
<text style="font-size: 32rpx; color: #4a90e2; margin-right: 8rpx;">对比价格</text> |
|
|
<text style="font-size: 32rpx; color: #4a90e2; margin-right: 8rpx;">对比价格</text> |
|
|
<text style="font-size: 28rpx; color: #4a90e2;">></text> |
|
|
<text style="font-size: 28rpx; color: #4a90e2;">></text> |
|
|
|