|
@@ -147,6 +147,7 @@
|
|
|
0,
|
|
|
currentZhang: 0
|
|
|
})
|
|
|
+ // 通知岛重新调用接口
|
|
|
cacheManager.remove('daoPageCache')
|
|
|
uni.redirectTo({
|
|
|
url: `/pages/study/index`
|
|
@@ -170,6 +171,11 @@
|
|
|
|
|
|
function handleBack() {
|
|
|
if (userCode !== 'Visitor') {
|
|
|
+
|
|
|
+ if (!data.activeProduct) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
uni.redirectTo({
|
|
|
url: `/pages/study/index`
|
|
|
})
|