Xiao_123 4 months ago
parent
commit
438cda1d3e
2 changed files with 3 additions and 1 deletions
  1. 2 1
      src/layout/personal/navBar.vue
  2. 1 0
      src/views/mall/components/details.vue

+ 2 - 1
src/layout/personal/navBar.vue

@@ -183,7 +183,8 @@ const navList = [
   // },
   { title: '门墩儿招聘', path: '/recruit/personal/recommend', noLeaving: true },
   { title: '门墩儿猎头', path: '/headhunting' },
-  { title: '门墩儿商城', path: '/pointsExchange' },
+  // { title: '门墩儿商城', path: '/pointsExchange' },
+  { title: '门墩儿商城', path: '/mall' },
   { title: '火苗儿校企' },
   // { title: '产业联合会' },
   // { title: '数据' },

+ 1 - 0
src/views/mall/components/details.vue

@@ -1,6 +1,7 @@
 <!-- 商品详情 -->
 <template>
   <div class="default-width py-5" v-if="state.goodsInfo && Object.keys(state.goodsInfo).length">
+    <v-btn class="mb-3" size="large" color="primary" variant="text" prepend-icon="mdi-chevron-triple-left" @click="router.go(-1)">返回上一页</v-btn>
     <v-card class="carousel border-radius-8 white-bgc pa-5" style="width: 100%;">
       <div class=" d-flex">
         <!-- 图片展示-轮播 -->