使用组件的expdelivery文件位于index文件夹中,tarBar的路径是"pages/index/index",不知道是不是这个原因。
代码如下:
<navigator url="/miniprogram/pages/index/toPost/toPost">
<image class="post" src="../../images/icons/post.png"/>
</navigator>
.post{
width: 88rpx;
height: 88rpx;
padding: 15rpx;
background-color: rgb(250, 244, 244);
border-radius: 50%;
box-shadow: 0 0 12rpx steelblue;
right: 5%;
bottom: 24%;
position: fixed;
}
尝试了加属性open-type="switchTab"、样式中添加z-index,都没有用。所以出现这个问题的原因是什么呢?应该如何让navigator生效?
路径不加 /miniprogram 能跳转吗?