admin
2020-12-11 c35dfb70d2dedb8e32c678523d28eff3ee3c3194
util/help.js
@@ -1,6 +1,13 @@
var help = {
  getEventParam(event, name) {
    return event.target.dataset[name];
  },
  setPageNavBar(title){
     my.setNavigationBar({
      title: title,
      backgroundColor: getApp().themeColor,
      borderBottomColor: getApp().themeColor
    });
  }
};