@@ -984,7 +984,7 @@ export default {
if (minNum > 0) {
tips.push(`满${minNum}扎`)
}
- const tipStr = tips.length > 0 ? `需${tips.join("且")}才能下单` : "未达到最低消费,不能下单"
+ const tipStr = tips.length > 0 ? `${tips.join("并且")}才能下单` : "未达到最低消费,不能下单"
this.$msg(tipStr)
return false