We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信小程序
小程序基础库: 2.8.0 使用框架: React
<Ad unitId='*************' adType='video' adTheme='white'></Ad>
编译后:
<template name="tmpl_0_ad"> <ad unit-id="{{ i.unitId }}" ad-intervals="{{ i.adIntervals }}" bindload="eh" binderror="eh" bindclose="eh" style="{{ i.st }}" class="{{ i.cl }}" bindtap="eh" id="{{ i.uid }}"> <block wx:for="{{i.cn}}" wx:key="id"> <template is="tmpl_1_container" data="{{i: item}}" /> </block> </ad> </template>
能正常编译adType、adTheme
adType、adTheme属性丢失
Taro CLI 3.0.6 environment info: System: OS: macOS 10.15.6 Shell: 5.7.1 - /bin/zsh Binaries: Node: 14.4.0 - /usr/local/bin/node Yarn: 1.22.4 - /usr/local/bin/yarn npm: 6.14.5 - /usr/local/bin/npm npmPackages: @tarojs/components: 3.0.6 => 3.0.6 @tarojs/mini-runner: 3.0.6 => 3.0.6 @tarojs/react: 3.0.6 => 3.0.6 @tarojs/runtime: 3.0.6 => 3.0.6 @tarojs/taro: 3.0.6 => 3.0.6 @tarojs/webpack-runner: 3.0.6 => 3.0.6 babel-preset-taro: 3.0.6 => 3.0.6 eslint-config-taro: 3.0.6 => 3.0.6 react: ^16.13.1 => 16.13.1 taro-ui: 3.0.0-alpha.2 => 3.0.0-alpha.2
The text was updated successfully, but these errors were encountered:
fix(shared): 补充广告组件缺失属性, fix #7237
66d2327
7c3d5ce
Successfully merging a pull request may close this issue.
相关平台
微信小程序
小程序基础库: 2.8.0
使用框架: React
复现步骤
编译后:
期望结果
能正常编译adType、adTheme
实际结果
adType、adTheme属性丢失
环境信息
The text was updated successfully, but these errors were encountered: