newuser.wxml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <view wx:if="{{PanelShow==0}}" class="container FlexColumn" style='min-height:{{Containnerheight}}rpx;'>
  2. <image id="Image{{index}}" wx:for="{{List}}" wx:key="*this" class="img" lazy-load="true" mode="widthFix"
  3. src='{{ImagePath}}web/{{item.Image}}.png' bindtap="{{item.BindTap}}" data-url="{{item.Url}}"
  4. bindtouchmove="scroll" wx:if="{{ (!IsShowMore && index<24) || IsShowMore}}"/>
  5. <view bindtap="showMore" class="btn3 FlexRow" wx:if="{{!IsShowMore && PageIndex==0}}">更多评语</view>
  6. <view style="height:150rpx;"></view>
  7. <view wx:if="{{IsShowPay}}" class="panelBottom FlexColumn" style='height:{{Containnerheight}}rpx;' catchtap="hidePay">
  8. <view class="panelBottom0 FlexColumn">
  9. <text class="text1">欢迎您\n报名秒过新手培训</text>
  10. <text class="text2">新手包仅售1元</text>
  11. <view class="btn FlexColumn" catchtap="payMoney">
  12. <image class="bm_sy_banner-zf" src='{{ImagePath}}web/bm_sy_banner-zf.png' />
  13. </view>
  14. <view class="panelBottom1 FlexColumn" wx:if="{{!StartDate}}">
  15. <view class='text3'>7天手把手</view>
  16. <view class='text4'>教您上手新方法</view>
  17. </view>
  18. <view class="panelBottom1 FlexColumn" wx:if="{{StartDate}}">
  19. <view class='text3'>预计开班时间</view>
  20. <view class='text4'>{{StartDate}}</view>
  21. </view>
  22. <image class="bm_sy_bg" src='{{ImagePath}}web/bm_sy_bg.png' />
  23. </view>
  24. </view>
  25. <view class="panelShowPay{{IsIPad}} FlexColumn" wx:if="{{IsShowBtn}}" >
  26. <view class="btn2 FlexRow">
  27. <image class="bm_sy_banner-zf" src='{{ImagePath}}web/bm_sy_banner-bm.png' />
  28. </view>
  29. </view>
  30. </view>
  31. <view wx:if="{{PanelShow==1}}" class="container2 container FlexColumn" style='min-height:{{Containnerheight}}rpx;'>
  32. <image src="../images/signup_registration_illus.png" class="signup_registration_illus"></image>
  33. <view class="text5">接下来</view>
  34. <view class="text6">为您安排培训事宜</view>
  35. <view class="text7">还有2步</view>
  36. <view class="text6">操作劳您配合</view>
  37. <view class="btn4" bindtap="goto" data-url="../other/webview?url={{officialAccounts}}">下一步</view>
  38. </view>