Commit 0b1cddd2 by 冷斌

fix bug

parent 2f59d0bd
......@@ -164,6 +164,7 @@
success: function (data) {
data = data.replace(/<[^>]+>/g, "");
var str = JSON.parse(data);
$('#' + id).val('');
if (_this.uploadName === 'front_view') {
_this.form.front_view = str.data.url;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment