[...]
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user