me.wxml 1.1 KB

12345678910111213141516171819202122232425262728
  1. <block wx:if="{{cargoOwnerId}}">
  2. <view class=" mtv10 mbv10 tac">
  3. <image style="width: 20vw;height: 20vh;" mode="aspectFit" src="{{logo}}"></image>
  4. </view>
  5. <view class=" mtv10 tac">
  6. {{cargoOwnerCompany}}
  7. </view>
  8. <view class=" mtv10 tac">
  9. {{loginName}}
  10. </view>
  11. <view class=" mtv10 tac">
  12. {{loginPhone}}
  13. </view>
  14. <view class=" mtv10 tac">
  15. 欢迎使用 汇很多科技 小程序
  16. </view>
  17. </block>
  18. <block wx:else>
  19. <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>
  20. <view style="margin-top: 100rpx;font-size: 50rpx;color: #333;text-align: center;">汇很多运输管家先行版
  21. </view>
  22. <view class="df jcc" style="position:absolute;bottom: 15vh;width: 100%;">
  23. <PhoneButton type="primary">登录/注册</PhoneButton>
  24. </view>
  25. <!-- <button bindtap="goExp">去体验</button> -->
  26. </block>