Grrrr
Grrrr
me too
``` import { reactive, ref } from "vue"; import Taro, { useReady, getCurrentInstance } from "@tarojs/taro"; import footTab from "@/components/common/footTab"; function afterCalendarRender(e) { console.log("afterCalendarRender: ", e); } definePageConfig({ navigationBarTitleText: "打卡详情",...
`src/components/wx_calendar/v2/index.js` ``` import Taro from "@tarojs/taro"; // FIXME:taro里调用小程序原生组件 Taro.eventCenter.trigger(triggerEventName, { // FIXME:taro里调用小程序原生组件 current: { year: +curYear, month: +curMonth }, next: target }); Taro.eventCenter.trigger('onSwipe', { // FIXME:taro里调用小程序原生组件 current: { year: +curYear,...
感觉作者的开源贡献
 底图是天地图,发现也会偏移
> 这个问题还没解。[https://github.com/alibaba/butterfly/issues/659。](https://github.com/alibaba/butterfly/issues/659%E3%80%82) > 就是我自己提的这个,最近又比较忙。。所以等等我有空就解决它 😊好的
楼主解决了吗
 引入报错
> 贴一下用法 ``` import cv from "@/a/js/opencv_exec.js"; ```