小程序
小游戏
企业微信
微信支付
扫描小程序码分享
页面结构是两个tabBar页面,主页面(用到了web-view)通过navigateto方法跳转到新页面,然后点击返回按钮返回到主页面,在主页面继续点击手机上的返回按钮会刷新页面,能不能解释一下这是怎么回事?
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
同样遇到了这个问题 很烦
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
求解决办法
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题
"tabBar": {
"color": "#8d8d8d",
"selectedColor": "#1aaf20",
"backgroundColor": "#fff",
"borderStyle": "1px solid #000",
"list": [
{
"pagePath": "pages/page/List/List",
"text": "test",
"iconPath": "/Images/icon1.png",
"selectedIconPath": "/Images/icon2.png"
},
"pagePath": "pages/page/MyInformation/MyInformation",
"text": "我",
"iconPath":"/Images/my1.png",
"selectedIconPath":"/Images/my2.png"
}
],
"position": "bottom"
页面就一个web-view组件,List页面里面包含一个html页面,从这个页面跳转到另一个页面后返回list页面,这时再次点击返回没有退出小程序,而是对list中的html页面进行刷新
提供简单的能复现问题的代码片段代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)应该没有超过代码片段的大小限制吧
不好意思,我们web-view里面的代码是保密的,没法提供
用小米5,安卓7.0,iPhone7,ios11.4都有这个问题
请问手机是什么系统 什么版本
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
同样遇到了这个问题 很烦
求解决办法
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题
"tabBar": {
"color": "#8d8d8d",
"selectedColor": "#1aaf20",
"backgroundColor": "#fff",
"borderStyle": "1px solid #000",
"list": [
{
"pagePath": "pages/page/List/List",
"text": "test",
"iconPath": "/Images/icon1.png",
"selectedIconPath": "/Images/icon2.png"
},
{
"pagePath": "pages/page/MyInformation/MyInformation",
"text": "我",
"iconPath":"/Images/my1.png",
"selectedIconPath":"/Images/my2.png"
}
],
"position": "bottom"
}
页面就一个web-view组件,List页面里面包含一个html页面,从这个页面跳转到另一个页面后返回list页面,这时再次点击返回没有退出小程序,而是对list中的html页面进行刷新
提供简单的能复现问题的代码片段代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)应该没有超过代码片段的大小限制吧
不好意思,我们web-view里面的代码是保密的,没法提供
用小米5,安卓7.0,iPhone7,ios11.4都有这个问题
请问手机是什么系统 什么版本