抖音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.

13 line
509 B

  1. <!--components/advertisement.wxml-->
  2. <view class="b1" hidden="{{flag}}">
  3. <view class='b3'>
  4. <view class="t_w">
  5. <view class="b2" animation="{{alphaData}}">
  6. <icon type="cancel" size="30" color="#fff" class='cancel_icon' bindtap="closeGg"/>
  7. <!-- <view class='line'></view> -->
  8. <image class="t_image" data-data="{{ggdata}}" mode='widthFix' src="{{ggdata.coverImg}}" bindtap="gotoGg" data-couponChannelId="{{ggdata.produceId}}" />
  9. </view>
  10. </view>
  11. </view>
  12. </view>