Merge branch 'master' of https://codeup.aliyun.com/68804903e94e043d2d0f7d15/front/likei-h5
This commit is contained in:
commit
49ea496f81
2
.env
2
.env
@ -1,5 +1,5 @@
|
|||||||
# 应用版本号
|
# 应用版本号
|
||||||
VITE_APP_VERSION=2.2.8
|
VITE_APP_VERSION=2.2.9
|
||||||
|
|
||||||
# 版本类型
|
# 版本类型
|
||||||
# major:重大更新(清除除了白名单外的所有缓存:用户缓存、图片缓存和assets缓存)
|
# major:重大更新(清除除了白名单外的所有缓存:用户缓存、图片缓存和assets缓存)
|
||||||
|
|||||||
@ -343,7 +343,7 @@ const Confirm = async () => {
|
|||||||
setSelectedPayee({ ...selectedUser.value })
|
setSelectedPayee({ ...selectedUser.value })
|
||||||
|
|
||||||
// 检查是否来自 availableIncome 页面
|
// 检查是否来自 availableIncome 页面
|
||||||
if (route.query) {
|
if (Object.keys(route.query).length>0 ) {
|
||||||
console.log('route.query:', route.query)
|
console.log('route.query:', route.query)
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user