Commit 32017acf by bilingfeng

feat: 新增类型, 销售线索任务通知跳转页面, 销售线索任务列表

parent b5823719
...@@ -33,7 +33,9 @@ public enum AppPageType { ...@@ -33,7 +33,9 @@ public enum AppPageType {
//人脸到店 //人脸到店
FACE_ARRIVAL(14, "hbapp_customer_bind_faceId"), FACE_ARRIVAL(14, "hbapp_customer_bind_faceId"),
//完善标签 //完善标签
PERFECT_TAG(15, "hbapp_customer_edit_tag"); PERFECT_TAG(15, "hbapp_customer_edit_tag"),
//销售线索任务列表
MARKET_CLUE_TASK(16, "hbapp_sales_lead_main");
AppPageType(int type, String desc){ AppPageType(int type, String desc){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment