xuqiang 4 tahun lalu
induk
melakukan
2abb814497
1 mengubah file dengan 7 tambahan dan 7 penghapusan
  1. 7 7
      src/pages/store/productEdit.vue

+ 7 - 7
src/pages/store/productEdit.vue

@@ -434,13 +434,13 @@ export default {
                 });
                 return;
             }
-            if (this.images.length == 0) {
-                wx.showToast({
-                    icon: 'none',
-                    title: '请添加图片'
-                });
-                return;
-            }
+            // if (this.images.length == 0) {
+            //     wx.showToast({
+            //         icon: 'none',
+            //         title: '请添加图片'
+            //     });
+            //     return;
+            // }
             if (this.form.groupDTOS.length == 0) {
                 wx.showToast({
                     icon: 'none',