$linkTo
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
appName:"网上办事",
|
||||
name: 'list',
|
||||
data() {
|
||||
return {
|
||||
id: '',
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
import { mapState } from 'vuex'
|
||||
|
||||
export default {
|
||||
naem:'notice',
|
||||
data() {
|
||||
return {
|
||||
content: '',
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<script>
|
||||
export default {
|
||||
appName: '加载中...',
|
||||
name: 'result',
|
||||
data() {
|
||||
return {
|
||||
showPage: false,
|
||||
|
||||
Reference in New Issue
Block a user