Browse Source

返回上一页

Xiao_123 6 tháng trước cách đây
mục cha
commit
f40e543103
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      pagesA/resumeOnline/baseInfoEdit.vue

+ 5 - 0
pagesA/resumeOnline/baseInfoEdit.vue

@@ -169,6 +169,11 @@ const submit = async () => {
   uni.showToast({ title: '编辑成功', icon: 'success' })
   await useUserStore.getInfo()
   getInfo()
+  setTimeout(() => {
+		uni.navigateBack({
+			delta: 1
+		})
+	}, 1000)
 }
 </script>