feat:抖音支付

This commit is contained in:
2026-09-09 11:46:36 +08:00
parent 75060faa39
commit b350f1c07a
18 changed files with 2670 additions and 531 deletions
+9 -3
View File
@@ -659,11 +659,11 @@
{
"path": "invite_friends/invite_friends",
"style": {
"navigationBarTitleText": "%invite.friends.title%",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTitleText": "邀请好友",
"navigationBarBackgroundColor": "#F3ECFF",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": false,
"navigationStyle": "default" // 默认样式,会显示返回图标
"navigationStyle": "custom"
}
},
{
@@ -675,6 +675,12 @@
"enablePullDownRefresh": false,
"navigationStyle": "default" // 默认样式,会显示返回图标
}
},
{
"path": "douyin_pay_test/douyin_pay_test",
"style": {
"navigationStyle": "custom"
}
}
]
},