wupengfei
2025-06-04 f83f74863b05def138a5c87c3084e0de0dc01392
apps/taro/src/subpackages/my/applyAgent/applyAgent.vue
@@ -1,10 +1,10 @@
<template>
  <PageLayout title="立即申请" class="applyAgent-page-wrapper" hasBgColor :needAuth="false">
    <ContentScrollView hasPaddingTop style="background-color: transparent">
      <ApplyAgentView @submit="submit" ref="orderApplyRefundViewRef" />
      <ApplyAgentView @submit="submit" ref="applyAgentViewRef" />
    </ContentScrollView>
    <PageFooter>
      <PageFooterBtn type="primary" @click="handleSubmit">提交申请</PageFooterBtn>
      <PageFooterBtn type="primary" @click="handleSubmit">立即提交</PageFooterBtn>
    </PageFooter>
  </PageLayout>
</template>
@@ -28,6 +28,8 @@
}
function submit() {
  goBack();
  RouteHelper.navigateTo({
    url: RouterPath.applyResult,
  });
}
</script>