[Doc] remove wave symbol (#2225)

This commit is contained in:
neverland
2018-12-06 11:29:14 +08:00
committed by GitHub
parent f9336faca7
commit 66bd7eb7c5
2 changed files with 2 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ export default {
if (limitType === LIMIT_TYPE.QUOTA_LIMIT) {
this.$toast(`限购${quota}`);
} else {
this.$toast('库存不够了~~');
this.$toast('库存不够了');
}
}
}

View File

@@ -215,7 +215,7 @@ customStepperConfig: {
if (quotaUsed > 0) msg += `,你已购买${quotaUsed}`;
Toast(msg);
} else {
Toast('库存不够了~~');
Toast('库存不够了');
}
}
}