diff --git a/pages.json b/pages.json index 06809b7..2efb90c 100644 --- a/pages.json +++ b/pages.json @@ -63,39 +63,15 @@ } }, { - "path" : "pages/index/user_map", - "style" : - { - "navigationBarTitleText" : "会员地图" + "path": "pages/index/user_map", + "style": { + "navigationBarTitleText": "会员地图" } } ], "subPackages": [{ "root": "pages/packageA", - "pages": [{ - "path": "info/discovery", - "style": { - "navigationBarTitleText": "河南省青年企业家协会" - } - }, - { - "path": "info/policy", - "style": { - "navigationBarTitleText": "河南省青年企业家协会" - } - }, - { - "path": "info/policy_info", - "style": { - "navigationBarTitleText": "河南省青年企业家协会" - } - }, - { - "path": "info/policy_list", - "style": { - "navigationBarTitleText": "河南省青年企业家协会" - } - }, + "pages": [ { "path": "user/apply_in", "style": { @@ -221,6 +197,18 @@ "style": { "navigationBarTitleText": "河南省青年企业家协会" } + }, + { + "path": "user/sign_in", + "style": { + "navigationBarTitleText": "河南省青年企业家协会" + } + }, + { + "path": "user/sign_details", + "style": { + "navigationBarTitleText": "河南省青年企业家协会" + } } ] }, { @@ -254,6 +242,34 @@ } } ] + }, { + "root": "pages/packageC", + "pages": [ + { + "path": "info/discovery", + "style": { + "navigationBarTitleText": "河南省青年企业家协会" + } + }, + { + "path": "info/policy", + "style": { + "navigationBarTitleText": "河南省青年企业家协会" + } + }, + { + "path": "info/policy_info", + "style": { + "navigationBarTitleText": "河南省青年企业家协会" + } + }, + { + "path": "info/policy_list", + "style": { + "navigationBarTitleText": "河南省青年企业家协会" + } + } + ] }], "globalStyle": { "navigationStyle": "custom", @@ -263,4 +279,4 @@ "backgroundColor": "#F1F2F8" }, "uniIdRouter": {} -} \ No newline at end of file +} diff --git a/pages/index/directory.vue b/pages/index/directory.vue index 4cfa76e..3c8cdc8 100644 --- a/pages/index/directory.vue +++ b/pages/index/directory.vue @@ -56,26 +56,27 @@ - - + + - 企业数量:125家 + 企业数量:{{covers.length}}家 - - @@ -386,6 +387,7 @@ company_image: item.company_image, nikename: item.nikename, title: item.enterprise_name, + photo_image: item.photo_image, callout: { content: item.enterprise_name, textAlign: 'center', diff --git a/pages/index/home.vue b/pages/index/home.vue index 8c40468..e0675dd 100644 --- a/pages/index/home.vue +++ b/pages/index/home.vue @@ -424,12 +424,12 @@ }, openInfo(d) { uni.navigateTo({ - url: '/pages/packageA/info/policy_info?id=' + d.id, + url: '/pages/packageC/info/policy_info?id=' + d.id, }) }, openRight() { uni.navigateTo({ - url: '/pages/packageA/info/policy', + url: '/pages/packageC/info/policy', }) }, async getMsg() { @@ -680,4 +680,4 @@ align-items: center; justify-content: space-between; } - \ No newline at end of file + diff --git a/pages/index/index.vue b/pages/index/index.vue index d6bc73d..e44072b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,5 +1,6 @@