提交 2ec1759e 编写于 作者: Y yyt

改一点点

上级 d37ec7d2
......@@ -16,7 +16,7 @@
"type" : "uniCloud"
},
{
"playground" : "standard",
"playground" : "custom",
"type" : "uni-app:app-android"
}
]
......
......@@ -18,13 +18,13 @@
data() {
return {
type: '',
// timer: null, //定时器
timer: null, //定时器
digit: 3
}
},
methods: {
change() {
// Voice((this.digit).toString())
Voice((this.digit).toString())
this.digit--;
if (this.digit == 0) {
clearInterval(this.timer);
......
......@@ -60,7 +60,7 @@
info: {
id: '',
type: '',
userId: '644a643a0c801ca878983559',
userId: '',
startTime: '',
duration: 0,
distance: 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册