增加分销充值功能

This commit is contained in:
2025-10-31 14:21:13 +08:00
parent dbf6a61ac7
commit e40b4fe8cc
11 changed files with 931 additions and 14 deletions

View File

@@ -98,7 +98,8 @@
"pageId": "PAGES_PAY",
"style" :
{
"navigationBarTitleText" : "支付"
"navigationBarTitleText" : "分销",
"navigationStyle" : "custom"
}
}
],
@@ -629,7 +630,17 @@
"navigationBarTitleText": "消费返现"
}
}
]
},
{
"root": "pageDistributionFlow",
"pages": [{
"pageId": "PAGES_DISTRIBUTION_FLOW_CHARGE",
"path": "charge",
"style": {
"navigationBarTitleText": "分销"
}
}
]
}