[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
+1 -1
View File
@@ -160,7 +160,7 @@ export default {
if (limitType === LIMIT_TYPE.QUOTA_LIMIT) {
this.$toast(`限购${quota}`);
} else {
this.$toast('库存不够了~~');
this.$toast('库存不够了');
}
}
}