|
@@ -162,7 +162,7 @@ export default {
|
|
|
localId: this.localIds[this.num],
|
|
localId: this.localIds[this.num],
|
|
|
isShowProgressTips: 1,
|
|
isShowProgressTips: 1,
|
|
|
success: (uploadRes) => {
|
|
success: (uploadRes) => {
|
|
|
- this.push(uploadRes.serverId);
|
|
|
|
|
|
|
+ this.serverIdArr.push(uploadRes.serverId);
|
|
|
console.log('serverId=' + uploadRes.serverId);
|
|
console.log('serverId=' + uploadRes.serverId);
|
|
|
this.num++;
|
|
this.num++;
|
|
|
if (this.num == this.localIds.length) {
|
|
if (this.num == this.localIds.length) {
|