erekook 7 months ago
parent
commit
963af20a5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/feedback/success.js

+ 1 - 1
pages/feedback/success.js

@@ -7,7 +7,7 @@ Page({
 
   onClickBtn() {
     wx.switchTab({
-      url: "/pages/index/index",
+      url: "/pages/video/video",
     });
   },