shish 1 dia atrás
pai
commit
8ad74176c1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      hdApp/src/admin/billing/affirmSh.vue

+ 1 - 1
hdApp/src/admin/billing/affirmSh.vue

@@ -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
 				}