|
@@ -136,10 +136,6 @@ function YLQCustom(props: PropsWithChildren<CustomPropsType>) {
|
|
|
setShow(false)
|
|
|
}
|
|
|
|
|
|
- function clickMask() {
|
|
|
- closeCustom()
|
|
|
- }
|
|
|
-
|
|
|
function adActionReport(eventId, businessType, extParams = {}) {
|
|
|
const data = createAdActionReportData()
|
|
|
|
|
@@ -204,7 +200,7 @@ function YLQCustom(props: PropsWithChildren<CustomPropsType>) {
|
|
|
|
|
|
return (
|
|
|
<>
|
|
|
- {show && <View className='pq-custom' onClick={clickMask} style={{width: `${width}px`}}>
|
|
|
+ {show && <View className='pq-custom' style={{width: `${width}px`}}>
|
|
|
<View className='custom-container'>
|
|
|
{/* 广告icon */}
|
|
|
<View className='icon'>
|