合并
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user