weirenchun 1 年之前
父節點
當前提交
1067bbff4a
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/pages/home/detail.vue
  2. 二進制
      src/static/image/bad_image_long.png

+ 2 - 1
src/pages/home/detail.vue

@@ -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",

二進制
src/static/image/bad_image_long.png