Authored by biao

update left time display

... ... @@ -44,8 +44,6 @@ module.exports = {
timeStr = hour + '时' + timeStr;
}
timeStr = '剩余' + timeStr;
if (this.addtionalMsg.length > 0) {
timeStr += this.addtionalMsg;
}
... ...