| | |
| | | <image class="login_bg" src="@/static/login_bg@2x.png" /> |
| | | <image class="login_logo" src="@/static/logo@2x.png" mode="widthFix" /> |
| | | <view class="login_title">安泰物流智慧园区</view> |
| | | <view class="login_title">物流车司机登录</view> |
| | | <view class="login_title">物流车司机</view> |
| | | <view class="login_list"> |
| | | <view class="login_list_item"> |
| | | <image src="@/static/login_ic_phone@2x.png" mode="widthFix" /> |
| | |
| | | ...form |
| | | }).then(res => { |
| | | if (res && res.code == 200) { |
| | | this.showToast('注册成功,请前往登录') |
| | | setTimeout(() => { |
| | | uni.showToast({ |
| | | title: '注册成功,请前往登录', |
| | | icon: 'none', |
| | | duration: 2000 |
| | | }) |
| | | }) |
| | | uni.redirectTo({ |
| | | url: "/pages/driver/login" |
| | | }) |
| | | uni.redirectTo({ |
| | | url: "/pages/driver/login" |
| | | }) |
| | | }, 500) |
| | | } |
| | | }) |
| | | } |