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.

gentry.wxml 367 B

6 years ago
123456789
  1. <view class="b1" hidden="{{flag}}">
  2. <view class="t_w">
  3. <view class="b2" animation="{{alphaData}}">
  4. <icon type="cancel" size="40" color="rgb(0,255,255)" class='cancel_icon' bindtap="closeGame"/>
  5. <image class="t_image" data-data="{{gamedata}}" mode='widthFix' src="{{gamedata.imgUrl}}" bindtap="gotogame" />
  6. </view>
  7. </view>
  8. </view>