diff --git a/pages.json b/pages.json index 18ef7ac..c8f157e 100644 --- a/pages.json +++ b/pages.json @@ -35,36 +35,6 @@ "navigationStyle": "custom" } }, - { - "path": "pages/contract/index", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "pages/user/jia", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "pages/user/finance", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "pages/contract/check", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "pages/shop/search", - "style": { - "navigationStyle": "custom" - } - }, { "path": "pages/LuckyWheel/LuckyWheel", "style": { @@ -287,6 +257,36 @@ "navigationStyle": "custom" } }, + { + "path": "dongjian/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "dongjian/jia", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "dongjian/finance", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "dongjian/check", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "dongjian/search", + "style": { + "navigationStyle": "custom" + } + }, { "path": "rwa_add/rwa_add", "style": { diff --git a/pages/home/home.vue b/pages/home/home.vue index a6271af..c450185 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -431,7 +431,7 @@ export default { }, jumpSearch() { uni.navigateTo({ - url: '/pages/shop/search', + url: '/pages/rwa_package/dongjian/search', }) }, /** diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index 563ce15..ae91163 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -232,7 +232,7 @@ export default { id: 5, title: "加速次数", url: 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/tool_js.png', - path: "/pages/user/jia" + path: "/pages/rwa_package/dongjian/jia" }, // { // id: 3, @@ -305,7 +305,7 @@ export default { id: 12, title: "财务", url: '/static/mine/tool_cw.png', - path: "/pages/user/finance", + path: "/pages/rwa_package/dongjian/finance", }, { id: 11, title: "股东行权", diff --git a/pages/mine_package/mine_settings/mine_settings.vue b/pages/mine_package/mine_settings/mine_settings.vue index a0938b7..b794b9f 100644 --- a/pages/mine_package/mine_settings/mine_settings.vue +++ b/pages/mine_package/mine_settings/mine_settings.vue @@ -142,7 +142,7 @@ export default { }) }else if(type === 'contract'){ uni.navigateTo({ - url:'/pages/contract/index' + url:'/pages/rwa_package/dongjian/index' }) } }, diff --git a/pages/contract/check.vue b/pages/rwa_package/dongjian/check.vue similarity index 100% rename from pages/contract/check.vue rename to pages/rwa_package/dongjian/check.vue diff --git a/pages/contract/components/contract-item.vue b/pages/rwa_package/dongjian/components/contract-item.vue similarity index 100% rename from pages/contract/components/contract-item.vue rename to pages/rwa_package/dongjian/components/contract-item.vue diff --git a/pages/shop/components/shop-item.vue b/pages/rwa_package/dongjian/components/shop-item.vue similarity index 100% rename from pages/shop/components/shop-item.vue rename to pages/rwa_package/dongjian/components/shop-item.vue diff --git a/pages/user/finance.vue b/pages/rwa_package/dongjian/finance.vue similarity index 100% rename from pages/user/finance.vue rename to pages/rwa_package/dongjian/finance.vue diff --git a/pages/contract/index.vue b/pages/rwa_package/dongjian/index.vue similarity index 99% rename from pages/contract/index.vue rename to pages/rwa_package/dongjian/index.vue index b44e8a1..bbdfb22 100644 --- a/pages/contract/index.vue +++ b/pages/rwa_package/dongjian/index.vue @@ -101,7 +101,7 @@ export default { if (this.type) { //查看 uni.navigateTo({ - url: `/pages/contract/check` + url: `/pages/rwa_package/dongjian/check` }) } else { //去签署 diff --git a/pages/user/jia.vue b/pages/rwa_package/dongjian/jia.vue similarity index 99% rename from pages/user/jia.vue rename to pages/rwa_package/dongjian/jia.vue index 76a455f..dcb8521 100644 --- a/pages/user/jia.vue +++ b/pages/rwa_package/dongjian/jia.vue @@ -121,7 +121,7 @@ export default { if (this.type) { //查看 uni.navigateTo({ - url: `/pages/contract/check` + url: `/pages/rwa_package/dongjian/check` }) } else { //去签署 diff --git a/pages/shop/search.vue b/pages/rwa_package/dongjian/search.vue similarity index 100% rename from pages/shop/search.vue rename to pages/rwa_package/dongjian/search.vue diff --git a/pages/sort/sort.vue b/pages/sort/sort.vue index 71cfff7..734e3c3 100644 --- a/pages/sort/sort.vue +++ b/pages/sort/sort.vue @@ -135,7 +135,7 @@ export default { jumpSearch(item) { uni.navigateTo({ - url: '/pages/shop/search', + url: '/pages/rwa_package/dongjian/search', }) },