uni.showModal({ content: '最多只能选择提交6张图片', showCancel: false }); return; } uni.showLoading({ title: '上传中' }) // 服务器地址上传地址 仅为示例,非真实的接口地址 let baseUrl = "http://gzcc.com/cc//appSc/up" console.log('图片资源 = ' + JSON.stringify(this.photoList)) ...