Auto Submit

dev_local_v9_test6
autosubmit 1 year ago
parent 43a264dd68
commit 9ad6769e08

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.865626d2.js"></script>
<script src="/react/build/umi.b75eb462.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -17830,7 +17830,12 @@ var InvitationGift_Grade = function Grade(_ref) {
}, {
title: '用户名称',
align: 'center',
dataIndex: 'user_name'
dataIndex: 'user_name',
render: function render(text) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: text || '用户'
});
}
}, {
title: '邀请用户人数',
align: 'center',

@ -951,7 +951,12 @@ var competitionsPage = function competitionsPage(_ref) {
}, {
title: '用户名称',
align: 'center',
dataIndex: 'user_name'
dataIndex: 'user_name',
render: function render(text) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: text || '用户'
});
}
}, {
title: '邀请用户人数',
align: 'center',

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save