freshDetail.wxml 724 B

1
  1. <block wx:if="{{goodsObjact.net_quantity||goodsObjact.storage_condition||goodsObjact.expiration_date}}"><view class="c-list"><view class="c-row title b-b">规格</view><block wx:if="{{goodsObjact.net_quantity}}"><view class="c-row b-b"><text class="tit">净含量</text><text class="con t-r">{{goodsObjact.net_quantity}}</text></view></block><block wx:if="{{goodsObjact.storage_condition}}"><view class="c-row b-b"><text class="tit">保存条件</text><text class="con t-r">{{goodsObjact.storage_condition}}</text></view></block><block wx:if="{{goodsObjact.expiration_date}}"><view class="c-row b-b"><text class="tit">保质期</text><text class="con t-r">{{goodsObjact.expiration_date}}</text></view></block></view></block>