...
|
...
|
@@ -159,8 +159,8 @@ |
|
|
success: function (res) {
|
|
|
alert(JSON.stringify(res))
|
|
|
$(res.localIds).each(function (key, localId) {
|
|
|
console.log('44444444444444444444444444')
|
|
|
uploadImages(localId,2);
|
|
|
console.log('44444444444444444444444444');
|
|
|
});
|
|
|
}
|
|
|
});
|
...
|
...
|
@@ -207,7 +207,8 @@ |
|
|
},
|
|
|
fail: function (res) {
|
|
|
toast(JSON.stringify(res));
|
|
|
}
|
|
|
},
|
|
|
|
|
|
});
|
|
|
};
|
|
|
$('body').on('click', '.images_one', function () {
|
...
|
...
|
|