We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4133b4e commit af9d946Copy full SHA for af9d946
miniprogram/packageSkylineExamples
miniprogram/page/component/index.js
@@ -3,7 +3,7 @@ Page({
3
// 仅在 app-bar demo 页面展示
4
if (typeof this.getAppBar === 'function' ) {
5
const appBarComp = this.getAppBar()
6
- // component.getAppBar 在 Skyline 中返回 appBar 组件示例,在 webview 中返回 null
+ // component.getAppBar 在 Skyline 中返回 appBar 组件实例,在 webview 中返回 null
7
if (appBarComp !== null) {
8
appBarComp.setData({
9
showAppbar: false
0 commit comments