show-empty-data.wxml 364 B

1234567
  1. <!--component/show-empty-data/show-empty-data.wxml-->
  2. <view class='no-course'>
  3. <image class='img' src='../../static/images/my_course_empty.png'></image>
  4. <text class='desc' wx:if="{{showType == 'NO_COUPON'}}">您还没有优惠券~</text>
  5. <!-- <button class='btn' bindtap='gotoHome' wx:if="{{showType == 'NO_COUPON'}}">去获取</button> -->
  6. </view>