抖音c端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
358 B

  1. <!-- <navbar back home text="商家资质"></navbar>
  2. <view style="height:{{navigationBarHeight}} "></view> -->
  3. <image class="img1" src="{{item.url}}" bindtap="previewImage" data-index="{{index}}" tt:if="{{imageList.length>0}}" tt:for="{{imageList}}" tt:key="index"></image>
  4. <view class="noData" tt:if="{{imageList.length<=0}}">该商户暂未上传!</view>