东风启辰小程序端
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.

prizeDetail.wxml 286B

5 년 전
1234567
  1. <!--pages/prizeDetail/prizeDetail.wxml-->
  2. <view class="all">
  3. <view class="main">
  4. <image style="width:750rpx;height:{{heightList[nums-1]}}rpx;" wx:for="{{10}}" wx:key="index" src="{{imgUrl+'/prizeDetail/'+nums+'/'+(index+1)+'.png'}}"></image>
  5. </view>
  6. <tabBar></tabBar>
  7. </view>