Forráskód Böngészése

feat: 修改adpId

huangzhichao 1 éve
szülő
commit
27f7607f27
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/pages/index/index.tsx

+ 1 - 1
src/pages/index/index.tsx

@@ -19,7 +19,7 @@ const Index: React.FC = () => {
 
 
   return (
   return (
     <View className='index'>
     <View className='index'>
-      <custom props={{ onEmitOpenMiniProgram, adpId: 'ADY_17097254415021673', width:250 }}/>
+      <custom props={{ onEmitOpenMiniProgram, adpId: 'ADY_17103126327291030', width:250 }}/>
     </View>
     </View>
   )
   )
 }
 }