mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 22:07:25 +02:00
fix(core): fixed home global sale notice css
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
var end = start + vm.globalSalesConfig.global.expires;
|
||||
var now = Date.now();
|
||||
|
||||
if (now > showat && now < end) {
|
||||
if (now > showat && now < end && vm.globalSalesConfig.global.value) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user