作者 anyv
1 个管道 的构建 通过 耗费 1 秒

4

... ... @@ -313,9 +313,9 @@
$.post("{:url('Salesmangoods/savePicture')}",{"mediaId":mediaId,"tmp":"填写证件的正反面参数"},function(res){
//填写你自己的业务逻辑
str = JSON.stringify(res);
alert(str);
});
alert(str);
},
fail: function (res) {
alertModal('图片上传失败,请重试');
... ...