fix
This commit is contained in:
parent
6e29d2ae2b
commit
d50dfb1900
@ -96,7 +96,7 @@ export default {
|
|||||||
// });
|
// });
|
||||||
// },
|
// },
|
||||||
back() {
|
back() {
|
||||||
uni.navigateTo({
|
uni.redirectTo({
|
||||||
url: "/pages/realName/realName?tempVideoPath=" + this.tempVideoPath
|
url: "/pages/realName/realName?tempVideoPath=" + this.tempVideoPath
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
back() {
|
back() {
|
||||||
uni.navigateTo({
|
uni.redirectTo({
|
||||||
url: "/pages/realName/realName"
|
url: "/pages/realName/realName"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user