whychdw
2019-08-30 f62d0e53330000ee3f60a04e34fe058919f26783
src/js/components.js
@@ -122,7 +122,8 @@
                    <li 
                    v-for="(item, key) in data"
                    :key="key"
                    class="bui-btn bui-box">
                    class="bui-btn bui-box"
                    @click="handlerClick(item, key)">
                        <div class="span1">
                            <h3 class="item-title" :style="getTStyle(item)">{{item.title}}</h3>
                            <p
@@ -148,6 +149,9 @@
                };
            }
            return style;
        },
        handlerClick: function(data, key) {
            this.$emit('on-click', data);
        }
    },
    computed: {