@@ -829,6 +829,9 @@ func GetKvTags(findkvs []*Kv, title string, tagdbs []string,isSite bool,codeSite
}
+ if moneyreg.MatchString(tk.Value) {
+ nextval += GetMoneyUnit(k, nextval)
+ }
kvTags[tk.Value] = append(kvTags[tk.Value], &Tag{Key: k, Value: nextval, Weight: tk.Weight})