完善企业基本信息
This commit is contained in:
@@ -33,7 +33,8 @@ const request = (parameter) => {
|
||||
|
||||
// 加载提示
|
||||
uni.showLoading({
|
||||
title: '加载中'
|
||||
title: '加载中',
|
||||
mask : true
|
||||
});
|
||||
|
||||
console.log('dbug', parameter)
|
||||
@@ -72,7 +73,8 @@ const request = (parameter) => {
|
||||
// 文件上传
|
||||
const uploading = (paths) => {
|
||||
uni.showLoading({
|
||||
title: '上传中'
|
||||
title: '上传中',
|
||||
mask : true
|
||||
});
|
||||
// 注入header
|
||||
config.header = {
|
||||
|
||||
Reference in New Issue
Block a user