购物车功能,手机号码兼容台湾香港

This commit is contained in:
liuyuan
2025-07-08 14:19:59 +08:00
parent 249b4b93f6
commit 334b857b39
14 changed files with 175 additions and 81 deletions

View File

@@ -4,7 +4,7 @@ export default {
activeStyle: {
type: [String, Object],
default: () => ({
color: '#2979ff',
color: '#294a97',
fontSize: '14px'
})
},

View File

@@ -15,7 +15,7 @@ export default {
min: 0,
max: 100,
step: 1,
activeColor: '#2979ff',
activeColor: '#294a97',
inactiveColor: '#c0c4cc',
blockColor: '#ffffff',
showValue: false,

View File

@@ -13,7 +13,7 @@ export default {
loading: false,
disabled: false,
size: 25,
activeColor: '#2979ff',
activeColor: '#294a97',
inactiveColor: '#ffffff',
value: false,
activeValue: true,