收藏
回答

wx.navigateTo()跳转后没有显示返回按钮?

这个是wxss

.xr-control {
  position: absolute;
  left50%;
  width720rpx;
  height200rpx;
  margin-left: -360rpx;
  margin-top: -220rpx;
  text-align: center;
}


.button {
  position: absolute;
  top10px;
  left20px;
  width100px;
  height50px;
}
.back-icon{
  position: absolute;
  width60rpx;
  height60rpx;
  top100rpx;
  left30rpx;
  z-index30;
}
.pintuButton
{
  position: absolute;
  width404rpx;
  left0;
  right0;
  bottom0;
  margin0 auto;
  z-index2;
}
.pintuBtnImg {
  padding-bottom30%;
  width404rpx;
  height98rpx;
}

是有覆盖嘛?

回答关注问题邀请回答
收藏

2 个回答

  • 那一抹笑😃 穿透阳光
    那一抹笑😃 穿透阳光
    04-26

    你是不是配置了自定义顶部导航

    04-26
    有用
    回复 1
    • 景
      04-26
      感谢,找到原因了,json里添加了 “navigationstyle”:“custom”
      04-26
      回复
  • 一笑皆春
    一笑皆春
    04-26

    自定义导航栏不会显示返回按键的,只有系统默认的才显示

    04-26
    有用
    回复 2
    • 景
      04-26
      感谢,找到原因了,json里添加了 “navigationstyle”:“custom”
      04-26
      回复
    • 一笑皆春
      一笑皆春
      04-26回复
      对,就是这个配置,设置是不是自定义的
      04-26
      回复
登录 后发表内容