| | |
| | | <view class="category-detail flex" v-if="query.category"> |
| | | <view class="flex1 info"> |
| | | <view class="title flex"> |
| | | <button open-type="contact" class="component-button-contact"> |
| | | <view class="component-button-contact"> |
| | | {{categoryInfo.name||'-'}} |
| | | <image src="../../../static/common/icon-kf.png" class="icon-kf m-l-15 img100"></image> |
| | | </button> |
| | | </view> |
| | | </view> |
| | | <view class="desc"> |
| | | 规格:{{categoryInfo.unit || '暂无'}} |
| | |
| | | <!-- <view class="desc"> |
| | | 包袋:棉袋 |
| | | </view> --> |
| | | </view> |
| | | <view class="info"> |
| | | <button open-type="contact" class="component-button-contact"> |
| | | <image src="../../../static/common/icon-kf.png" class="icon-kf m-l-5 m-r-15 img100"></image> |
| | | </button> |
| | | </view> |
| | | <view class="info-price"> |
| | | <view class="title">当日均价</view> |
| | |
| | | <view class="m-l-12 info-container flex1"> |
| | | <view @click.stop="toDetail(item)"> |
| | | <view class="title"> |
| | | <view style="max-width: 240rpx;word-break: break-all;">{{item.name||'-'}}</view> |
| | | <view style="max-width: 200rpx;word-break: break-all;">{{item.name||'-'}}</view> |
| | | |
| | | <view class="price component-price-new"> |
| | | <span class="tip">会员价</span>¥<span class="p">{{item.priceMember||item.price}}</span>/扎 |
| | |
| | | <view class="m-r-15"> |
| | | {{item.unit}} |
| | | </view> |
| | | <view class="m-r-15"> |
| | | <view class="m-r-15" v-if="item.limited && item.limited>0"> |
| | | 限购数量:{{item.limited||'-'}} |
| | | </view> |
| | | </view> |
| | |
| | | .icon-kf { |
| | | width: 44rpx; |
| | | height: 44rpx; |
| | | width: 90rpx; |
| | | height: 90rpx; |
| | | } |
| | | |
| | | .desc { |