WeChat applet jump delay execution timing execution

wx.showToast({
title: "Modified successfully" ,
icon: 'success' ,
duration: 2000 ,
})
setTimeout( function () {
wx.reLaunch({
url: '../index/index' ,
})
}, 2000 )

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324831310&siteId=291194637