Browse Source

设备主只能看到激励视频的数据

fanmiyou
nili 6 months ago
parent
commit
41382e6d63
  1. 2
      dist/index.html
  2. 1
      dist/p__DeviceOwnerApp.1e9b299e.async.js
  3. 1
      dist/p__DeviceOwnerApp.59d94207.async.js
  4. 2
      dist/umi.ac3e0c0e.js
  5. 18
      src/pages/DeviceOwnerApp.tsx

2
dist/index.html

@ -9,6 +9,6 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="/umi.2f2f77c5.js"></script> <script src="/umi.ac3e0c0e.js"></script>
</body></html> </body></html>

1
dist/p__DeviceOwnerApp.1e9b299e.async.js

File diff suppressed because one or more lines are too long

1
dist/p__DeviceOwnerApp.59d94207.async.js

File diff suppressed because one or more lines are too long

2
dist/umi.2f2f77c5.js → dist/umi.ac3e0c0e.js

File diff suppressed because one or more lines are too long

18
src/pages/DeviceOwnerApp.tsx

@ -97,24 +97,6 @@ const DeviceOwnerApp: React.FC = () => {
}, },
}, },
}, },
{
title: '广告类型',
dataIndex: 'advType',
valueEnum: {
1: {
text: '横幅',
status: 'Default',
},
2: {
text: '插页',
status: 'Processing',
},
3: {
text: '激励视频',
status: 'Success',
},
},
},
{ {
title: 'ecpm(元)', title: 'ecpm(元)',
dataIndex: 'ecpm', dataIndex: 'ecpm',

Loading…
Cancel
Save