Skip to content

Commit

Permalink
feat: loading默认设置mask
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhenfei committed Sep 29, 2020
1 parent 857fea7 commit e0792d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/toast.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
* 加载中
* @param title
*/
loading(title = '请稍后...', mask = false) {
loading(title = '请稍后...', mask = true) {
return uni.showLoading({
title,
mask
Expand Down

0 comments on commit e0792d9

Please sign in to comment.