diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index ee5be77..07d9281 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -1,20 +1,23 @@ -{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ - // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 - "version": "0.0", - "configurations": [{ - "app-plus" : - { - "launchtype" : "local" - }, - "default" : - { - "launchtype" : "local" - }, - "mp-weixin" : - { - "launchtype" : "local" - }, - "type" : "uniCloud" - } +{ + // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ + // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 + "version" : "0.0", + "configurations" : [ + { + "app-plus" : { + "launchtype" : "local" + }, + "default" : { + "launchtype" : "local" + }, + "mp-weixin" : { + "launchtype" : "local" + }, + "type" : "uniCloud" + }, + { + "playground" : "standard", + "type" : "uni-app:app-android" + } ] } diff --git a/components/HomeNavCard/HomeNavCard.vue b/components/HomeNavCard/HomeNavCard.vue deleted file mode 100644 index 53a7b58..0000000 --- a/components/HomeNavCard/HomeNavCard.vue +++ /dev/null @@ -1,63 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/SearchShopList/SearchShopList.vue b/components/SearchShopList/SearchShopList.vue new file mode 100644 index 0000000..7b1ff1c --- /dev/null +++ b/components/SearchShopList/SearchShopList.vue @@ -0,0 +1,55 @@ + + + + + \ No newline at end of file diff --git a/components/SearchShopListItem/SearchShopListItem.vue b/components/SearchShopListItem/SearchShopListItem.vue index ca9112e..2f02032 100644 --- a/components/SearchShopListItem/SearchShopListItem.vue +++ b/components/SearchShopListItem/SearchShopListItem.vue @@ -4,24 +4,47 @@ {{shopInfo.title}} + - {{shopInfo.sqr}}m2 - - - {{shopInfo.uname}} - - - {{shopInfo.phoneNum}} + + {{shopInfo.sqr}}m2 + + + + + + {{shopInfo.uname}} + + + + + + {{shopInfo.phoneNum}} + + + + + + + + {{shopInfo.category}} + + + + + + {{shopInfo.pos}} + + + + + + 发布日期:{{shopInfo.date}} - - {{shopInfo.category}} - 发布日期:{{shopInfo.pos}} - 发布日期:{{shopInfo.date}} - @@ -58,7 +81,7 @@ } - \ No newline at end of file diff --git a/pages/index/HomeNavCard.vue b/pages/index/HomeNavCard.vue new file mode 100644 index 0000000..c180164 --- /dev/null +++ b/pages/index/HomeNavCard.vue @@ -0,0 +1,77 @@ + + + + + + + \ No newline at end of file diff --git a/pages/index/HomeNoticeBar.vue b/pages/index/HomeNoticeBar.vue index 0d6ad99..eb41923 100644 --- a/pages/index/HomeNoticeBar.vue +++ b/pages/index/HomeNoticeBar.vue @@ -18,14 +18,14 @@ + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 7c2a894..adf8af7 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -3,10 +3,17 @@ - - - - + + + + + 店铺列表 + + + 找店列表 + + + @@ -14,13 +21,19 @@ @@ -39,6 +57,31 @@ .home-content { margin: 0 10px; } + .show-and-search{ + display: flex; + .list-tab { + z-index: 2; + width: 259rpx; + height: 70rpx; + background: #B7EBD2; + border-radius: 11px 100px 0px 0px; + color: #fff; + font-size: 15px; + line-height: 21px; + font-weight: 500; + display: flex; + align-items: center; + justify-content: center; + } + .search-tab { + z-index: 1; + transform: translateX(-61rpx); + } + .tab-activate { + background: linear-gradient(#E86262,#CC3333); + z-index: 3; + } + } } \ No newline at end of file diff --git a/static/navbar/sy_icon_cjal.png b/static/navbar/sy_icon_cjal.png new file mode 100644 index 0000000..85d399f Binary files /dev/null and b/static/navbar/sy_icon_cjal.png differ diff --git a/static/navbar/sy_icon_czxx.png b/static/navbar/sy_icon_czxx.png new file mode 100644 index 0000000..3636b90 Binary files /dev/null and b/static/navbar/sy_icon_czxx.png differ diff --git a/static/navbar/sy_icon_lxwm.png b/static/navbar/sy_icon_lxwm.png new file mode 100644 index 0000000..7c959a2 Binary files /dev/null and b/static/navbar/sy_icon_lxwm.png differ diff --git a/static/navbar/sy_icon_spdt.png b/static/navbar/sy_icon_spdt.png new file mode 100644 index 0000000..80b2af0 Binary files /dev/null and b/static/navbar/sy_icon_spdt.png differ diff --git a/static/navbar/sy_icon_xmzs.png b/static/navbar/sy_icon_xmzs.png new file mode 100644 index 0000000..60f8023 Binary files /dev/null and b/static/navbar/sy_icon_xmzs.png differ diff --git a/static/navbar/sy_icon_zdxx.png b/static/navbar/sy_icon_zdxx.png new file mode 100644 index 0000000..7f7ab45 Binary files /dev/null and b/static/navbar/sy_icon_zdxx.png differ diff --git a/static/navbar/sy_icon_zmhb.png b/static/navbar/sy_icon_zmhb.png new file mode 100644 index 0000000..3dc8d6f Binary files /dev/null and b/static/navbar/sy_icon_zmhb.png differ diff --git a/static/navbar/sy_icon_zrxx.png b/static/navbar/sy_icon_zrxx.png new file mode 100644 index 0000000..edf144c Binary files /dev/null and b/static/navbar/sy_icon_zrxx.png differ diff --git a/static/statistics/sy_icon_ljyh.png b/static/statistics/sy_icon_ljyh.png new file mode 100644 index 0000000..e52d24c Binary files /dev/null and b/static/statistics/sy_icon_ljyh.png differ diff --git a/static/statistics/sy_icon_ljzd0.png b/static/statistics/sy_icon_ljzd0.png new file mode 100644 index 0000000..6a6f5a7 Binary files /dev/null and b/static/statistics/sy_icon_ljzd0.png differ diff --git a/static/statistics/sy_icon_ljzd1.png b/static/statistics/sy_icon_ljzd1.png new file mode 100644 index 0000000..54e89ec Binary files /dev/null and b/static/statistics/sy_icon_ljzd1.png differ