소스 검색

feat: 修改adpId

huangzhichao 1 년 전
부모
커밋
27f7607f27
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>
   )
 }