diff --git a/components/DropDown/DropDown.vue b/components/DropDown/DropDown.vue new file mode 100644 index 0000000..80034ea --- /dev/null +++ b/components/DropDown/DropDown.vue @@ -0,0 +1,50 @@ + + + + + \ No newline at end of file diff --git a/components/DropDown/DropDownItem.vue b/components/DropDown/DropDownItem.vue new file mode 100644 index 0000000..02409e3 --- /dev/null +++ b/components/DropDown/DropDownItem.vue @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/components/ShowShopList/ShowShopList.vue b/components/ShowShopList/ShowShopList.vue index d6c99dc..043493c 100644 --- a/components/ShowShopList/ShowShopList.vue +++ b/components/ShowShopList/ShowShopList.vue @@ -29,7 +29,7 @@ showStyle:{ type: Number, default() { - return 1 + return 0 } }, isADshow: { diff --git a/pages/index/HomeNavCard.vue b/pages/index/HomeMainContent/HomeNavCard.vue similarity index 100% rename from pages/index/HomeNavCard.vue rename to pages/index/HomeMainContent/HomeNavCard.vue diff --git a/pages/index/HomeNoticeBar.vue b/pages/index/HomeMainContent/HomeNoticeBar.vue similarity index 100% rename from pages/index/HomeNoticeBar.vue rename to pages/index/HomeMainContent/HomeNoticeBar.vue diff --git a/pages/index/Statistics.vue b/pages/index/HomeMainContent/Statistics.vue similarity index 100% rename from pages/index/Statistics.vue rename to pages/index/HomeMainContent/Statistics.vue diff --git a/pages/index/index.vue b/pages/index/index.vue index 0f2f41c..78900ff 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -20,9 +20,9 @@ - diff --git a/pages/shopTransfer/shopTransfer.vue b/pages/shopTransfer/shopTransfer.vue index 7cbd61a..6ed7966 100644 --- a/pages/shopTransfer/shopTransfer.vue +++ b/pages/shopTransfer/shopTransfer.vue @@ -1,6 +1,12 @@ @@ -9,7 +15,30 @@ export default { data() { return { - + value1: 1, + value2: 2, + options1: [{ + label: '默认排序', + value: 1, + }, + { + label: '距离优先', + value: 2, + }, + { + label: '价格优先', + value: 3, + } + ], + options2: [{ + label: '去冰', + value: 1, + }, + { + label: '加冰', + value: 2, + }, + ], } }, methods: { @@ -18,6 +47,12 @@ } - diff --git a/static/dropdown/dp_icon_hlxia.png b/static/dropdown/dp_icon_hlxia.png new file mode 100644 index 0000000..e8ecd98 Binary files /dev/null and b/static/dropdown/dp_icon_hlxia.png differ diff --git a/static/dropdown/dp_icon_lxia.png b/static/dropdown/dp_icon_lxia.png new file mode 100644 index 0000000..646d611 Binary files /dev/null and b/static/dropdown/dp_icon_lxia.png differ