diff --git a/pageMarket/distribution/components/config.vue b/pageMarket/distribution/components/config.vue new file mode 100644 index 0000000..c857bb5 --- /dev/null +++ b/pageMarket/distribution/components/config.vue @@ -0,0 +1,312 @@ + + + + + \ No newline at end of file diff --git a/pageMarket/distribution/components/user-types.vue b/pageMarket/distribution/components/user-types.vue new file mode 100644 index 0000000..d8988cf --- /dev/null +++ b/pageMarket/distribution/components/user-types.vue @@ -0,0 +1,70 @@ + + + \ No newline at end of file diff --git a/pageMarket/distribution/index.vue b/pageMarket/distribution/index.vue new file mode 100644 index 0000000..83e0124 --- /dev/null +++ b/pageMarket/distribution/index.vue @@ -0,0 +1,221 @@ + + + \ No newline at end of file diff --git a/pageMarket/static/images/distribution.png b/pageMarket/static/images/distribution.png new file mode 100644 index 0000000..e9804d5 Binary files /dev/null and b/pageMarket/static/images/distribution.png differ diff --git a/pages.json b/pages.json index f475cfc..2a59bd3 100644 --- a/pages.json +++ b/pages.json @@ -631,6 +631,13 @@ "style": { "navigationBarTitleText": "限时折扣" } + }, + { + "pageId": "PAGES_MARKET_DISTRIBUTION_INDEX", + "path": "distribution/index", + "style": { + "navigationBarTitleText": "分销" + } } ] }, diff --git a/pages/appliccation/marketing.vue b/pages/appliccation/marketing.vue index 5a1fae2..22609cf 100644 --- a/pages/appliccation/marketing.vue +++ b/pages/appliccation/marketing.vue @@ -75,7 +75,7 @@ const menuList = ref([ { title: "分销", icon: "", - pageUrl: "PAGES_PAY", + pageUrl: "PAGES_MARKET_DISTRIBUTION_INDEX", intro: "用户成为业务员,可促进消费", }, {