fix:对话页面链接跳转
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user