页面框架体系重新调整
This commit is contained in:
@@ -43,5 +43,14 @@ export default {
|
||||
},
|
||||
formatName: (name) => {
|
||||
return Array.from(name)?.slice(-2)?.toString() || "";
|
||||
},
|
||||
loading: title => {
|
||||
uni.showLoading({
|
||||
title: title ? title : '加载中',
|
||||
mask: true
|
||||
})
|
||||
},
|
||||
hideLoading: () => {
|
||||
uni.hideLoading()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user