mirror of
http://123.56.153.49:3000/haibing/litemall.git
synced 2025-06-07 22:22:13 +00:00
6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
![]() |
module.exports = {
|
||
|
text: function(pivotText, percentage) {
|
||
|
return pivotText || percentage + '%';
|
||
|
}
|
||
|
};
|