This commit is contained in:
changjinpeng
2022-03-07 16:20:34 +08:00
parent e13a398e6e
commit 404b26e934
4 changed files with 8 additions and 5 deletions

View File

@@ -190,7 +190,7 @@
import { mapState } from 'vuex'
export default {
name: 'serviceForm',
name: 'form',
data() {
return {
pageShow: false,
@@ -997,9 +997,10 @@ export default {
if (res.code === 0) {
this.$toast('申请成功')
setTimeout(() => {
uni.reLaunch({
url: `./result?title=${this.info.processName}`,
})
this.$linkTo(`./result?title=${this.info.processName}`)
// uni.reLaunch({
// url: `./result?title=${this.info.processName}`,
// })
}, 600)
} else {
// this.$hideLoading()

View File

@@ -15,7 +15,7 @@
<script>
export default {
appName:"网上办事",
name: 'list',
data() {
return {
id: '',

View File

@@ -15,6 +15,7 @@
import { mapState } from 'vuex'
export default {
naem:'notice',
data() {
return {
content: '',

View File

@@ -14,6 +14,7 @@
<script>
export default {
appName: '加载中...',
name: 'result',
data() {
return {
showPage: false,