소스 검색

备份/mall文件夹

Xiao_123 5 달 전
부모
커밋
d6501ceb03

+ 1 - 1
src/router/modules/recruit.js

@@ -37,7 +37,7 @@ const recruit = [
     children: [
     children: [
       {
       {
         path: '/mall',
         path: '/mall',
-        component: () => import('@/views/mall/index'),
+        component: () => import('@/views/mall/home/index'),
         name: 'mall',
         name: 'mall',
         meta: {
         meta: {
           title: '门墩儿商城'
           title: '门墩儿商城'

+ 0 - 0
src/views/mall/components/table.vue → src/views/mall copy/components/table.vue


+ 0 - 0
src/views/mall/exchange.vue → src/views/mall copy/exchange.vue


+ 0 - 0
src/views/mall/exchangeRecords.vue → src/views/mall copy/exchangeRecords.vue


+ 3 - 3
src/views/mall/index.vue → src/views/mall copy/index.vue

@@ -4,10 +4,10 @@
     <div class="default-width white-bgc px-3 pt-5 pb-10">
     <div class="default-width white-bgc px-3 pt-5 pb-10">
       <div class="statisticsBox">
       <div class="statisticsBox">
         <div class="mt-2">
         <div class="mt-2">
-          <span style="font-size: 20px; color: var(--color-333); line-height: 28px; font-weight: bold;" class="ml-10">您当前可用积分</span>
+          <span style="line-height: 28px;" class="ml-10 font-size-20 font-weight-bold color-333">您当前可用积分</span>
           <span v-if="getToken()" @click="router.push('/recruit/personal/personalCenter/wallet?key=1')" style="cursor: pointer;">
           <span v-if="getToken()" @click="router.push('/recruit/personal/personalCenter/wallet?key=1')" style="cursor: pointer;">
-            <span style="font-size: 14px; color: var(--color-666); line-height: 24px;" class="ml-2">积分明细</span>
-            <v-icon style="font-size: 16px; color: var(--color-666); line-height: 16px; margin-left: 2px;">mdi-help-circle-outline</v-icon>
+            <span style="line-height: 24px;" class="ml-2 color-666 font-size-14">积分明细</span>
+            <v-icon class="font-size-16 color-666" style="line-height: 16px; margin-left: 2px;">mdi-help-circle-outline</v-icon>
           </span>
           </span>
         </div>
         </div>
         <div class="d-flex justify-space-between align-end my-1">
         <div class="d-flex justify-space-between align-end my-1">

+ 0 - 0
src/views/mall/purchasePackage/components/packageList.js → src/views/mall copy/purchasePackage/components/packageList.js


+ 0 - 0
src/views/mall/purchasePackage/components/packageList.vue → src/views/mall copy/purchasePackage/components/packageList.vue


+ 0 - 0
src/views/mall/purchasePackage/index.vue → src/views/mall copy/purchasePackage/index.vue


+ 11 - 0
src/views/mall/home/index.vue

@@ -0,0 +1,11 @@
+<template>
+  <div>mall-home</div>
+</template>
+
+<script setup>
+defineOptions({ name: 'mall-home-index'})
+</script>
+
+<style scoped lang="scss">
+
+</style>