更改一处文字

This commit is contained in:
TOP糯米 2023-03-23 00:54:19 +08:00
parent 6b9d5c4153
commit d4a9711923
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ export default {
if (this.cartCount > 0) { if (this.cartCount > 0) {
this.$utils.toPage("/pages/service/cart"); this.$utils.toPage("/pages/service/cart");
} else { } else {
this.$utils.toast("请添加商品到购物车"); this.$utils.toast("请添加服务到购物车");
} }
}, },
}, },