This commit is contained in:
zh
2025-09-11 14:59:12 +08:00
parent d20db7c91b
commit 54afe11fa6
11 changed files with 124 additions and 1141 deletions

View File

@ -263,7 +263,7 @@ class PolylineObject extends Base {
return this.options.wordsName
}
set wordsName(v) {
this.options.wordsName = v
this.options.wordsName = Number(v)
let _this = this
if (!this.noseToTail) {