修改日历
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 9999;
|
||||
z-index: 99;
|
||||
}
|
||||
}
|
||||
.publish-ball {
|
||||
@@ -233,7 +233,7 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 9999;
|
||||
z-index: 99;
|
||||
|
||||
.loading-spinner {
|
||||
width: 40px;
|
||||
|
||||
@@ -591,12 +591,11 @@ useEffect(() => {
|
||||
|
||||
const handleAnyInputFocus = (item: FormFieldConfig, e: any) => {
|
||||
const { prop } = item
|
||||
if (prop === 'title') {
|
||||
return
|
||||
if (prop === 'descriptionInfo') {
|
||||
setShouldReactToKeyboard(true)
|
||||
}
|
||||
setShouldReactToKeyboard(true)
|
||||
}
|
||||
const handleAnyInputBlur = (item: FormFieldConfig, e: any) => {
|
||||
const handleAnyInputBlur = () => {
|
||||
setShouldReactToKeyboard(false)
|
||||
}
|
||||
return (
|
||||
@@ -680,7 +679,7 @@ useEffect(() => {
|
||||
activityType === 'individual' && (
|
||||
<Text className={styles['submit-tip']}>
|
||||
点击确定发布约球,即表示已经同意条款
|
||||
<Text className={styles['link']} onClick={() => Taro.navigateTo({url: '/publish_pages/publishBall/footballRules/index'})}>《约球规则》</Text>
|
||||
<Text className={styles['link']} onClick={() => Taro.navigateTo({url: '/publish_pages/footballRules/index'})}>《约球规则》</Text>
|
||||
</Text>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user