时间:2019-05-06 来源:小程序工厂
w***:
wx.pageScrollTo试试这个
https://mp.weixin.qq.com/debug/wxadoc/dev/api/scroll.html
菜***:
@wxu 好的!
[51 微信小程序]第三方支付
s***:
请问解决了吗?
菜***:
winHeight :
wx.getSystemInfo({
success(res) {
that.setData({
winHeight: res.windowHeight - 150,
});
},
});
scrolltop
let ch = {
'text': word,
'time': new Date().getTime(),
'orientation': orientation
};
chatListData.push(ch);
wx.setStorageSync('chatList', chatListData);
var charlenght = chatListData.length;
that.setData({
chatList: chatListData,
scrolltop: "roll" + charlenght
});
@sincere 试试把!
s***: