@cc-component/cc-guide 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -192,7 +192,7 @@ export class GuideViewComp extends Component {
192
192
 
193
193
  } else {
194
194
  //@ts-ignore
195
- const mbutton_event = target_button?.onClick;//自定义事件
195
+ const mbutton_event = button?.onClick;//自定义事件
196
196
  if (mbutton_event) {
197
197
  mbutton_event.dispatch()
198
198
  this.onClick()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cc-component/cc-guide",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "engine": ">=3.8.6",
5
5
  "description": "系统组件添加常用扩展方法",
6
6
  "main": "index.ts",