Use username to filter the user

Get others’ profiles

Swiping Page Layout

Directly Swipe on the first page

Clear function in pixel drawing

Create Label Content…..(Doing)

出生日期选择 ⇒ calculate 年龄 ⇒由于手机自带默认ui css设置导致边框溢出 ⇒ 从系统自带type = date的input ⇒ 手搓 type = text 做滚轮 ⇒ 可以在电脑上滚动但没有办法在手机上滑动

// ✅ 加在这里,每次 wheel 生成后绑定触摸事件 wheel.addEventListener('touchstart', e => e.stopPropagation(), { passive: true }); wheel.addEventListener('touchmove', e => e.stopPropagation(), { passive: true });

解决

Problem: