未验证 提交 76ce012c 编写于 作者: M MaYiFei 提交者: GitHub

Update ad-draw.md 修复示例2错误

上级 e5f64da8
......@@ -101,7 +101,7 @@
<!-- 仅nvue页面支持 -->
<view class="content">
<view class="ad-draw">
<ad-draw :adData="adData" @load="onload" @error="onerror"></ad-draw>
<ad-draw :data="adData" @load="onload" @error="onerror"></ad-draw>
</view>
</view>
</template>
......@@ -115,6 +115,7 @@
}
},
onReady: function (e) {
this.getAdData()
},
methods: {
getAdData: function (e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册