@@ -10,6 +10,7 @@ const Index: React.FC = () => {
})
function openEmbeddedMiniProgram(appId, path) {
+ console.log(path)
Taro.openEmbeddedMiniProgram({
appId,
path,
@@ -134,7 +134,7 @@ function PqCustom(props: PropsWithChildren<CustomPropsType>) {
}
function adActionReport(eventId, businessType, extParams = {}) {
- const data = createAdActionReportData
+ const data = createAdActionReportData()
adActionLog([{
businessType,