...
|
...
|
@@ -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('图片上传失败,请重试');
|
...
|
...
|
|