index.wxs 110 B

12345
  1. module.exports = {
  2. text: function(pivotText, percentage) {
  3. return pivotText || percentage + '%';
  4. }
  5. };