Sanakey
2021-06-04 355a84d740a2a9dfa1d67cb2d2e11843d42809ac
components/details/details-content/index.wxml
@@ -16,7 +16,7 @@
<van-cell-group class="my-cell-group last-cell" wx:if="{{detail.description||detail.imagesUrl.length>0}}">
  <van-cell class="my-cell" border="{{true}}" title="规则详情"></van-cell>
  <view class="padding font-size-12">{{detail.description}}</view>
  <view class="padding font-size-14">{{detail.description}}</view>
  <my-view-img img-class="margin-bottom-10" img-list="{{detail.imagesUrl}}" is-inline="{{false}}" wx:if="{{detail.imagesUrl.length>0}}"></my-view-img>
<!--  <block wx:for="{{detail.imagesUrl}}" wx:key="key">-->
<!--    <van-image bind:tap="viewImg" data-src="{{item.url}}" fit="widthFix" width="100%" src="{{item.url}}"></van-image>-->