cm-product-params.wxml 1.3 KB

1
  1. <cm-drawer vue-id="11c7cd52-1" title="商品参数" visible="{{visible}}" position="bottom" data-event-opts="{{[['^close',[['$emit',['close']]]]]}}" bind:close="__e" class="data-v-d5900b98" bind:__l="__l" vue-slots="{{['default']}}"><scroll-view class="cm-product-params data-v-d5900b98" scroll-y="true"><view class="content-tr data-v-d5900b98"><view class="content-td data-v-d5900b98">品牌:</view><view class="content-th data-v-d5900b98">{{productInfo.brandName==null?'其他':productInfo.brandName}}</view></view><view class="content-tr data-v-d5900b98"><view class="content-td data-v-d5900b98">包装规格:</view><view class="content-th data-v-d5900b98">{{productInfo.unit}}</view></view><view class="content-tr data-v-d5900b98"><view class="content-td data-v-d5900b98">库存:</view><view class="content-th data-v-d5900b98">{{productInfo.stock}}</view></view><block wx:for="{{productInfo.parametersList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{productInfo.parametersList.length>0}}"><view class="content-tr data-v-d5900b98"><view class="content-td data-v-d5900b98">{{item.paramsName+":"}}</view><view class="content-th data-v-d5900b98">{{item.paramsContent}}</view></view></block></block></scroll-view><view data-event-opts="{{[['tap',[['$emit',['close']]]]]}}" class="btn data-v-d5900b98" bindtap="__e">了解</view></cm-drawer>