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