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

View File

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

View File

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

View File

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