|
@@ -412,7 +412,7 @@
|
|
|
console.log(jsonData.msg);
|
|
|
$(this).prev().val(jsonData.msg);
|
|
|
const nextEl = event.target.nextSibling;
|
|
|
- nextEl.style.backgroundImage = `url(https://cdn2.ettoday.net/images/6017/d6017847.jpg)`;
|
|
|
+ nextEl.style.backgroundImage = `url(http://${jsonData.msg})`;
|
|
|
//console.log($(this).next());
|
|
|
//$(this).next().html('上傳檔案');
|
|
|
//$(this).next().text('上傳檔案');
|