删除无用代码
This commit is contained in:
parent
cf6a4b6350
commit
c55dc2affe
|
@ -2,7 +2,7 @@
|
|||
* @Author: Wind
|
||||
* @Date: 2022-06-06 14:53:58
|
||||
* @LastEditors: Wind
|
||||
* @LastEditTime: 2022-08-15 14:17:03
|
||||
* @LastEditTime: 2022-08-15 14:18:35
|
||||
* @Description:
|
||||
* @FilePath: \frontend\src\components\knockGold\mobileCmponent.jsx
|
||||
*/
|
||||
|
@ -17,11 +17,7 @@ export default ({ data }) => {
|
|||
setNewWeek(sortWeeks(data.ruleWeek))
|
||||
}, [data.ruleWeek])
|
||||
|
||||
function createElement(type) {
|
||||
{
|
||||
/* irregularDate: [[]], //不规则日期
|
||||
irregularTime: [[]], //不规则时间 */
|
||||
}
|
||||
function createElement() {
|
||||
if (data.usable_time === 'week') {
|
||||
return (
|
||||
<div className='available_time'>
|
||||
|
|
Loading…
Reference in New Issue