Compare commits

..

No commits in common. "2df97b5cb23d999155b3ade17dd27504efa8afe3" and "9b36d732c5ac66e380d652a870a53cf9e4913036" have entirely different histories.

13 changed files with 1065 additions and 124 deletions

View File

@ -340,14 +340,7 @@ import { basePath } from '../../public'
} else if (res.data.code == 500) {
uni.showToast({
icon: 'none',
title: '登录状态已过期,请重新登录!',
success: () => {
uni.removeStorageSync('token')
uni.removeStorageSync('userInfo')
uni.reLaunch({
url: '/pages/login/login'
})
}
title: '登录状态已过期,请重新登录!'
})
} else {
uni.showToast({

View File

@ -358,14 +358,7 @@ import { basePath } from '../../public'
} else if (res.data.code == 500) {
uni.showToast({
icon: 'none',
title: '登录状态已过期,请重新登录!',
success: () => {
uni.removeStorageSync('token')
uni.removeStorageSync('userInfo')
uni.reLaunch({
url: '/pages/login/login'
})
}
title: '登录状态已过期,请重新登录!'
})
}
}).catch(err => {

View File

@ -643,15 +643,13 @@ import { basePath } from '../../public'
that.showLoading = false
uni.showToast({
icon: 'none',
title: '登录状态已过期,请重新登录!',
success: () => {
uni.removeStorageSync('token')
uni.removeStorageSync('userInfo')
uni.reLaunch({
url: '/pages/login/login'
})
}
title: '登录状态已过期,请重新登录!'
})
/* setTimeout(() => {
uni.reLaunch({
url: '/pages/login/login'
})
}, 200) */
} else {
that.showLoading = false
uni.showToast({

View File

@ -17,7 +17,7 @@
<span>已认证</span>
</h4>
</view>
<!-- <u-cell-group style="width: 95%; margin: 15rpx auto;" :border="false">
<u-cell-group style="width: 95%; margin: 15rpx auto;" :border="false">
<u-cell
title="个人信息"
:isLink="true"
@ -32,7 +32,7 @@
:border="false"
>
</u-cell>
</u-cell-group> -->
</u-cell-group>
<!-- <button ></button> -->
<view
class="exit-log"

View File

@ -6,10 +6,10 @@
</view>
<h4 class="tit">业务办理</h4>
<view class="secs">
<view @click="jumpUrl('fetchMaterial')">
<!-- <view @click="jumpUrl('fetchMaterial')">
<image src="/static/fetchMaterial.png" mode=""></image>
<span>领料申请</span>
</view>
</view> -->
<view @click="jumpUrl('exitMaterial')">
<image src="/static/exitMaterial.png" mode=""></image>
<span>退料申请</span>

Binary file not shown.

View File

@ -1 +1 @@
https://app.liuyingyong.cn/build/download/bdfad4c0-fafd-11ee-bf83-f33121d734c6
https://app.liuyingyong.cn/build/download/45b01760-f60e-11ee-af20-cdedf0f0a7ec

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff