@@ -1117,7 +1117,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