소스 검색

no message

sys 2 년 전
부모
커밋
d872325e77

+ 69 - 1
pages.json

@@ -1,4 +1,45 @@
 {
+  "tabBar": {
+    "backgroundColor": "#fff",
+    "selectedColor": "#ED301D",
+    "color": "#707070",
+    "borderStyle": "black",
+    "fontSize": "11px",
+    "iconWidth": "24px",
+    "height": "50px",
+    "list": [
+      {
+        "text": "icoco",
+        "pagePath": "pages/index/index",
+        "iconPath": "static/tabBar/index-no.png",
+        "selectedIconPath": "static/tabBar/index.png"
+      },
+      {
+        "text": "圈子",
+        "pagePath": "pages/circle/index",
+        "iconPath": "static/tabBar/circle-no.png",
+        "selectedIconPath": "static/tabBar/circle.png"
+      },
+      {
+        "text": "消息",
+        "pagePath": "pages/msg/index",
+        "iconPath": "static/tabBar/msg-no.png",
+        "selectedIconPath": "static/tabBar/msg.png"
+      },
+      //      {
+      //        "text": "排行榜",
+      //        "pagePath": "pages/ranking/index",
+      //        "iconPath": "static/tabBar/ranking-no.png",
+      //        "selectedIconPath": "static/tabBar/ranking.png"
+      //      },
+      {
+        "text": "我的",
+        "pagePath": "pages/my/index",
+        "iconPath": "static/tabBar/my-no.png",
+        "selectedIconPath": "static/tabBar/my.png"
+      }
+    ]
+  },
   "pages": [
     {
       "path": "pages/index/index",
@@ -93,13 +134,40 @@
         "enablePullDownRefresh": false
       }
     },
-
     {
       "path": "pages/text/tantan",
       "style": {
         "navigationBarTitleText": "",
         "enablePullDownRefresh": false
       }
+    },
+    {
+      "path": "pages/circle/index",
+      "style": {
+        "navigationBarTitleText": "",
+        "enablePullDownRefresh": false
+      }
+    },
+    {
+      "path": "pages/msg/index",
+      "style": {
+        "navigationBarTitleText": "",
+        "enablePullDownRefresh": false
+      }
+    },
+    {
+      "path": "pages/ranking/index",
+      "style": {
+        "navigationBarTitleText": "",
+        "enablePullDownRefresh": false
+      }
+    },
+    {
+      "path": "pages/my/index",
+      "style": {
+        "navigationBarTitleText": "",
+        "enablePullDownRefresh": false
+      }
     }
   ],
   "globalStyle": {

+ 22 - 0
pages/circle/index.vue

@@ -0,0 +1,22 @@
+<template>
+  <view>
+
+  </view>
+</template>
+
+<script>
+export default {
+  data() {
+    return {
+
+    }
+  },
+  methods: {
+
+  }
+}
+</script>
+
+<style scoped>
+
+</style>

+ 22 - 0
pages/msg/index.vue

@@ -0,0 +1,22 @@
+<template>
+  <view>
+
+  </view>
+</template>
+
+<script>
+export default {
+  data() {
+    return {
+
+    }
+  },
+  methods: {
+
+  }
+}
+</script>
+
+<style scoped>
+
+</style>

+ 22 - 0
pages/my/index.vue

@@ -0,0 +1,22 @@
+<template>
+  <view>
+
+  </view>
+</template>
+
+<script>
+export default {
+  data() {
+    return {
+
+    }
+  },
+  methods: {
+
+  }
+}
+</script>
+
+<style scoped>
+
+</style>

+ 22 - 0
pages/ranking/index.vue

@@ -0,0 +1,22 @@
+<template>
+  <view>
+
+  </view>
+</template>
+
+<script>
+export default {
+  data() {
+    return {
+
+    }
+  },
+  methods: {
+
+  }
+}
+</script>
+
+<style scoped>
+
+</style>

BIN
static/img/tabBar/circle-no.png


BIN
static/img/tabBar/circle.png


BIN
static/img/tabBar/index-no.png


BIN
static/img/tabBar/index.png


BIN
static/img/tabBar/msg-no.png


BIN
static/img/tabBar/msg.png


BIN
static/img/tabBar/my-no.png


BIN
static/img/tabBar/my.png


BIN
static/img/tabBar/ranking-no.png


BIN
static/img/tabBar/ranking.png