Browse Source

倒计时

master
Enzo 4 years ago
parent
commit
9258ed0187
  1. 8
      components/uni-countdown/uni-countdown.vue

8
components/uni-countdown/uni-countdown.vue

@ -109,16 +109,16 @@
},
computed: {
dayText() {
return t("uni-countdown.day")
return t("")
},
hourText(val) {
return t("uni-countdown.h")
return t("")
},
minuteText(val) {
return t("uni-countdown.m")
return t("")
},
secondText(val) {
return t("uni-countdown.s")
return t("")
},
},
watch: {

Loading…
Cancel
Save