diff --git a/src/dealer/apply/add.config.ts b/src/dealer/apply/add.config.ts
index 8c40d08..02d2f80 100644
--- a/src/dealer/apply/add.config.ts
+++ b/src/dealer/apply/add.config.ts
@@ -1,4 +1,4 @@
export default definePageConfig({
- navigationBarTitleText: '注册成为VIP',
+ navigationBarTitleText: '申请成为业务员',
navigationBarTextStyle: 'black'
})
diff --git a/src/dealer/team/index.tsx b/src/dealer/team/index.tsx
index e292aab..68130d8 100644
--- a/src/dealer/team/index.tsx
+++ b/src/dealer/team/index.tsx
@@ -179,28 +179,28 @@ const DealerTeam: React.FC = () => {
if (!dealerUser) {
return (
- navTo(`/dealer/apply/add`,true)}]}
+ }} actions={[{ text: '立即申请', onClick: () => navTo(`/dealer/apply/add`,true)}]}
/>
)
}
return (
-
+ <>
{teamMembers.length > 0 ? (
renderOverview()
) : (
-
)}
navTo(`/dealer/qrcode/index`, true)}/>
-
+ >
)
}