| 1234567891011121314151617181920212223242526272829303132 |
- <block wx:if="{{proxyId}}">
- <view class="back">
- 欢迎使用汇很多智能航运
- </view>
- <view class="df aic mt30 ml30">
- <image src="../../images/newUI/hmbb.png" class="avatar"></image>
- <view class="name">{{loginName}}</view>
- <view class="company">{{proxyCompanyName}}</view>
- </view>
- <view class="df data-card aic">
- <view style="margin-left: 48rpx;">
- <view class="title">历史航次</view>
- <view class="df aib">
- <view class="num">300</view>
- <view class="unit">单</view>
- </view>
- </view>
- <view class="shu"></view>
- <view>
- <view class="title">我的船东</view>
- <view class="df aib">
- <view class="num">300</view>
- <view class="unit">人</view>
- </view>
- </view>
- </view>
- </block>
- <block wx:else>
- <view class="hi">HI~</view>
- <view class="text">欢迎登录汇很多智能航运代理先行版</view>
- <PhoneButton style="width: 590rpx;height: 96rpx;line-height: 96rpx;background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);border-radius: 20rpx;padding: 0;font-size: 34rpx;font-weight: 500;margin-top: 200rpx;" type="primary" bindloginEvent="loginEvent">登录</PhoneButton>
- </block>
|