deguodaigou/utils/dist/progress/index.wxs

6 lines
110 B
Plaintext
Raw Normal View History

2019-12-14 09:20:48 +08:00
module.exports = {
text: function(pivotText, percentage) {
return pivotText || percentage + '%';
}
};