|
@@ -235,7 +235,6 @@ function Custom({
|
|
|
|
|
|
useReady(() => {
|
|
useReady(() => {
|
|
loadedMetaFiredInOnce = 0
|
|
loadedMetaFiredInOnce = 0
|
|
- onView()
|
|
|
|
})
|
|
})
|
|
|
|
|
|
useGetCustomClient((customClient) => {
|
|
useGetCustomClient((customClient) => {
|
|
@@ -256,6 +255,7 @@ function Custom({
|
|
function onLoadedMetaData() {
|
|
function onLoadedMetaData() {
|
|
if (loadedMetaFiredInOnce++ < 1) {
|
|
if (loadedMetaFiredInOnce++ < 1) {
|
|
// 上报load
|
|
// 上报load
|
|
|
|
+ onView()
|
|
onLoad()
|
|
onLoad()
|
|
}
|
|
}
|
|
}
|
|
}
|