fix:对话页面链接跳转

This commit is contained in:
杨航
2025-11-17 16:07:45 +08:00
parent 4c6fdfd6b7
commit 01720e9550
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -650,6 +650,12 @@
case '错题':
common.navigateTo('/pages/wrongQuestionRecord/index');
break;
case '去PK':
common.navigateTo('/pages/competition/index');
break;
case '分析':
common.navigateTo('/pages/analytics/study');
break;
default:
common.msg('页面建设中,敬请期待!');
break;
+6
View File
@@ -48,6 +48,12 @@
<view class="no_search" v-show="no_list_state">
<image class="img" src="@/static/images/search/no_search.png" mode="widthFix"></image>
<view class="text">暂无任何搜索记录</view>
<!-- <live-pusher
url=""
:enable-camera="false"
@statechange="statechange"
@netstatus="netstatus"
></live-pusher> -->
</view>
</view>
</template>