删除无用代码
This commit is contained in:
parent
cf6a4b6350
commit
c55dc2affe
|
@ -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'>
|
||||||
|
|
Loading…
Reference in New Issue