初始化(包含登录模块)
This commit is contained in:
10
common/commonJS.js
Normal file
10
common/commonJS.js
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
export default {
|
||||
showTost(title, icon) {
|
||||
return uni.showToast({
|
||||
title: title,
|
||||
icon: icon ? icon : 'none'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user