Browse Source

feature:C端备案样式文案相关修改

lazy 6 months ago
parent
commit
579634ce9e

+ 2 - 2
src/router/moudules/myFinancing.js

@@ -6,7 +6,7 @@ export default {
   component: Layout,
   redirect: '/myFinancing/index',
   meta: {
-    title: '我的融资',
+    title: '我的项目', // 我的融资
     icon: 'myFinancing'
   },
   children: [{
@@ -15,7 +15,7 @@ export default {
     component: () => import('@/views/myFinancing/index'),
     hidden: true,
     meta: {
-      title: '我的融资',
+      title: '我的项目', // 我的融资
       icon: 'myFinancing',
       breadcrumb: false,
       activeMenu: '/myFinancing'

File diff suppressed because it is too large
+ 10 - 0
src/views/login/components/TradeSinceLinkTemp.vue


+ 2 - 1
src/views/login/index.vue

@@ -289,7 +289,8 @@ export default {
         })
         this.bannerMobileList[idx].isActice = true
         this.$router.push({
-          path: this.bannerMobileList[idx].path
+          path: this.bannerMobileList[idx].path,
+          query: this.$route.query
         })
       } else {
         this.bannerList.forEach(element => {

+ 3 - 2
src/views/myFinancing/financingMain.vue

@@ -21,7 +21,7 @@
         </div>
         <div class="right-btn">
           <el-button type="primary" @click="fetchData('search')">查询</el-button>
-          <el-button type="primary" @click="applyFinancingClick">申请融资</el-button>
+          <el-button type="primary" @click="applyFinancingClick">申请</el-button>
         </div>
       </div>
     </div>
@@ -97,7 +97,8 @@ export default {
           width: 150
         },
         {
-          label: '融资金额(元)',
+          // label: '融资金额(元)',
+          label: '项目金额(元)',
           prop: 'financingAmount',
           showTooltip: true,
           width: 150