价格显示问题

This commit is contained in:
liuyuan
2025-04-18 17:56:33 +08:00
parent 648a993d14
commit 380ed58d17
179 changed files with 17322 additions and 2750 deletions

View File

@@ -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: {}
}
}
}