mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[Doc] remove wave symbol (#2225)
This commit is contained in:
@@ -160,7 +160,7 @@ export default {
|
||||
if (limitType === LIMIT_TYPE.QUOTA_LIMIT) {
|
||||
this.$toast(`限购${quota}件`);
|
||||
} else {
|
||||
this.$toast('库存不够了~~');
|
||||
this.$toast('库存不够了');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -215,7 +215,7 @@ customStepperConfig: {
|
||||
if (quotaUsed > 0) msg += `,你已购买${quotaUsed}`;
|
||||
Toast(msg);
|
||||
} else {
|
||||
Toast('库存不够了~~');
|
||||
Toast('库存不够了');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user