Browse Source

debug mshop

stanley-king 7 years ago
parent
commit
754948eaac

File diff suppressed because it is too large
+ 1 - 1
dist/index.html


File diff suppressed because it is too large
+ 2 - 0
dist/mshop/js/app.6d2d4b75fd017d8ea8cf.js


File diff suppressed because it is too large
+ 1 - 0
dist/mshop/js/app.6d2d4b75fd017d8ea8cf.js.map


File diff suppressed because it is too large
+ 0 - 2
dist/mshop/js/app.ff6d9b4cceb6da7f1ed1.js


File diff suppressed because it is too large
+ 0 - 1
dist/mshop/js/app.ff6d9b4cceb6da7f1ed1.js.map


File diff suppressed because it is too large
+ 2 - 2
dist/mshop/js/manifest.4b5834613664d112a06c.js


File diff suppressed because it is too large
+ 1 - 1
dist/mshop/js/manifest.4b5834613664d112a06c.js.map


+ 12 - 1
src/components/special/special_list.vue

@@ -8,10 +8,16 @@
 
     export default
     {
+        beforeCreate() {
+            DebugUtil.log("special_list","beforeCreate");
+        },
         created() {
             this.getNewData();
             DebugUtil.log("special_list","created");
         },
+        beforeMount() {
+            DebugUtil.log("special_list","beforeMount");
+        },
         mounted()
         {
             DebugUtil.log("special_list","mounted");
@@ -38,7 +44,12 @@
             }
             let WxShare = Api.create_share(shareMsg);
         },
-
+        beforeUpdate() {
+            DebugUtil.log("special_list","beforeUpdate");
+        },
+        updated() {
+            DebugUtil.log("special_list","updated");
+        },
         data(){
             return {
                 order: 'desc',