diff --git a/pages.json b/pages.json index dae80af..73c91a6 100644 --- a/pages.json +++ b/pages.json @@ -135,12 +135,6 @@ { // 个人中心二级页面 "root": "root/person", "pages": [ - { - "path": "downpage", - "style": { - "navigationBarTitleText": "下游代理" - } - }, { "path": "loginIndex", "style": { @@ -676,7 +670,7 @@ { "path": "fensi", "style": { - "navigationBarTitleText": "" // 申请列表 + "navigationBarTitleText": "下游代理" // 申请列表 } }, { @@ -694,7 +688,7 @@ { "path": "applyList", "style": { - "navigationBarTitleText": " ", // 申请列表 + "navigationBarTitleText": "申请列表", // 申请列表 "backgroundColor": "#ededed", "backgroundColorTop": "#ededed", "backgroundColorBottom": "#ededed" diff --git a/pages/person/index.vue b/pages/person/index.vue index ea33743..f636e4c 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -55,7 +55,7 @@ icon: 'index', label: '下游代理', result: '', - path: '/root/person/downpage', + path: '/root/bind/fensi', pRow: 0, rpl:0, fpl:0, @@ -63,7 +63,7 @@ pColumn:16, }, ]" - @clickItem="goPage('/root/person/downpage')" + @clickItem="goPage('/root/bind/fensi')" /> diff --git a/root/person/fensi.vue b/root/bind/fensi copy.vue similarity index 91% rename from root/person/fensi.vue rename to root/bind/fensi copy.vue index 2a98668..e8ef19a 100644 --- a/root/person/fensi.vue +++ b/root/bind/fensi copy.vue @@ -1,5 +1,12 @@