作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

商户申请

... ... @@ -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 () {
... ...