newuser.wxml 1.2 KB

123456789101112131415161718192021222324252627
  1. <view class="container FlexColumn" style='min-height:{{Containnerheight}}rpx;'>
  2. <block wx:if="{{PanelShow==0}}">
  3. <image class="img" lazy-load="true" mode="widthFix" src='{{ImagePath}}web/promotion_leaflet_c01.png' />
  4. <image class="img" lazy-load="true" mode="widthFix" src='{{ImagePath}}web/promotion_leaflet_c02.png' />
  5. <image class="img" lazy-load="true" mode="widthFix" src='{{ImagePath}}web/promotion_leaflet_c03.png' />
  6. <view class="panelBottom FlexRow">
  7. <view class="panelBottom1 FlexColumn" wx:if="{{!StartDate}}">
  8. <view class='text7'>7天手把手</view>
  9. <view class='text8'>还您上手新方法</view>
  10. </view>
  11. <view class="panelBottom1 FlexColumn" wx:if="{{StartDate}}">
  12. <view class='text7'>预计开班时间</view>
  13. <view class='text8'>{{StartDate}}</view>
  14. </view>
  15. <view class="btn2 FlexColumn" bindtap="payMoney">
  16. 报名
  17. </view>
  18. </view>
  19. <view style="height:140rpx;"></view>
  20. </block>
  21. <block wx:if="{{PanelShow==1}}">
  22. <image src="{{ImagePath}}web/trial_registration_xcode2.png" class="trial_registration_xcode2"></image>
  23. <view class="btn" bindtap='copyManager'>复制公众号名称</view>
  24. </block>
  25. </view>