wesmiler 6 anni fa
parent
commit
42d807bd6c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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);
                         }
                     }
                 })