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 @@
+
+
+
+
+
+ 可用门店
+
+
+
+
+
+
+ 适用用户
+
+
+
+
+
+
+ 返现类型
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+ 阶梯设置
+
+
+
+ {{ returnName(index) }}
+
+
+ 返现门槛
+
+ 元
+
+
+ {{form.cashbackType === 'percentage' ? '返现比例' : '返现金额'}}
+
+ {{ returnUnit }}
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+ {{ item.label }}
+
+
+ {{ item.desc }}
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+ {{selShop.shopName || "全部门店"}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 关联订单:{{ item.orderNo }}
+
+ {{ item.shopName }}
+ {{ item.createTime }}
+
+
+ ID:{{ item.id }}
+
+
+
+
+
+
+ 用户昵称
+ {{ item.nickName }}
+
+
+
+ 返现金额
+ {{ item.cashbackAmount ||0 }}
+
+
+ 支付金额
+ {{ item.amount || 0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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: "用户成为业务员,可促进消费",
},
{