wangxy 1 week ago
parent
commit
67441db1af
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/newEnglish/index.vue

+ 2 - 2
pages/newEnglish/index.vue

@@ -129,7 +129,7 @@
 		// 返回单词列表
 		if (userCode !== 'Visitor') {
 			uni.redirectTo({
-				url: `/pages/wordList/wordList`
+				url: `/pages/wordList/wordList?jieId=${data.jieId}`
 			})
 		} else {
 			const youkePageData = JSON.stringify({
@@ -150,7 +150,7 @@
 		// 返回岛
 		if (userCode !== 'Visitor') {
 			uni.redirectTo({
-				url: '/pages/study/index'
+				url: `/pages/study/index`
 			})
 		} else {
 			uni.redirectTo({