From 55f7b3280b9db0b1256df95c4e4b3d1711562bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A6=86=E9=92=B1=E8=90=BD=E5=B0=BD=E6=A7=BF=E8=8A=B1?= =?UTF-8?q?=E7=A8=80?= <2675540038@qq.com> Date: Wed, 26 Jun 2024 14:17:06 +0800 Subject: [PATCH] 123 --- pages.json | 330 +++++++-------- pages/index/directory.vue | 4 +- pages/index/directory_back.vue | 380 ------------------ pages/index/events_list.vue | 74 ---- pages/index/home.vue | 12 +- pages/index/knowledge_list.vue | 105 ----- pages/index/my_pizz.vue | 66 --- pages/index/pizz_info.vue | 4 +- pages/index/search.vue | 8 +- pages/index/service.vue | 4 +- pages/index/tissue.vue | 4 +- pages/index/user.vue | 51 ++- pages/index/user_info.vue | 102 ----- pages/{index => packageA/info}/discovery.vue | 6 +- pages/{index => packageA/info}/policy.vue | 4 +- .../{index => packageA/info}/policy_info.vue | 0 .../{index => packageA/info}/policy_list.vue | 4 +- pages/{index => packageA/user}/apply_in.vue | 0 pages/{index => packageA/user}/events_my.vue | 0 pages/{index => packageA/user}/my_apply.vue | 0 pages/{index => packageA/user}/my_card.vue | 6 +- .../user}/my_card_holder.vue | 4 +- pages/{index => packageA/user}/my_desc.vue | 0 pages/{index => packageA/user}/my_edit.vue | 0 pages/{index => packageA/user}/my_idea.vue | 0 pages/{index => packageA/user}/my_invite.vue | 6 +- pages/{index => packageA/user}/my_msg.vue | 0 pages/{index => packageA/user}/my_sign.vue | 0 pages/packageA/user/my_vip.vue | 172 ++++++++ pages/packageA/user/my_vip_clerk.vue | 170 ++++++++ pages/packageA/user/my_vip_info.vue | 123 ++++++ .../user}/user_activity.vue | 6 +- .../user}/user_auditing.vue | 4 +- .../user}/user_auditing_info.vue | 0 .../{index => packageB/event}/event_info.vue | 8 +- pages/{index => packageB/news}/new_info.vue | 6 +- util/api.js | 12 +- 37 files changed, 698 insertions(+), 977 deletions(-) delete mode 100644 pages/index/directory_back.vue delete mode 100644 pages/index/events_list.vue delete mode 100644 pages/index/knowledge_list.vue delete mode 100644 pages/index/my_pizz.vue delete mode 100644 pages/index/user_info.vue rename pages/{index => packageA/info}/discovery.vue (98%) rename pages/{index => packageA/info}/policy.vue (94%) rename pages/{index => packageA/info}/policy_info.vue (100%) rename pages/{index => packageA/info}/policy_list.vue (94%) rename pages/{index => packageA/user}/apply_in.vue (100%) rename pages/{index => packageA/user}/events_my.vue (100%) rename pages/{index => packageA/user}/my_apply.vue (100%) rename pages/{index => packageA/user}/my_card.vue (98%) rename pages/{index => packageA/user}/my_card_holder.vue (97%) rename pages/{index => packageA/user}/my_desc.vue (100%) rename pages/{index => packageA/user}/my_edit.vue (100%) rename pages/{index => packageA/user}/my_idea.vue (100%) rename pages/{index => packageA/user}/my_invite.vue (96%) rename pages/{index => packageA/user}/my_msg.vue (100%) rename pages/{index => packageA/user}/my_sign.vue (100%) create mode 100644 pages/packageA/user/my_vip.vue create mode 100644 pages/packageA/user/my_vip_clerk.vue create mode 100644 pages/packageA/user/my_vip_info.vue rename pages/{index => packageA/user}/user_activity.vue (99%) rename pages/{index => packageA/user}/user_auditing.vue (98%) rename pages/{index => packageA/user}/user_auditing_info.vue (100%) rename pages/{index => packageB/event}/event_info.vue (98%) rename pages/{index => packageB/news}/new_info.vue (94%) diff --git a/pages.json b/pages.json index ea7d483..c63692f 100644 --- a/pages.json +++ b/pages.json @@ -30,14 +30,14 @@ } }, { - "path": "pages/index/user", + "path": "pages/index/pizz_info", "style": { "navigationBarTitleText": "智慧云商协", "enablePullDownRefresh": false } }, { - "path": "pages/index/discovery", + "path": "pages/index/user", "style": { "navigationBarTitleText": "智慧云商协", "enablePullDownRefresh": false @@ -49,191 +49,151 @@ "navigationBarTitleText": "智慧云商协", "enablePullDownRefresh": false } - }, - { - "path": "pages/index/user_info", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/new_info", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/events_list", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/knowledge_list", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/search", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/pizz_info", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/apply_in", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/events_my", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/my_card", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/my_pizz", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/my_apply", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/my_msg", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/my_idea", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/my_edit", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/tissue", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/my_desc", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/event_info", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/my_invite", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/directory_back", - "style": { - "navigationBarTitleText": "智慧云商协", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/index/my_card_holder", - "style": { - "navigationBarTitleText": "智慧云商协" - } - }, - { - "path": "pages/index/policy", - "style": { - "navigationBarTitleText": "智慧云商协" - } - }, - { - "path": "pages/index/policy_list", - "style": { - "navigationBarTitleText": "智慧云商协" - } - }, - { - "path": "pages/index/policy_info", - "style": { - "navigationBarTitleText": "智慧云商协" - } - }, - { - "path": "pages/index/user_auditing", - "style": { - "navigationBarTitleText": "智慧云商协" - } - }, - { - "path": "pages/index/user_auditing_info", - "style": { - "navigationBarTitleText": "智慧云商协" - } - }, - { - "path" : "pages/index/user_activity", - "style" : - { - "navigationBarTitleText" : "" - } - }, - { - "path" : "pages/index/my_sign", - "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": "智慧云商协" + } + }, + { + "path": "user/apply_in", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/events_my", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/my_apply", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/my_card", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/my_card_holder", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/my_desc", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/my_edit", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/my_idea", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/my_invite", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/my_msg", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/my_sign", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/user_activity", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/user_auditing", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/user_auditing_info", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/my_vip", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/my_vip_info", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, + { + "path": "user/my_vip_clerk", + "style": { + "navigationBarTitleText": "智慧云商协" + } + } + ] + }, { + "root": "pages/packageB", + "pages": [{ + "path": "event/event_info", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }, { + "path": "news/new_info", + "style": { + "navigationBarTitleText": "智慧云商协" + } + }] + }], "globalStyle": { "navigationStyle": "custom", "navigationBarTextStyle": "black", diff --git a/pages/index/directory.vue b/pages/index/directory.vue index d294db2..b05fd15 100644 --- a/pages/index/directory.vue +++ b/pages/index/directory.vue @@ -70,7 +70,7 @@ {{item.position_name}} @@ -439,4 +439,4 @@ height: calc(100vh - 286rpx); padding-bottom: 100rpx; } - \ No newline at end of file + diff --git a/pages/index/directory_back.vue b/pages/index/directory_back.vue deleted file mode 100644 index 6189b17..0000000 --- a/pages/index/directory_back.vue +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - diff --git a/pages/index/events_list.vue b/pages/index/events_list.vue deleted file mode 100644 index 7c25276..0000000 --- a/pages/index/events_list.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/index/home.vue b/pages/index/home.vue index d7ee137..105c072 100644 --- a/pages/index/home.vue +++ b/pages/index/home.vue @@ -99,7 +99,7 @@ - 惠企政策 Corporate policies @@ -175,7 +175,7 @@ - - \ No newline at end of file + diff --git a/pages/index/knowledge_list.vue b/pages/index/knowledge_list.vue deleted file mode 100644 index 75b5c45..0000000 --- a/pages/index/knowledge_list.vue +++ /dev/null @@ -1,105 +0,0 @@ - - - - - diff --git a/pages/index/my_pizz.vue b/pages/index/my_pizz.vue deleted file mode 100644 index 3b7d3e9..0000000 --- a/pages/index/my_pizz.vue +++ /dev/null @@ -1,66 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/index/pizz_info.vue b/pages/index/pizz_info.vue index 22ba655..5b61d6b 100644 --- a/pages/index/pizz_info.vue +++ b/pages/index/pizz_info.vue @@ -78,7 +78,7 @@ fontColor="#ffffff">{{item.position_name}} + @click="openUrl('/pages/packageA/user/my_card?id='+v.member_id)"> @@ -374,4 +374,4 @@ \ No newline at end of file + diff --git a/pages/index/search.vue b/pages/index/search.vue index f917531..d7301bb 100644 --- a/pages/index/search.vue +++ b/pages/index/search.vue @@ -66,7 +66,7 @@ - - \ No newline at end of file + diff --git a/pages/index/service.vue b/pages/index/service.vue index 84d67d3..d287cfa 100644 --- a/pages/index/service.vue +++ b/pages/index/service.vue @@ -46,7 +46,7 @@ - - \ No newline at end of file + diff --git a/pages/index/tissue.vue b/pages/index/tissue.vue index 6110b59..33eb2ed 100644 --- a/pages/index/tissue.vue +++ b/pages/index/tissue.vue @@ -23,7 +23,7 @@ fontColor="#000000">{{item.position_name}} + @click="openInfo('/pages/packageA/user/my_card?id='+v.member_id)"> @@ -115,4 +115,4 @@ \ No newline at end of file + diff --git a/pages/index/user.vue b/pages/index/user.vue index 447e53f..461e76a 100644 --- a/pages/index/user.vue +++ b/pages/index/user.vue @@ -6,7 +6,7 @@ @@ -15,13 +15,13 @@ + @click="tn_ru('/pages/packageA/user/my_card?id='+userInfo.member_id)"> {{ userInfo.nikename }} {{userInfo.position_name}} - + @@ -49,7 +49,7 @@ 所在商/协会 - + @@ -57,7 +57,7 @@ 参与活动 - + @@ -65,7 +65,7 @@ 协会服务 - + @@ -75,15 +75,15 @@ - + - + 名片夹 - + 信息修改 @@ -96,13 +96,13 @@ + @click="tn_ru('/pages/packageA/user/apply_in?association_id='+loginData.association_id)"> 入会申请 - + 我的消息 @@ -110,7 +110,7 @@ fontColor="#ffffff">{{msg()}} - + 邀请入会 @@ -123,25 +123,38 @@ + @click="tn('/pages/packageA/user/user_auditing')"> 内容审核 + @click="tn('/pages/packageA/user/user_activity')"> 发布活动 - + 意见反馈 + + + + 会员卡 + + + + + + 店员管理 + + @@ -384,7 +397,7 @@ }); }, tn_ru(e) { - var url = "/pages/index/apply_in?association_id=" + store.state.Gid; + var url = "/pages/packageA/user/apply_in?association_id=" + store.state.Gid; uni.navigateTo({ url: e }) @@ -401,7 +414,7 @@ return; } if (this.userInfo.if_member == 2) { - if (e == '/pages/index/my_edit') { + if (e == '/pages/packageA/user/my_edit') { uni.showToast({ title: '请入会后查看', icon: 'none', @@ -409,7 +422,7 @@ }); return; } - if (e.includes("/pages/index/my_invite")) { + if (e.includes("/pages/packageA/user/my_invite")) { uni.showToast({ title: '请入会后查看', icon: 'none', @@ -425,7 +438,7 @@ }); return; } - if (e.includes("/pages/index/my_card")) { + if (e.includes("/pages/packageA/user/my_card")) { uni.showToast({ title: '请入会后查看', icon: 'none', diff --git a/pages/index/user_info.vue b/pages/index/user_info.vue deleted file mode 100644 index e0841bc..0000000 --- a/pages/index/user_info.vue +++ /dev/null @@ -1,102 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/index/discovery.vue b/pages/packageA/info/discovery.vue similarity index 98% rename from pages/index/discovery.vue rename to pages/packageA/info/discovery.vue index fc994a1..01586fb 100644 --- a/pages/index/discovery.vue +++ b/pages/packageA/info/discovery.vue @@ -87,14 +87,14 @@ - 申请 入会 - 会员 名录 @@ -237,4 +237,4 @@ position: relative; } - \ No newline at end of file + diff --git a/pages/index/policy.vue b/pages/packageA/info/policy.vue similarity index 94% rename from pages/index/policy.vue rename to pages/packageA/info/policy.vue index ea36a7c..9cbfd52 100644 --- a/pages/index/policy.vue +++ b/pages/packageA/info/policy.vue @@ -18,7 +18,7 @@ {{item.name}} + @click="openUrl('/pages/packageA/info/policy_list?id='+item.id)">{{item.name}} @@ -83,4 +83,4 @@ \ No newline at end of file + diff --git a/pages/index/policy_info.vue b/pages/packageA/info/policy_info.vue similarity index 100% rename from pages/index/policy_info.vue rename to pages/packageA/info/policy_info.vue diff --git a/pages/index/policy_list.vue b/pages/packageA/info/policy_list.vue similarity index 94% rename from pages/index/policy_list.vue rename to pages/packageA/info/policy_list.vue index a935ce8..6e41ff5 100644 --- a/pages/index/policy_list.vue +++ b/pages/packageA/info/policy_list.vue @@ -18,7 +18,7 @@ {{item.article_title}} + @click="openUrl('/pages/packageA/info/policy_info?id='+item.id)">{{item.article_title}} @@ -87,4 +87,4 @@ \ No newline at end of file + diff --git a/pages/index/apply_in.vue b/pages/packageA/user/apply_in.vue similarity index 100% rename from pages/index/apply_in.vue rename to pages/packageA/user/apply_in.vue diff --git a/pages/index/events_my.vue b/pages/packageA/user/events_my.vue similarity index 100% rename from pages/index/events_my.vue rename to pages/packageA/user/events_my.vue diff --git a/pages/index/my_apply.vue b/pages/packageA/user/my_apply.vue similarity index 100% rename from pages/index/my_apply.vue rename to pages/packageA/user/my_apply.vue diff --git a/pages/index/my_card.vue b/pages/packageA/user/my_card.vue similarity index 98% rename from pages/index/my_card.vue rename to pages/packageA/user/my_card.vue index b5257b0..c9e2dbd 100644 --- a/pages/index/my_card.vue +++ b/pages/packageA/user/my_card.vue @@ -202,7 +202,7 @@ console.log(info); return { title: this.userThisInfo.nikename, - path: '/pages/index/my_card?id=' + this.userThisInfo.member_id + '&gid=' + this.userThisInfo + path: '/pages/packageA/user/my_card?id=' + this.userThisInfo.member_id + '&gid=' + this.userThisInfo .association_id, imageUrl: this.apiImgUrl + this.userThisInfo.photo_image } @@ -210,7 +210,7 @@ onShareTimeline() { // 分享到朋友圈 return { title: this.userThisInfo.nikename, - path: '/pages/index/my_card?id=' + this.userThisInfo.member_id + '&gid=' + this.userThisInfo + path: '/pages/packageA/user/my_card?id=' + this.userThisInfo.member_id + '&gid=' + this.userThisInfo .association_id, imageUrl: this.apiImgUrl + this.userThisInfo.photo_image } @@ -585,4 +585,4 @@ -webkit-line-clamp: 10; -webkit-box-orient: vertical; } - \ No newline at end of file + diff --git a/pages/index/my_card_holder.vue b/pages/packageA/user/my_card_holder.vue similarity index 97% rename from pages/index/my_card_holder.vue rename to pages/packageA/user/my_card_holder.vue index 4623701..b801a98 100644 --- a/pages/index/my_card_holder.vue +++ b/pages/packageA/user/my_card_holder.vue @@ -15,7 +15,7 @@ - @@ -95,4 +95,4 @@ \ No newline at end of file + diff --git a/pages/index/my_desc.vue b/pages/packageA/user/my_desc.vue similarity index 100% rename from pages/index/my_desc.vue rename to pages/packageA/user/my_desc.vue diff --git a/pages/index/my_edit.vue b/pages/packageA/user/my_edit.vue similarity index 100% rename from pages/index/my_edit.vue rename to pages/packageA/user/my_edit.vue diff --git a/pages/index/my_idea.vue b/pages/packageA/user/my_idea.vue similarity index 100% rename from pages/index/my_idea.vue rename to pages/packageA/user/my_idea.vue diff --git a/pages/index/my_invite.vue b/pages/packageA/user/my_invite.vue similarity index 96% rename from pages/index/my_invite.vue rename to pages/packageA/user/my_invite.vue index 25eceda..5992dca 100644 --- a/pages/index/my_invite.vue +++ b/pages/packageA/user/my_invite.vue @@ -78,14 +78,14 @@ onShareAppMessage() { return { title: this.userInfo.nikename + '邀请你加入【' + this.userInfo.association_name + '】', - path: '/pages/index/apply_in?id=' + this.uid + "&association_id=" + this.userInfo.association_id, + path: '/pages/packageA/user/apply_in?id=' + this.uid + "&association_id=" + this.userInfo.association_id, imageUrl: this.apiImgUrl + this.userInfo.association_image, } }, onShareTimeline() { // 分享到朋友圈 return { title: this.userInfo.nikename + '邀请你加入【' + this.userInfo.association_name + '】', - path: '/pages/index/apply_in?id=' + this.uid + "&association_id=" + this.userInfo.association_id, + path: '/pages/packageA/user/apply_in?id=' + this.uid + "&association_id=" + this.userInfo.association_id, imageUrl: this.apiImgUrl + this.userInfo.association_image, } }, @@ -224,4 +224,4 @@ } /* 标签内容 end*/ - \ No newline at end of file + diff --git a/pages/index/my_msg.vue b/pages/packageA/user/my_msg.vue similarity index 100% rename from pages/index/my_msg.vue rename to pages/packageA/user/my_msg.vue diff --git a/pages/index/my_sign.vue b/pages/packageA/user/my_sign.vue similarity index 100% rename from pages/index/my_sign.vue rename to pages/packageA/user/my_sign.vue diff --git a/pages/packageA/user/my_vip.vue b/pages/packageA/user/my_vip.vue new file mode 100644 index 0000000..31726a0 --- /dev/null +++ b/pages/packageA/user/my_vip.vue @@ -0,0 +1,172 @@ + + + + + \ No newline at end of file diff --git a/pages/packageA/user/my_vip_clerk.vue b/pages/packageA/user/my_vip_clerk.vue new file mode 100644 index 0000000..8686720 --- /dev/null +++ b/pages/packageA/user/my_vip_clerk.vue @@ -0,0 +1,170 @@ + + + + + \ No newline at end of file diff --git a/pages/packageA/user/my_vip_info.vue b/pages/packageA/user/my_vip_info.vue new file mode 100644 index 0000000..71e4521 --- /dev/null +++ b/pages/packageA/user/my_vip_info.vue @@ -0,0 +1,123 @@ + + + + + \ No newline at end of file diff --git a/pages/index/user_activity.vue b/pages/packageA/user/user_activity.vue similarity index 99% rename from pages/index/user_activity.vue rename to pages/packageA/user/user_activity.vue index a8be2ba..a28b78d 100644 --- a/pages/index/user_activity.vue +++ b/pages/packageA/user/user_activity.vue @@ -329,7 +329,7 @@ } else { setTimeout(() => { uni.redirectTo({ - url: '/pages/index/event_info?id=' + res.data + url: '/pages/packageB/event/event_info?id=' + res.data }) }, 1000) } @@ -428,7 +428,7 @@ }); setTimeout(() => { uni.redirectTo({ - url: '/pages/index/event_info?id=' + that + url: '/pages/packageB/event/event_info?id=' + that .addID }) }, 500) @@ -508,4 +508,4 @@ width: 0; height: 0; } - \ No newline at end of file + diff --git a/pages/index/user_auditing.vue b/pages/packageA/user/user_auditing.vue similarity index 98% rename from pages/index/user_auditing.vue rename to pages/packageA/user/user_auditing.vue index c82577e..0a40bfb 100644 --- a/pages/index/user_auditing.vue +++ b/pages/packageA/user/user_auditing.vue @@ -32,7 +32,7 @@ @@ -255,4 +255,4 @@ \ No newline at end of file + diff --git a/pages/index/user_auditing_info.vue b/pages/packageA/user/user_auditing_info.vue similarity index 100% rename from pages/index/user_auditing_info.vue rename to pages/packageA/user/user_auditing_info.vue diff --git a/pages/index/event_info.vue b/pages/packageB/event/event_info.vue similarity index 98% rename from pages/index/event_info.vue rename to pages/packageB/event/event_info.vue index b49c284..e83ac31 100644 --- a/pages/index/event_info.vue +++ b/pages/packageB/event/event_info.vue @@ -222,7 +222,7 @@ request.post('/move/login/wxphone', data, false); -export const activitySign = data => request.post('/move/activity_sign/index ', data, false); \ No newline at end of file +export const activitySign = data => request.post('/move/activity_sign/index', data, false); + +export const businesstypeList = data => request.post('/move/business/businesstypeList', data, false); + +export const businessList = data => request.post('/move/business/businessList', data, false); + +export const businessFind = data => request.post('/move/business/businessFind', data, false); + +export const clerkListByBusiness = data => request.post('/move/business/getClerkListByBusinessId', data, false); + +export const addClerk = data => request.post('/move/business/addClerk', data, false); \ No newline at end of file