新增营销系统、分销系统、会员功能、门店、提现功能
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
/**
|
||||
* 封装uni app界面相关接口,利于维护
|
||||
* @returns { any }
|
||||
* @returns { * }
|
||||
*/
|
||||
export const useInterface = () => {
|
||||
/**
|
||||
@ -33,7 +33,7 @@ export const useInterface = () => {
|
||||
* @param options
|
||||
* @returns {Promise<unknown>}
|
||||
*/
|
||||
function loading(options) {
|
||||
function loading(options = {}) {
|
||||
return new Promise((resolve, reject) => {
|
||||
uni.showLoading({
|
||||
icon: 'none',
|
||||
|
Reference in New Issue
Block a user