Grrrr

Results 31 comments of Grrrr

``` 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,...

感觉作者的开源贡献

![image](https://user-images.githubusercontent.com/1262247/114729163-50102500-9d72-11eb-86df-c9a372521793.png) 底图是天地图,发现也会偏移

> 这个问题还没解。[https://github.com/alibaba/butterfly/issues/659。](https://github.com/alibaba/butterfly/issues/659%E3%80%82) > 就是我自己提的这个,最近又比较忙。。所以等等我有空就解决它 😊好的

![企业微信截图_77ff4ace-9e53-40b1-a15b-1c9aaf9e9d15](https://github.com/NervJS/taro/assets/1262247/6e98c27c-2630-42c8-82ed-9fc0fbd48439) 引入报错

> 贴一下用法 ``` import cv from "@/a/js/opencv_exec.js"; ```