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

add navigationBarTitleText

parent 43db2e59
......@@ -6,8 +6,8 @@
*/
Component({
properties: {
showDelect: Boolean,
flexList: Array,
is: Boolean,
list: Array,
title: String // 简化的定义方式
},
externalClasses: ["super-class"],
......
......@@ -6,8 +6,8 @@
*/
Component({
properties: {
showDelect: Boolean,
flexList: Array,
is: Boolean,
list: Array,
title: String // 简化的定义方式
},
externalClasses: ["super-class"],
......
{
"navigationBarTitleText": "wx",
"usingComponents": {}
}
\ No newline at end of file
{
"navigationBarTitleText": "wx",
"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