priceCell.wxml
382 Bytes
<view class="priceCellContainer">
<view class="priceItem" wx:for="{{promotionFormulaList}}" wx:key="">
<text class="priceLeft">{{item.promotion}}:</text>
<text class="{{item.promotion=='实付金额' ? 'priceRightTwo': 'priceRight'}}">{{item.promotionAmount}}</text>
</view>
<view class="priceInfo {{!isStore || 'des-store'}}">
{{damagesDesc}}
</view>
</view>