seimin 2 年之前
父节点
当前提交
bc97c93233
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/scanning_Result/scanning_Result.vue

+ 1 - 1
pages/scanning_Result/scanning_Result.vue

@@ -759,7 +759,7 @@
759 759
           } else {
760 760
             uni.showToast({
761 761
               icon: "none",
762
-              title: "请求失败!",
762
+              title: res.msg || "请求失败!",
763 763
             });
764 764
           }
765 765
         });