Explorar o código

版本号:v24.12.30.1220

Xiao_123 hai 4 meses
pai
achega
cdb0961e3a
Modificáronse 3 ficheiros con 4 adicións e 4 borrados
  1. 2 2
      src/layout/personal/navBar.vue
  2. 1 1
      src/version.js
  3. 1 1
      src/views/mall/payOver/index.vue

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

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

+ 1 - 1
src/version.js

@@ -1,2 +1,2 @@
 // 版本号
-export const vue_version = 'v24.12.28.1311'
+export const vue_version = 'v24.12.30.1220'

+ 1 - 1
src/views/mall/payOver/index.vue

@@ -5,7 +5,7 @@
     <showText :class="{'mb-15': !showPrizeDraw}"></showText>
 
     <!-- 抽奖 -->
-    <prizeDraw v-if="showPrizeDraw" :lotteryId="lotteryId" class="prizeDraw mx-15 mb-7" @success="handleReceive"></prizeDraw>
+    <prizeDraw v-if="showPrizeDraw" :lotteryId="lotteryId" class="prizeDraw mx-15 my-7" @success="handleReceive"></prizeDraw>
   </v-card>
 </template>