Commit 6af0b050 authored by 谢卓城's avatar 谢卓城

add navigationBarTitleText

parent 43db2e59
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
*/ */
Component({ Component({
properties: { properties: {
showDelect: Boolean, is: Boolean,
flexList: Array, list: Array,
title: String // 简化的定义方式 title: String // 简化的定义方式
}, },
externalClasses: ["super-class"], externalClasses: ["super-class"],
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
*/ */
Component({ Component({
properties: { properties: {
showDelect: Boolean, is: Boolean,
flexList: Array, list: Array,
title: String // 简化的定义方式 title: String // 简化的定义方式
}, },
externalClasses: ["super-class"], externalClasses: ["super-class"],
......
{ {
"navigationBarTitleText": "wx",
"usingComponents": {} "usingComponents": {}
} }
\ No newline at end of file
{ {
"navigationBarTitleText": "wx",
"usingComponents": {} "usingComponents": {}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment