小程序
小游戏
企业微信
微信支付
扫描小程序码分享
小程序 setTimeout 函数 弹框苹果弹不出来
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
没具体代码,猜吗?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
utils: function(t) { var e = this, a = wx.createAnimation({ duration: 200, timingFunction: "linear", delay: 0 }); (this.animation = a).opacity(0).height(0).step(), this.setData({ animationshowData: a.export() }), setTimeout(function() { var n = e.data.isIpx ? "568rpx" : "500rpx"; a.opacity(1).height(n).step(), this.setData({ animationshowData: a }), "close" == t && this.setData({ showStatus: !1 }); }.bind(this), 200), "open" == t && this.setData({ showStatus: !0 }); }
问题可以修改
怎么改
setTimeout(function() {
a.util.request({
url: "entry/wxapp/rder",
cachetime: "0",
data: {
order_id: e
},
success: function(t) {
wx.showModal({
title: "提示",
content: "12312311112133321321",
cancelText: "去首页",
confirmText: "查看活动",
confirmColor: "#41c2fc",
t.cancel ? wx.reLaunch({
url: "/index/index"
}) : t.confirm && wx.navigateTo({
url: "user/bgorder/bgorder"
});
}
}, 200);
这个计时器 在苹果手机上不起作用 在安卓手机上可以 这个是什么问题
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
没具体代码,猜吗?
utils: function(t) {
var e = this, a = wx.createAnimation({
duration: 200,
timingFunction: "linear",
delay: 0
});
(this.animation = a).opacity(0).height(0).step(), this.setData({
animationshowData: a.export()
}), setTimeout(function() {
var n = e.data.isIpx ? "568rpx" : "500rpx";
a.opacity(1).height(n).step(), this.setData({
animationshowData: a
}), "close" == t && this.setData({
showStatus: !1
});
}.bind(this), 200), "open" == t && this.setData({
showStatus: !0
});
}
问题可以修改
怎么改
setTimeout(function() {
a.util.request({
url: "entry/wxapp/rder",
cachetime: "0",
data: {
order_id: e
},
success: function(t) {
wx.showModal({
title: "提示",
content: "12312311112133321321",
cancelText: "去首页",
confirmText: "查看活动",
confirmColor: "#41c2fc",
success: function(t) {
t.cancel ? wx.reLaunch({
url: "/index/index"
}) : t.confirm && wx.navigateTo({
url: "user/bgorder/bgorder"
});
}
});
}
});
}, 200);
这个计时器 在苹果手机上不起作用 在安卓手机上可以 这个是什么问题