From 4cd6baf00e7c3fbd26db50f6b6f4358cef5752f3 Mon Sep 17 00:00:00 2001 From: 重庆迈尖科技有限公司 Date: 星期三, 17 六月 2020 16:36:54 +0800 Subject: [PATCH] s --- AppInside/cloudPushOrder/openCloudPushOrder.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/AppInside/cloudPushOrder/openCloudPushOrder.html b/AppInside/cloudPushOrder/openCloudPushOrder.html index 7ff7a01..e549f93 100644 --- a/AppInside/cloudPushOrder/openCloudPushOrder.html +++ b/AppInside/cloudPushOrder/openCloudPushOrder.html @@ -533,7 +533,8 @@ url: host + "/fanli/api/v2/user/cloud/getGoodsList", dataType: "jsonp", async: false, - success: function(result) { + success: function(result) { + load.hidden(); yesApp.hideLoading(); if (result.code == 0) { app.custom = result.data.custom; -- Gitblit v1.8.0