feat: 整理通屏页二级页面
This commit is contained in:
@@ -60,7 +60,7 @@ const list = ref([
|
||||
},
|
||||
{
|
||||
name: '自定义导航栏渐变',
|
||||
url: 'navbar-plus',
|
||||
url: 'throughout',
|
||||
},
|
||||
{
|
||||
name: '请求封装+请求拦截器',
|
||||
|
||||
@@ -57,7 +57,11 @@
|
||||
onPageScroll 实现全端效果一样,另外如果是app端,还可以配置 titleNView。参考
|
||||
https://uniapp.dcloud.net.cn/tutorial/page.html#onpagescroll 。
|
||||
</view>
|
||||
<navigator url="/pages/throughout2/index" open-type="navigate" hover-class="navigator-hover">
|
||||
<navigator
|
||||
url="/pages/index/demo/throughout"
|
||||
open-type="navigate"
|
||||
hover-class="navigator-hover"
|
||||
>
|
||||
<button>去二级详情页</button>
|
||||
</navigator>
|
||||
<view class="bg-white">
|
||||
|
||||
Reference in New Issue
Block a user