删除无用代码

This commit is contained in:
wangsongsole 2022-08-15 14:18:51 +08:00
parent cf6a4b6350
commit c55dc2affe
1 changed files with 2 additions and 6 deletions

View File

@ -2,7 +2,7 @@
* @Author: Wind * @Author: Wind
* @Date: 2022-06-06 14:53:58 * @Date: 2022-06-06 14:53:58
* @LastEditors: Wind * @LastEditors: Wind
* @LastEditTime: 2022-08-15 14:17:03 * @LastEditTime: 2022-08-15 14:18:35
* @Description: * @Description:
* @FilePath: \frontend\src\components\knockGold\mobileCmponent.jsx * @FilePath: \frontend\src\components\knockGold\mobileCmponent.jsx
*/ */
@ -17,11 +17,7 @@ export default ({ data }) => {
setNewWeek(sortWeeks(data.ruleWeek)) setNewWeek(sortWeeks(data.ruleWeek))
}, [data.ruleWeek]) }, [data.ruleWeek])
function createElement(type) { function createElement() {
{
/* irregularDate: [[]], //不规则日期
irregularTime: [[]], // */
}
if (data.usable_time === 'week') { if (data.usable_time === 'week') {
return ( return (
<div className='available_time'> <div className='available_time'>