فهرست منبع

fix 修改套装书的显示问题

ylong 3 هفته پیش
والد
کامیت
802c29ba88
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      pages/home/components/ConfirmBooks.vue

+ 4 - 1
pages/home/components/ConfirmBooks.vue

@@ -30,8 +30,11 @@ export default {
     },
     methods: {
         openPopup(row) {
+            console.log(row, "row-----");
             this.showPopup = true;
-            this.bookInfo = row;
+            if(row.isbn){
+                this.bookInfo = row;
+            }
         },
         closePopup() {
             this.showPopup = false;