diff --git a/components/publishSlide/publishSlide.vue b/components/publishSlide/publishSlide.vue index f3008f5..543f6ec 100644 --- a/components/publishSlide/publishSlide.vue +++ b/components/publishSlide/publishSlide.vue @@ -1,24 +1,24 @@ \ No newline at end of file diff --git a/pages.json b/pages.json index 9e0e6da..cfd946e 100644 --- a/pages.json +++ b/pages.json @@ -8,7 +8,7 @@ } }, "pages": [ - //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + //pages数组中第一项表示应用启动页 { "path": "pages/index/index", "style": { @@ -21,6 +21,15 @@ "enablePullDownRefresh": true } }, + { + "path": "pages/index/map/map", + "style": { + "navigationBarTitleText": "速配地图", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#339967", + "enablePullDownRefresh": false + } + }, { "path": "pages/shopTransfer/shopTransfer", "style": { @@ -30,7 +39,6 @@ "enablePullDownRefresh": false } }, - //+ { "path": "pages/shopAddress/shopAddress", "style": { diff --git a/pages/index/index.vue b/pages/index/index.vue index d626092..7b36380 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -4,9 +4,9 @@ - + - + @@ -18,12 +18,7 @@ }, data() { return { - newsTextLists: [ - '寒雨连江夜入吴', - '平明送客楚山孤', - '洛阳亲友如相问', - '一片冰心在玉壶' - ], + newsText: '寒雨连江夜入吴' } }, onLoad() { @@ -40,5 +35,4 @@ background-color: $uni-bg-color-grey; width: 100%; } - \ No newline at end of file diff --git a/pages/index/map/map.vue b/pages/index/map/map.vue new file mode 100644 index 0000000..69a70ae --- /dev/null +++ b/pages/index/map/map.vue @@ -0,0 +1,102 @@ + + + + + \ No newline at end of file diff --git a/static/map/sp_icon_dw.png b/static/map/sp_icon_dw.png new file mode 100644 index 0000000..80eeea5 Binary files /dev/null and b/static/map/sp_icon_dw.png differ diff --git a/static/map/sp_icon_hdw.png b/static/map/sp_icon_hdw.png new file mode 100644 index 0000000..a30f7f4 Binary files /dev/null and b/static/map/sp_icon_hdw.png differ