Browse Source

Merge remote-tracking branch 'origin/feature/v4.10.9' into feature/v4.10.9

jianghan 4 months ago
parent
commit
63c933137b

+ 1 - 1
src/jfw/modules/subscribepay/src/entity/bidCreditReport/bidCreditReport.go

@@ -449,9 +449,9 @@ func (b *bidCreditReport) NewOrderWarn() {
 				continue
 			}
 			if v.GetVar("isNew").Bool() {
+				v.Set("isNew", false)
 				continue
 			}
-			v.Set("isNew", false)
 			sendMail(v)
 		}
 	})

BIN
src/web/staticres/images/new_tips.png