完善企业基本信息

This commit is contained in:
唐明明
2021-08-24 12:08:20 +08:00
parent 9a2acd3813
commit 248992dac2
8 changed files with 421 additions and 208 deletions

View File

@@ -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 = {