import md5 from 'js-md5' import qs from 'qs' //加载load使用 export const loads = ((title, mask = false)=>{ return uni.showLoading({title,mask}) })