赞
踩
以下是小程序的开屏代码
onLoad: function(options) {
let timer = setTimeout(() => {
clearTimeout(timer)
this.direct()
}, 2000)
},
direct: function() {
wx.redirectTo({
url: '/pages/logins/login',
})
},
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。