更改一处文字
This commit is contained in:
parent
6b9d5c4153
commit
d4a9711923
|
@ -135,7 +135,7 @@ export default {
|
|||
if (this.cartCount > 0) {
|
||||
this.$utils.toPage("/pages/service/cart");
|
||||
} else {
|
||||
this.$utils.toast("请添加商品到购物车");
|
||||
this.$utils.toast("请添加服务到购物车");
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue