pageScrollTo在开发工具中没问题,在苹果真机中却没有效果,这是为啥?

小程序 文章 2020-09-03 19:41 605 0 全屏看文

AI助手支持GPT4.0

pageScrollTo在开发工具中没问题,在苹果真机中却没有效果,这是为啥?pageScrollTo is fine in the development tool, but it has no effect in the real Apple machine. Why?

pageScrollTo在开发工具中没问题,在苹果真机中却没有效果,这是为啥?
onReady:function(){    let that = this;    var _id = that.data.commentId;    if(_id > 0){      console.log("pageScrollTo");      wx.pageScrollTo({        selector:'#Comment_'+_id,        duration100,        successres => {          console.log(res)        },        completeres => {          console.log(res)         }      });    }  } 在开发工具中执行没有问题,在iPhone7P的真机上没有滑动效果,且在真机上发现没有pageScrollTo方法返回,十分无奈,有能提供帮助的同学吗

onReady:function (){    let that = this;    var _ id =  that.data.commentId ;    if(_ id > 0){       console.log ("pageScrollTo");       wx.pageScrollTo ({        selector:'#Comment_ + + id,        duration: 100,        success: res => {           console.log (res)        },        complete: res => {           console.log (res)         }      }); There is no problem in the implementation of the development tool, there is no sliding effect on the iPhone 7p real machine, and there is no pagescrollto method return on the real machine, which is very helpless. Is there any student who can help

回答:

仙ღ₅₂₀¹³¹⁴:

提供可复现问题的代码片段。我尝试下。

https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

Admin²⁰²⁰:
  onReady: function () {    let that = this;    var _id = that.data.commentId;    if (_id > 0) {      console.log("pageScrollTo");      setTimeout(() => {        wx.pageScrollTo({          selector: "#Comment_" + _id,          duration: 100,          success: (res) => {            console.log(res);          },          complete: (res) => {            console.log(res);          },        });      }, 500);    }  },
菜菜:感谢回复,但是手机上还是不行,这是工具上方法执行的顺序,真机上我看的log日志,是先打印的pageScrollTo后打印的数组,请问和这个有关吗
Admin²⁰²⁰:setTimeOut时间调到1000或更大
Admin²⁰²⁰:或者放到setData的success回调里执行pageScrollTo,这样不用setTimeOut了
微喵网络:

iPhone没有滑动效果

菜菜:是的,本来应该自己滑动到某一个位置的,结果一动不动

-EOF-

AI助手支持GPT4.0


国内超级便宜服务器

摸鱼人热门新闻聚合

钻级赞助商 我要加入

开发者在线工具

第三方支付技术请加QQ群

相关文章
微信小商店能不能上传文字形式的产品描述?
个人公众号被永久封禁,如何申请注销?
小程序内嵌H5页面 H5页面中跳转微信的链接 提示请在微信客户端打开链
ios微信小游戏切后台后回来websocket发不出消息,报错?
求求大佬给个答案,微信小程序能不能实现这样的AR功能?
随便看看
企业微信通讯录账号被管理员误/恶意删除,怎么办? 8001
问题? 7233
如何快速搭建抽奖助手小程序(无需代码知识) 5023
许涛 大哥在吗, 要解冻小程序的时候提示信息主体不一致, 能帮忙看下吗? 5975
小程序搜一搜全称搜索不显示 麻烦解决一下!谢谢 5500
我的小程序广告收款主体是个体工商户,每个月邮寄两次发票很是麻烦,我年底的时候打包邮寄一次可以么? 5196
如何解决渲染层网络错误Failed to load media? 16550
小程序找号找回 释放昵称? 2415
我的小程序广告主收入5301,实际进账4406,是怎么回事呀? 2494
删除部分微信用户个人数据的通知,怎么删除? 5534