app更新对l2数据显示

This commit is contained in:
2026-01-15 20:18:37 +08:00
parent eed35addb5
commit 8e3a26448a
14 changed files with 1072 additions and 363 deletions

View File

@@ -20,9 +20,7 @@ const request = config => {
url = url.slice(0, -1)
config.url = url
}
console.log('请求参数[' + config.method + config.url + ']', config)
return new Promise((resolve, reject) => {
uni.request({
method: config.method || 'get',