|
|
@@ -1,35 +1,32 @@
|
|
|
<block wx:if="{{proxyId}}">
|
|
|
- <view class="tac" style="position: relative;">
|
|
|
- <image style="width: 100vw;" mode="aspectFill" src="{{logo}}"></image>
|
|
|
- <view style="position: absolute;bottom: 5vh;width:100vw;font-size: 48rpx;color: #fff;">欢迎使用汇很多智能航运</view>
|
|
|
+ <view class="back">
|
|
|
+ 欢迎使用汇很多智能航运
|
|
|
</view>
|
|
|
- <view class="mtv5 tac">
|
|
|
- {{proxyCompany}}
|
|
|
+ <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="mtv5 tac">
|
|
|
- {{loginName}}
|
|
|
- </view>
|
|
|
- <view class="mtv5 tac">
|
|
|
- {{loginPhone}}
|
|
|
- </view>
|
|
|
- <view class="mtv5 tac df jcc nums">
|
|
|
- <view>
|
|
|
- <view>历史航次</view>
|
|
|
- <view class="fs28">共 <text style="color: red;">{{voyageNum}}</text> 单</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>我的船东</view>
|
|
|
- <view class="fs28">共 <text style="color: red;">{{shipOwnerNum}}</text> 人</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>
|
|
|
- <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>
|
|
|
- <view style="margin-top: 100rpx;font-size: 50rpx;color: #333;text-align: center;">汇很多智能航运代理先行版
|
|
|
-
|
|
|
- </view>
|
|
|
- <view class="df jcc" style="position:absolute;bottom: 15vh;width: 100%;">
|
|
|
- <PhoneButton type="primary" bindloginEvent="loginEvent">登录</PhoneButton>
|
|
|
- </view>
|
|
|
- <!-- <button bindtap="goExp">去体验</button> -->
|
|
|
+ <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>
|