谢谢大家 刚开始没引入 引入一下就可以了
小程序跳转小程序直播怎么跳转?[图片] 这样写的跳转是对的嘛? 下面那个错误提示是因为没有引入直播组件吗?
2023-05-19我也遇到了 同样的问题,求方案
请教如何movable-view动态改变direction参数问题?请教movable-view动态改变direction参数问题,谢谢!! 新手入门中,初始化direction为all,在longtap响应中将direction置为none,不在响应拖动,实现过程中发现direction置为none后还是可以拖拽,求大神指点,不胜感激!! 同时尝试了disable,发现增加了disable后,无论设置为true还是false,都无法再进行拖拽 <movable-view class="movable-view" :direction="direction" scale-value="1" scale-min="1" scale="true" scale-max="4" @scale="scale" @change="onChange">text</movable-view> data() { return { direction:"all", //disabled:"false", } }, longtap(event){ this.direction = "none" },
2023-05-17已解决未定义 页面... 麻烦大家了
[ app.json 文件内容错误] 使用tabBar出现错误?"tabBar": { "list": [{ "pagePath": "pages/index/index", "text": "text1" }, { "pagePath": "pages/info/info", "text": "text2" } ] }, [图片]
2022-04-04