From a0cbfed12cfc5809a9e6d96e21b77a44a9a91e68 Mon Sep 17 00:00:00 2001
From: houruijun <411269194@kidgrow.com>
Date: Tue, 11 Aug 2020 18:58:31 +0800
Subject: [PATCH] 1.修改H端添加医生需要审核的问题 2.修改运动端充值后,跳转时间太长问题
---
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/recharge.html | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/recharge.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/recharge.html
index 25ec7f9..7d5cc44 100644
--- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/recharge.html
+++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/recharge.html
@@ -274,7 +274,10 @@
},
{ field: 'isShare', fixed: 'right', align: 'center', width: 100, templet: '#product-tpl-isShare', title: '共享' },
{ field: 'id', fixed: 'right', align: 'center', width: 100, toolbar: '#product-tpl-bar', title: '操作' }
- ]]
+ ]],
+ done:function(res){
+ permissionsInput(res,config);
+ }
});
//待充值列表功能操作
table.on('tool(product-table-temp)', function (obj) {
@@ -410,6 +413,7 @@
};
listDetailData.push(detailData);
})
+
if (listDetailData.length > 0) {
//提交订单数据
admin.req('api-opration/productorderdetail/saveall', JSON.stringify(listDetailData), function (data) {
@@ -417,7 +421,7 @@
if (data.code === 0) {
//现将临时数据清理
admin.putTempData("t_tempProduct", "");
- layer.msg(data.msg, { icon: 1, time: 1000 }, function () {
+ layer.msg(data.msg, { icon: 1, time: 3000 }, function () {
admin.finishPopupCenter();
});
}
@@ -447,5 +451,4 @@
return false;
});
});
- permissionsInput();
</script>
\ No newline at end of file
--
Gitblit v1.8.0