Commit 460eea1c by fengzhaoyu

修改: 修改弹出系统loading没有关掉问题

parent f9ad9829
......@@ -32,6 +32,8 @@ const $http = (url, data, type, loadingType) => {
if(res.data.resultCode === "0") {
return resolve(res.data.data)
} else {
// 修改系统繁忙时loading隐藏
dd.hideLoading();
dd.alert({
content: '系统繁忙',
buttonText: '确定'
......
......@@ -92,7 +92,6 @@ Page({
title: 'My App',
desc: 'My App description',
path: 'pages/index/index',
imageUrl: 'http://139.196.213.18:8888/test/mingpay-web/shareBG.png'
};
},
navigatorToAllowanceList(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment