lh-ui-next 0.1.9 → 0.2.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,7 @@ alpha version is use to self-test; beta version is use to public survey.for exam
5
5
  1.0.0-alpha.1
6
6
  1.0.0-test.2
7
7
  ## Official version : "0.1.9",
8
- ## test version : "0.1.9-beta.27,
8
+ ## test version : "0.2.0-beta.1,
9
9
  ## npmmirror
10
10
  When cnpm sync execution is unsuccessful,you can go the website(http://www.npmmirror.com/package/lh-ui-next) and press sync button to
11
11
  manual trigger the sync event
@@ -8864,13 +8864,12 @@ const fr = {
8864
8864
  console.log("倒计时结束");
8865
8865
  return;
8866
8866
  }
8867
- i === 0 ? (t === 0 ? (e--, t = 59) : t--, i = 59) : i--, console.log(e + ":" + t + ":" + i), this.showHour = e < 10 ? "0" + e : e, this.showMinutes = t < 10 ? "0" + t : t, this.showSeconds = i < 10 ? "0" + i : i, setTimeout(() => {
8867
+ i === 0 ? (t === 0 ? (e--, t = 59) : t--, i = 59) : i--, this.showHour = e < 10 ? "0" + e : e, this.showMinutes = t < 10 ? "0" + t : t, this.showSeconds = i < 10 ? "0" + i : i, setTimeout(() => {
8868
8868
  this.initC(e, t, i);
8869
8869
  }, 1e3);
8870
8870
  }
8871
8871
  },
8872
8872
  mounted() {
8873
- this.initC(1, 0, 3);
8874
8873
  },
8875
8874
  beforeUnmount() {
8876
8875
  }