suchen

Heim  >  Fragen und Antworten  >  Hauptteil

javascript – So schreiben Sie einen Countdown im WeChat-Applet

Wie schreibe ich einen Countdown im WeChat-Applet? Bitte Gott um Hilfe

我想大声告诉你我想大声告诉你2780 Tage vor910

Antworte allen(4)Ich werde antworten

  • 给我你的怀抱

    给我你的怀抱2017-06-05 11:12:54

    SetTimeout

    Antwort
    0
  • 黄舟

    黄舟2017-06-05 11:12:54

    显示的内容绑定一个变量
    SetTimeOut 定时执行一个函数
    这个函数内使用 setData 更改绑定的变量

    Antwort
    0
  • 淡淡烟草味

    淡淡烟草味2017-06-05 11:12:54

    倒计时效果? 不应该是setInterval吗

    Antwort
    0
  • 黄舟

    黄舟2017-06-05 11:12:54

    不想写代码,说一下思路吧!写一个方法参数是倒计时的秒数,为了简单再传一个对象吧,就是当前页this,做个if,else判断,如果参数等于0就结束了做相关操作如果不等于0做一些相关的操作比如设置this.setdata,以及传入参数的自减什么的做完后setimeout继续调用这个函数!

    Antwort
    0
  • StornierenAntwort