resitor_scence.axml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <view class='page' ref='saveChildRef0'>
  2. <view style='margin-top: {{statusBarHeight}}px; height: {{titleBarHeight}}px; line-height: {{titleBarHeight}}px; padding-left: 14px'>
  3. </view>
  4. <view class="logo-area {{adminInfo.adminId?'':'margintop120'}}">
  5. <image src='../../static/home/logo.svg' onTap="startComponent">
  6. </image>
  7. </view>
  8. <view>
  9. <van-radio-group class='radio-group' value='{{ type }}' direction='horizontal' onChange='changeRadio' ref='saveChildRef1'>
  10. <van-radio name='1' label-class='text-white' checked-color='#4AA39E' custom-class='padding-sm' ref='saveChildRef2'>
  11. {{international.Female_guests[language]}}
  12. </van-radio>
  13. <van-radio name='2' label-class='text-white' checked-color='#4AA39E' custom-class='padding-sm' ref='saveChildRef3'>
  14. {{international.foreign_guests[language]}}
  15. </van-radio>
  16. </van-radio-group>
  17. </view>
  18. <view class='home-header-img'>
  19. <image class=" " src='http://hanghui.oss-cn-gz-ysgzlt-d01-a.ltops.gzdata.com.cn/photo/20221130/242152d9faf04b7081b58e093d21fc54.jpg' alt=" ">
  20. </image>
  21. </view>
  22. <view class='component-list'>
  23. <view class='component-item'>
  24. <image src='../../static/home/visitor.png' onTap='antmoveAction' data-antmove-tap='visitors'>
  25. </image>
  26. <van-icon class='tip' name='question-o' data-type='appointment' onTap='showTip' ref='saveChildRef4'>
  27. </van-icon>
  28. </view>
  29. <view class='component-item'>
  30. <image src='../../static/home/regular.png' onTap='antmoveAction' data-antmove-tap='regular'>
  31. </image>
  32. <van-icon class='tip' name='question-o' data-type='regular_tip' onTap='showTip' ref='saveChildRef5'>
  33. </van-icon>
  34. </view>
  35. </view>
  36. <view class="component-area {{adminInfo.adminId?'height370':''}}">
  37. <view class='component' a:for='{{component_list}}' data-id='{{item.id}}' a:key='{{id}}' a:if='{{!(item.id==2&&!adminInfo.adminId)&&!(item.id==1&&!adminInfo.adminId)}}' ref-numbers='{{component_list}}' onTap='antmoveAction' data-antmove-tap='goto'>
  38. <image src='{{item.icon}}'>
  39. </image>
  40. <text>
  41. {{language=='ch'?item.name_ch:item.name_en}} </text>
  42. </view>
  43. </view>
  44. </view>