This commit is contained in:
2021-10-15 17:24:43 +08:00
parent 199c61af55
commit 4854c04fb7
82 changed files with 3982 additions and 3589 deletions

View File

@@ -34,10 +34,10 @@ const request = (parameter) => {
// console.log('parameterDbug', parameter)
// 加载提示
uni.showLoading({
title: '加载中',
mask : true
});
// uni.showLoading({
// title: '加载中',
// mask : true
// });
// 请求实例
return new Promise((resolve, reject) => {
uni.request({