shish 1 day ago
parent
commit
e80fcb2684
1 changed files with 1 additions and 1 deletions
  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) {
 					if (minNum > 0) {
 						tips.push(`满${minNum}扎`)
 						tips.push(`满${minNum}扎`)
 					}
 					}
-					const tipStr = tips.length > 0 ? `${tips.join("且")}才能下单` : "未达到最低消费,不能下单"
+					const tipStr = tips.length > 0 ? `${tips.join("且")}才能下单` : "未达到最低消费,不能下单"
 					this.$msg(tipStr)
 					this.$msg(tipStr)
 					return false
 					return false
 				}
 				}