mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-23 15:09:16 +08:00
[Doc] remove wave symbol (#2225)
This commit is contained in:
parent
f9336faca7
commit
66bd7eb7c5
@ -160,7 +160,7 @@ export default {
|
|||||||
if (limitType === LIMIT_TYPE.QUOTA_LIMIT) {
|
if (limitType === LIMIT_TYPE.QUOTA_LIMIT) {
|
||||||
this.$toast(`限购${quota}件`);
|
this.$toast(`限购${quota}件`);
|
||||||
} else {
|
} else {
|
||||||
this.$toast('库存不够了~~');
|
this.$toast('库存不够了');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -215,7 +215,7 @@ customStepperConfig: {
|
|||||||
if (quotaUsed > 0) msg += `,你已购买${quotaUsed}`;
|
if (quotaUsed > 0) msg += `,你已购买${quotaUsed}`;
|
||||||
Toast(msg);
|
Toast(msg);
|
||||||
} else {
|
} else {
|
||||||
Toast('库存不够了~~');
|
Toast('库存不够了');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user