diff --git a/components/tpx-text-dic/tpx-text-dic.vue b/components/tpx-text-dic/tpx-text-dic.vue new file mode 100644 index 0000000..14d2c21 --- /dev/null +++ b/components/tpx-text-dic/tpx-text-dic.vue @@ -0,0 +1,44 @@ + + + + + \ No newline at end of file diff --git a/pages/tabBar/order/order.vue b/pages/tabBar/order/order.vue index 0c58714..95c234d 100644 --- a/pages/tabBar/order/order.vue +++ b/pages/tabBar/order/order.vue @@ -71,36 +71,41 @@ > - + - - + + - - + + - + + + + - + - - + - + - - + + + + - - + @@ -141,7 +146,9 @@ // } }, computed: { - + dicData() { + return this.$store.getters.dicData + }, }, data() { return { @@ -163,8 +170,8 @@ // path: 'TODO' } }, - onLoad() { - this.queryOption = queryOption + onLoad(option) { + this.queryOption = option this.initData(); }, onUnload() { diff --git a/static/images/post/toline-grey.png b/static/images/post/toline-grey.png new file mode 100644 index 0000000..a793232 Binary files /dev/null and b/static/images/post/toline-grey.png differ diff --git a/static/images/post/toline.png b/static/images/post/toline.png new file mode 100644 index 0000000..7f61875 Binary files /dev/null and b/static/images/post/toline.png differ