chanind / hanzi-writer-miniprogram

Wechat Miniprogram plugin for Hanzi Writer (微信小程序组件)
https://chanind.github.io/hanzi-writer
MIT License
85 stars 25 forks source link

Converting circular structure to JSON --> starting at object with constructor 'HanziWriterContext' | property 'comp' -> object with constructor 'ki' --- property 'ctx' closes the circle #62

Closed hucoooo closed 2 years ago

hucoooo commented 2 years ago

image uniapp中使用,小程序报这个错

hucoooo commented 2 years ago

image image

注释这行代码后不报错,这行代码的功能是什么

hucoooo commented 2 years ago

已解决,hanzi-writer-context.js中,把comp和writer改为全局变量,替换掉this.comp和this.writer