瀏覽代碼

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>
   )
 }