提交 3cc53152 authored 作者: lihuihui's avatar lihuihui

修改弹窗

上级 e54486c5
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
</template> </template>
<script> <script>
import { Dialog } from 'vant'
// import dayjs from 'dayjs' // import dayjs from 'dayjs'
import Upload from '@/components/attestationUpload' import Upload from '@/components/attestationUpload'
// import areaList from '@/utils/area.js' // import areaList from '@/utils/area.js'
...@@ -97,10 +98,14 @@ export default { ...@@ -97,10 +98,14 @@ export default {
}, },
methods: { methods: {
goEditForm() { goEditForm() {
Dialog.confirm({
message: '更改个人资料后,需重新打印个人信息页并签名后上传。'
}).then(() => {
this.$router.push({ this.$router.push({
path: '/attestation/form', path: '/attestation/form',
query: this.$route.query query: this.$route.query
}) })
})
}, },
onChange(src) { onChange(src) {
this.images = [src] this.images = [src]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论