serve.axml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <view>
  2. <view style="height:0.2rem"></view>
  3. <view style="margin:0.2rem;margin-top:0">
  4. <view class="header">
  5. <view class="name font-flex-word">{{userData.site.name}}</view>
  6. <view class="num">
  7. <text>{{userData.site.user_count_max}}人</text>套餐</view>
  8. <view class="flex-box-ce date">
  9. <view class="flex-1">有效期至:{{expireTime}}</view>
  10. <view catchTap="openUrl2">续费/升级</view>
  11. </view>
  12. </view>
  13. </view>
  14. <view style="font-size:0.32rem;padding: 0.24rem 0.32rem;padding-top:0" class="flex-box-ce">
  15. <view class="flex-1">使用帮助</view>
  16. <view class="flex-box-ce flex-center-center" catchTap="openDn" a:if="{{isgetRole&&userData.is_only_try_order}}">
  17. <image mode="scaleToFill" class="yy" src="../../../image/ys.png" />
  18. <text class="blue">预约演示</text>
  19. </view>
  20. </view>
  21. <view class="main">
  22. <view class="flex-box-ce item1 flex-d-wrap">
  23. <view class="flex-box-ce" catchTap="openUrl" data-index="4" a:if="{{isgetRole}}">
  24. <view class="imgBox">
  25. <text class="iconfont icon-jiqiao"></text>
  26. </view>
  27. <text>新手引导</text>
  28. </view>
  29. <view class="flex-box-ce" catchTap="openUrl" data-index="1">
  30. <view class="imgBox">
  31. <text class="iconfont icon-xinshou"></text>
  32. </view>
  33. <text>快速入门</text>
  34. </view>
  35. <view class="flex-box-ce" catchTap="openUrl" data-index="2">
  36. <view class="imgBox">
  37. <text class="iconfont icon-wendang"></text>
  38. </view>
  39. <text>各角色操作教程</text>
  40. </view>
  41. <view class="flex-box-ce" catchTap="openUrl" data-index="3">
  42. <view class="imgBox">
  43. <text class="iconfont icon-wendang"></text>
  44. </view>
  45. <text>应用场景与技巧</text>
  46. </view>
  47. </view>
  48. <view a:if="{{isgetRole}}" style="text-align:center;padding:0.1rem 0.24rem;border-radius: 10rpx;font-size: 0.28rem;" catchTap="opengd">
  49. 更多服务 <text class="iconfont icon-jiantouyou" style="font-size:22rpx;position: relative;top:-3rpx;margin-left:6rpx"></text>
  50. </view>
  51. </view>
  52. <view class="footer" a:if="{{isgetRole}}">
  53. <view class="flex-box-ce">
  54. <image mode="scaleToFill" src="../../../image/kfdh.png" />
  55. <view class="texts">
  56. <view>你好!我是功道云专属客服</view>
  57. <view>你可以随时联系我查询相关问题或帮助</view>
  58. </view>
  59. </view>
  60. <view class="btn" catchTap="openKf">联系人工客服</view>
  61. </view>
  62. <view class="windows" a:if="{{isshowTc2}}" style="overflow-y: scroll;">
  63. <image mode="widthFix" src="{{'../../../image/yd'+ydImg+'.jpg'}}" class="ydImg"></image>
  64. <view class="yd{{ydImg}} nextBtn" catchTap="nextImg"></view>
  65. <view a:if="{{ydImg!=2}}" class="uyd{{ydImg}} upBtn" catchTap="nextImg2"></view>
  66. </view>
  67. <view class="windows" a:if="{{isshowTc}}">
  68. <view class="windows-box" style="position: relative;margin: 0 1rem;margin-top: 32%;">
  69. <view class="flex-box-end" catchTap="closes3" style="padding:0.2rem;">
  70. <image mode="widthFix" class="closeImg" src="../../../image/close.png" />
  71. </view>
  72. <view class="title">快速体验功道云绩效</view>
  73. <view class="contentBox flex-box flex-h-zhu" style="margin: 0.3rem 0rem;padding:0 0.2rem;padding-left:0.4rem">
  74. <view class="imgs">
  75. <view class="flex-box-ce">
  76. <image mode="widthFix" src="../../../image/01.png" />
  77. <text>定目标</text></view>
  78. <view class="flex-box-ce">
  79. <image mode="widthFix" src="../../../image/02.png" />
  80. <text>追过程</text></view>
  81. <view class="flex-box-ce">
  82. <image mode="widthFix" src="../../../image/03.png" />
  83. <text>拿结果</text></view>
  84. <view class="flex-box-ce">
  85. <image mode="widthFix" src="../../../image/04.png" />
  86. <text>评分</text></view>
  87. <view class="flex-box-ce">
  88. <image mode="widthFix" src="../../../image/05.png" />
  89. <text>报表分析</text></view>
  90. </view>
  91. <image class="imgs2" src="../../../image/users.png" />
  92. </view>
  93. <view class="flex-box-ce btns" style="padding:0 0.24rem;padding-bottom:0.4rem">
  94. <view class="flex-1 yuBtn" catchTap="openDn" a:if="{{isgetRole&&userData.is_only_try_order}}">预约演示</view>
  95. <view class="flex-1" catchTap="openKf2">开始体验</view>
  96. </view>
  97. </view>
  98. </view>
  99. </view>