mirror of
http://123.56.153.49:3000/haibing/litemall.git
synced 2025-06-07 14:05:39 +00:00
6 lines
110 B
XML
6 lines
110 B
XML
module.exports = {
|
|
text: function(pivotText, percentage) {
|
|
return pivotText || percentage + '%';
|
|
}
|
|
};
|