| 12345678910111213141516171819202122232425262728 |
- <block wx:if="{{cargoOwnerId}}">
- <view class=" mtv10 mbv10 tac">
- <image style="width: 20vw;height: 20vh;" mode="aspectFit" src="{{logo}}"></image>
- </view>
- <view class=" mtv10 tac">
- {{cargoOwnerCompany}}
- </view>
- <view class=" mtv10 tac">
- {{loginName}}
- </view>
- <view class=" mtv10 tac">
- {{loginPhone}}
- </view>
- <view class=" mtv10 tac">
- 欢迎使用 汇很多科技 小程序
- </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">登录</PhoneButton>
- </view>
- <!-- <button bindtap="goExp">去体验</button> -->
- </block>
|