完成3.0功能升级

This commit is contained in:
Gao xiaosong
2020-07-12 22:44:37 +08:00
parent 34565e6bf4
commit e8240a54a7
58 changed files with 1916 additions and 15048 deletions

View File

@ -27,7 +27,7 @@
:hourText="' : '"
:minuteText="' : '"
:secondText="false"
:datatime="pinkT.stopTime"
:datatime="pinkT.stopTime/1000"
></count-down>
<text>结束</text>
</view>
@ -155,7 +155,8 @@ export default {
})
.catch(err => {
uni.showToast({
title: err.msg || err.response.data.msg|| err.response.data.message,
title:
err.msg || err.response.data.msg || err.response.data.message,
icon: "none",
duration: 2000
});
@ -239,8 +240,8 @@ export default {
</script>
<style lang="less">
.tips-warp{
text-align: center;
margin-top: 20rpx;
}
.tips-warp {
text-align: center;
margin-top: 20rpx;
}
</style>