🐛 修复主题保存js报错的问题

pull/33/merge
ruibaby 2018-09-22 12:45:27 +08:00
parent bd33f8549a
commit fa5867ed0e
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ function initMenu() {
* @param hideAfter
*/
function showMsg(text,icon,hideAfter) {
if(heading==undefined){
var heading = "提示";
}
$.toast({
text: text,
heading: heading,