sunran пре 3 година
родитељ
комит
4d90d1fc50

BIN
src/views/zhulao/assets/images/nav/hea.png


BIN
src/views/zhulao/assets/images/nav/hea1.png


+ 15 - 9
src/views/zhulao/components/Tabbar.vue

@@ -34,16 +34,22 @@ export default {
           router: '/circleHome',
           text: '养老服务圈',
         },
+        // {
+        //   iconPath: require('../assets/images/nav/serve-store-off.png'),
+        //   selectedIconPath: require('../assets/images/nav/serve-store-on.png'),
+        //   router: '/shoppingMall',
+        //   text: '养老商城',
+        // },
+        // {
+        //   iconPath: require('../assets/images/nav/my-off.png'),
+        //   selectedIconPath: require('../assets/images/nav/my-on.png'),
+        //   text: '我的',
+        // },
         {
-          iconPath: require('../assets/images/nav/serve-store-off.png'),
-          selectedIconPath: require('../assets/images/nav/serve-store-on.png'),
-          router: '/shoppingMall',
-          text: '养老商城',
-        },
-        {
-          iconPath: require('../assets/images/nav/my-off.png'),
-          selectedIconPath: require('../assets/images/nav/my-on.png'),
-          text: '我的',
+          iconPath: require('../assets/images/nav/hea.png'),
+          selectedIconPath: require('../assets/images/nav/hea1.png'),
+          router: '/healthAssessmen',
+          text: '健康管理',
         },
       ],
     }

+ 3 - 0
src/views/zhulao/views/healthAssessmen/index.vue

@@ -29,12 +29,15 @@
         </div>
       </div>
     </div>
+    <Tabbar />
   </div>
 </template>
 <script>
 import { healthType } from './term.js'
 import { userApi, queryaction } from '../../api/index.js'
+import Tabbar from '../../components/Tabbar.vue'
 export default {
+  components: { Tabbar },
   data() {
     return {
       healthType: healthType,