diff --git a/common/enum.js b/common/enum.js index 1a5bc8b..6051c85 100644 --- a/common/enum.js +++ b/common/enum.js @@ -73,6 +73,17 @@ const dateTypeList = [ ] +const sendTypeEnum = { + home: 1, + tockRoom: 2, + container: 3, +} +const sendTypeList = [ + { title: '上门取件', val: sendTypeEnum.home }, + { title: '仓库收货', val: sendTypeEnum.tockRoom }, + { title: '整柜提货', val: sendTypeEnum.container } +] + export { ordStaEnum, ordStatusList, @@ -81,5 +92,7 @@ export { dlvTypeEnum, dlvTypeList, dateTypeEnum, - dateTypeList + dateTypeList, + sendTypeEnum, + sendTypeList } \ No newline at end of file diff --git a/components/buns-country-sheet/buns-country-sheet.vue b/components/buns-country-sheet/buns-country-sheet.vue index f95fa26..8871e9a 100644 --- a/components/buns-country-sheet/buns-country-sheet.vue +++ b/components/buns-country-sheet/buns-country-sheet.vue @@ -1,21 +1,68 @@ \ No newline at end of file diff --git a/components/buns-stockroom-sheet/buns-stockroom-sheet.vue b/components/buns-stockroom-sheet/buns-stockroom-sheet.vue new file mode 100644 index 0000000..b65077b --- /dev/null +++ b/components/buns-stockroom-sheet/buns-stockroom-sheet.vue @@ -0,0 +1,117 @@ + + + + + \ No newline at end of file diff --git a/components/buns-way-sheet/buns-way-sheet.vue b/components/buns-way-sheet/buns-way-sheet.vue new file mode 100644 index 0000000..0c102d4 --- /dev/null +++ b/components/buns-way-sheet/buns-way-sheet.vue @@ -0,0 +1,112 @@ + + + + + \ No newline at end of file diff --git a/components/tpx-search/tpx-search.vue b/components/tpx-search/tpx-search.vue index f3f09ef..603d432 100644 --- a/components/tpx-search/tpx-search.vue +++ b/components/tpx-search/tpx-search.vue @@ -2,7 +2,8 @@ + font-size="28rpx" placeholder-style="font-size: 28rpx;" + @focus="handleSwitchFouce()" @blur="handleSwitchFouce()" @confirm="triggerChange()" @change="handleChange()"> diff --git a/pages/post/post.vue b/pages/post/post.vue index bc6438d..7d7ebe6 100644 --- a/pages/post/post.vue +++ b/pages/post/post.vue @@ -68,7 +68,7 @@ - + @@ -80,7 +80,7 @@ - + @@ -106,7 +106,9 @@ - + @@ -118,6 +120,21 @@ + + + + + + + + + + + + @@ -215,21 +232,14 @@ - + + +