收藏
回答

小程序 setTimeout 函数 弹框苹果弹不出来

小程序 setTimeout 函数 弹框苹果弹不出来

回答关注问题邀请回答
收藏

1 个回答

  • 祺爸💎
    祺爸💎
    2019-04-19

    没具体代码,猜吗?

    2019-04-19
    有用
    回复 6
    • science
      science
      2019-04-19

        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
              });
          }

      2019-04-19
      回复
    • 祺爸💎
      祺爸💎
      2019-04-19回复science

      问题可以修改

      2019-04-19
      回复
    • science
      science
      2019-04-19回复祺爸💎

       怎么改

      2019-04-19
      回复
    • 祺爸💎
      祺爸💎
      2019-04-19回复science


      2019-04-19
      回复
    • science
      science
      2019-04-19回复祺爸💎

      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);



      这个计时器 在苹果手机上不起作用 在安卓手机上可以 这个是什么问题

      2019-04-19
      回复
    查看更多(1)
登录 后发表内容