赞
踩
// GET请求
const get = (url, callback) => {
/* uni.showLoading({
title: '加载中'
}); */
uni.request({
url: url,
header: {
'Accept': 'application/json',
'Content-Type
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。