- 将导航栏标题从"桂乐淘分享中心"改为"账户管理中心" - 移除提现金额表单项的必填标识 - 修复提现注意事项中的错别字"再"改为"在" - 统一更新用户组件中的页面标题显示 - 将用户网格组件中的"我的服务"改为"桂乐淘服务中心"
7 lines
224 B
TypeScript
7 lines
224 B
TypeScript
export default definePageConfig({
|
|
navigationBarTitleText: '账户管理中心',
|
|
// Enable "Share to friends" and "Share to Moments" (timeline) for this page.
|
|
enableShareAppMessage: true,
|
|
enableShareTimeline: true
|
|
})
|