me.wxml 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. <block wx:if="{{proxyCompanyId}}">
  2. <view class="tac" style="position: relative;">
  3. <image style="width: 100vw;" mode="aspectFill" src="{{logo}}"></image>
  4. <view style="position: absolute;bottom: 5vh;width:100vw;font-size: 48rpx;color: #fff;">欢迎使用汇很多智能航运</view>
  5. </view>
  6. <view class="mtv5 tac">
  7. {{proxyCompanyName}}
  8. </view>
  9. <view class="mtv5 tac">
  10. {{loginName}}
  11. </view>
  12. <view class="mtv5 tac">
  13. {{loginPhone}}
  14. </view>
  15. <view class="mtv5 tac df jcc nums">
  16. <view>
  17. <view>历史航次</view>
  18. <view class="fs28">共 <text style="color: red;">{{voyageNum}}</text> 单</view>
  19. </view>
  20. <view>
  21. <view>我的船东</view>
  22. <view class="fs28">共 <text style="color: red;">{{shipOwnerNum}}</text> 人</view>
  23. </view>
  24. </view>
  25. </block>
  26. <block wx:else>
  27. <image style=" margin:0 auto;display:block;width: 400rpx;margin-top: 10vh;height: 140rpx;" mode="aspectFit" src="https://6875-huihenduo-2gx127w7f837b584-1255802371.tcb.qcloud.la/miniapp-static/%E6%B1%87%E5%BE%88%E5%A4%9Alogo-%E5%B7%A6%E5%8F%B3.png?sign=fcd18f89de727b0193395cd2d44a730a&t=1647417257"></image>
  28. <view style="margin-top: 100rpx;font-size: 50rpx;color: #333;text-align: center;">汇很多运输管家先行版
  29. </view>
  30. <view class="df jcc" style="position:absolute;bottom: 15vh;width: 100%;">
  31. <PhoneButton type="primary" bindloginEvent="loginEvent">登录</PhoneButton>
  32. </view>
  33. <!-- <button bindtap="goExp">去体验</button> -->
  34. </block>