解决弹窗问题

This commit is contained in:
2019-10-20 22:55:32 +08:00
parent c683472281
commit 8baf66a8b6
3 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ mui.plusReady(function() {
mui.alert('未知错误')
break;
default:
mui.alert(error.message)
console.log(error)
break;
}
getShopList(nowPage, pageSize);