Newer
Older
HydrantApplet / miniprogram / miniprogram_npm / vant-weapp / progress / index.wxs
zhout on 4 Mar 2021 110 bytes first commit
module.exports = {
  text: function(pivotText, percentage) {
    return pivotText || percentage + '%';
  }
};