wesmiler 6 роки тому
батько
коміт
42d807bd6c
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      public/static/weixin/js/photo.js

+ 2 - 0
public/static/weixin/js/photo.js

@@ -615,6 +615,8 @@ var app = new Vue({
                                 file_type: file.type
                             };
                             _this.picList.push(img);
+
+                            _this.picEdit(id);
                         }
                     }
                 })