Browse Source

feat: 修改adpId

huangzhichao 1 year ago
parent
commit
27f7607f27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/index/index.tsx

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

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