可能会出现该问题的场景
页面请求后端返回无内容或者保存成功后页面回退(定时器延时返回)
例子:
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
let that = this;
if (token) {
//发起网络请求
wx.request({
url: url,
header: {
"Content-Type": "application/x-www-form-urlencoded",},
method: "POST",
dataType: 'json',
data: {
id: id},
success(res) {
// 定时器2S后跳转页面
setTimeout(function () {
wx.