|
@@ -26,7 +26,7 @@ export default {
|
|
|
name: "detail.vue",
|
|
|
data() {
|
|
|
return {
|
|
|
- image: "",
|
|
|
+ image: "/static/image/bad_image_long.png",
|
|
|
status: false,
|
|
|
};
|
|
|
},
|
|
@@ -46,6 +46,7 @@ export default {
|
|
|
console.log("上传后返回的信息:" + res.data);
|
|
|
},
|
|
|
fail(err) {
|
|
|
+ console.log("返回错误信息:" + err);
|
|
|
uni.showToast({
|
|
|
title: "上传失败",
|
|
|
icon: "none",
|