// 当前状态,open-打开,close-关闭 status: 'close', } }, watch: { // 由于wxs无法直接读取外部的值,需要在外部值变化时,重新执行赋值逻辑 wxsInit(newValue, oldValue) { this.queryRect() } }, computed: { wxsInit() { return [this.disabled, this.autoClose, this.threshold, this.options, thi...