价格显示问题
This commit is contained in:
@@ -13,7 +13,7 @@ export default {
|
||||
// 索引字符列表,数组形式
|
||||
indexList: {
|
||||
type: Array,
|
||||
default: []
|
||||
default: uni.$u.props.indexList.indexList
|
||||
},
|
||||
// 是否开启锚点自动吸顶
|
||||
sticky: {
|
||||
@@ -24,11 +24,6 @@ export default {
|
||||
customNavHeight: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.indexList.customNavHeight
|
||||
},
|
||||
// 自定义导航栏的高度
|
||||
uIndexStyle: {
|
||||
type:Object,
|
||||
default: {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user