mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
[bugfix] 修复sku默认选中逻辑与sku是否选中的判断逻辑 (#752)
This commit is contained in:
@@ -3,6 +3,9 @@ export const LIMIT_TYPE = {
|
||||
STOCK_LIMIT: 1
|
||||
};
|
||||
|
||||
export const UNSELECTED_SKU_VALUE_ID = '';
|
||||
|
||||
export default {
|
||||
LIMIT_TYPE
|
||||
LIMIT_TYPE,
|
||||
UNSELECTED_SKU_VALUE_ID
|
||||
};
|
||||
|
Reference in New Issue
Block a user