wupengfei
1 天以前 e372854c71bc97d162452cc4b3f5cfa586da50a8
apps/taro/src/subpackages/my/applyAgent/applyAgent.vue
@@ -11,6 +11,7 @@
<script setup lang="ts">
import { PageLayout } from '@/components';
import { RouterPath } from '@/constants';
import { ApplyAgentView } from '@life-payment/components';
import { goBack } from '@/utils';
import type { ComponentExposed } from 'vue-component-type-helpers';
@@ -27,6 +28,8 @@
}
function submit() {
  goBack();
  RouteHelper.navigateTo({
    url: RouterPath.applyResult,
  });
}
</script>