shish 1 天之前
父節點
當前提交
e80fcb2684
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hdApp/src/admin/billing/affirmSh.vue

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

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