Ver Fonte

名医名方-中药查询: 药品图片判断空异常

cc12458 há 5 meses atrás
pai
commit
70ebee05a2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/knowledge/TcmD.vue

+ 1 - 1
src/views/knowledge/TcmD.vue

@@ -115,7 +115,7 @@ export default {
         matid: this.$route.query.matid
       });
       if (res.code == 0) {
-        res.data.matphoto = res.data.matphoto.split(",");
+        res.data.matphoto = res.data.matphoto ? res.data.matphoto.split(",") : [];
         res.data.xiangsi = res.data.relativedata.filter(item => {
           return item.relativetype == 1;
         });