这个组件没有兼容 glass-easel 框架,需要移除相关配置
使用TDesign组件库的左右滑动(SwipeCell)组件无法正常左右滑动?模拟器效果: [图片] 实机: [图片] 无法通过滑动实现展开按钮的功能 请问各位要如何怎么解决这个问题呢? wxss: /* pages/admin/class/index.wxss */ .search { background-color: var(--bg-color-demo); padding: 16rpx 32rpx; } .btn { display: inline-flex; justify-content: center; align-items: center; width: 120rpx; height: 100%; color: white; } .favor-btn { background-color: var(--td-brand-color, #0052d9); } .delete-btn { background-color: #e34d59; } .body { overflow-y:auto !important; overflow-x:hidden !important; width: max-content; } wxml: <!--pages/admin/class/index.wxml--> <t-message id="t-message" /> <view class="head"> <!-- 搜索 --> <view class="search"> <t-search value="{{searchValue}}" placeholder="搜索班级" action="搜索" bind:action-click="searchAction" bind:change="searchChange" /> </view> </view> <scroll-view class="body"> <!-- <view wx:for="{{classList}}" wx:key="cls_id"> <t-swipe-cell right="{{right}}" left="{{left}}" id="{{item.cls_id}}" disableed="True" bind:click="onActionClick"> <t-cell title="{{item.label}}" note="{{item.cls_id}} | {{item.cls_admin}} | {{item.cls_admin_username}}" bordered="{{false}}" t-class="swipe-cell" /> </t-swipe-cell> </view> --> <t-swipe-cell right="{{right}}" left="{{left}}" bind:click="onActionClick"> <t-cell title="左右滑操作" note="辅助信息" bordered="{{false}}" /> </t-swipe-cell> <!-- 添加按钮 start--> <t-fab icon="add" bind:click="addClass" aria-label="增加"></t-fab> <!--添加按钮end --> <t-divider content="这里是底线" /> </scroll-view> <view class="footer"> <t-footer text="Copyright © 2024-2042 Hui_. All Rights Reserved."></t-footer> </view>
11-12还是直接弹窗确认后, 直接将地址写入剪切板, 然后提示 “复制地址在浏览器打开” [图片] wx.showModal({ title: '提示', content: '请复制链接到浏览器中查看', cancelText: '取消', confirmText: '复制链接', success(res) { if (res.confirm) { wx.setClipboardData({ data: fileUrl, // url地址 success(res) {} }); } } })
fileSystemManager.saveFile保存的文件在哪里能找到?场景是:在小程序中下载docx,并且客户需要拿到这个文件,后续去转发或者打印。 现在找不到这个文件。 请问需要怎么做才能找到这个文件。
04-30具体的忘记了, 最好卸载重新装吧
使用uniapp开发小程序,uniapp更新代码后,在微信开发者工具中不更新代码?开发者工具版本号:1.05.2201242, Hbuilder X版本号:3.3.10.20220124 问题描述:Hbuilder X编辑代码后,在微信开发者工具中无法实现热加载,页面显示异常,截图如下: 第一次显示 [图片] 更新代码后显示 [图片]
2023-10-26感谢🙏🙏
腾讯地图实现自定义瓦片只能通过webview来实现吗?微信小程序是否支持瓦片?还是只能通过h5嵌套方式实现?
2023-10-26[图片]
getPhoneNumber:fail operateWXData:fail?<button open-type='getPhoneNumber' bindgetphonenumber="getPhoneNumber"> 之前个人的可以正常使用。今天开始突然个人和企业都不能用了。报错如下:getPhoneNumber:fail operateWXData:fail 102请教大家和官方大大,具体是什么原因?谢谢! 认证和隐私策略如下图 [图片] [图片]
2023-10-26亲测,dada中不要使用 require 引入,同时原生组件中不能使用字体图标 data() { return { src: '', currentIndex: 0, tabsList: [ { label: '花草', // icon: require('../../static/images/helper/helper_hc_1.png'), // 不推荐 icon: '../../static/images/helper/helper_hc_1.png', } ] }
cover-image 真机不显示开发者工具阔以显示 真机测试就空白了
2022-07-12<map :enable-poi="false" :enable-building="false" ></map>
addGroundOverlay怎么覆盖地图?[图片] 地图上的覆盖物还是会出现原生标记点的,怎么将他们被覆盖物隐藏掉呢
2022-07-02这个前段时间做过一个,ios基本上没啥问题,安卓显示很模糊,将缩放级别往小调整下就会好些 max-scale
addGroundOverlay添加的手绘图在华为手机下很模糊,明显锯齿小程序手绘地图,addGroundOverlay添加的图片,设置最大放大max-scale为18,将地图放大到最大,华为系统下很模糊,出现明显锯齿。(无论是鸿蒙还是安卓,只要是华为手机) 测试过7、8个手机,ios的iphone7、iphone11、iphone12都清晰正常,安卓系统的vivo x7、oppo A8、iqoo u3x也都清晰正常。 不正常的是几个华为手机:p40、Mate30、畅享9、荣耀9X、荣耀play3e,操作系统有些是鸿蒙2.0,有些是安卓,打开手绘地图后放大到最大后,很模糊、出现明显锯齿。 [图片] 具体可以通过这个小程序查看
2022-07-02直接使用会有问题,不过可以巧妙的避过。 方法就是不要在开发者工具中使用,发布到手机上调试就可以
macOS 使用camera开发者工具闪退使用macOS系统开发小程序,使用camera组件,开发者工具总是闪退,开通权限也不行 macOS:11.6 开发者工具:1.05.2201242 <template> <view> <view class="" v-if="isAuth"> <camera device-position="back" flash="auto" @error="error" style="width: 100%; height: 500upx;"> <cover-image src="../../static/scan-frame/scan-img.png" class="scan-img"></cover-image> </camera> </view> <view class="scan-text">请将XXX放置白色框内</view> <button type="primary" @click="takePhoto">拍照</button> <image mode="widthFix" class="photos-box" :src="src"></image> </view> </template> <script> export default { data() { return { src: '', isAuth: false }; }, onLoad() { let _ = this; wx.getSetting({ success(res) { if (!res.authSetting['scope.camera']) { wx.authorize({ scope: 'scope.camera', success() { _.isAuth = true; } }); } } }); }, methods: { takePhoto() { const ctx = uni.createCameraContext(); ctx.takePhoto({ quality: 'high', success: res => { this.src = res.tempImagePath; /* 返回调用页面并把图片URL传递过去 */ /* let pages = getCurrentPages(); let prevPage = pages[pages.length - 2]; prevPage.setData({ "image": res.tempImagePath, }) uni.navigateBack(); */ /* 调用页面获取图片URL方法 */ /* let pages = getCurrentPages(); let currPage = pages[pages.length-1]; if(typeof(currPage.data.image) != undefined && currPage.data.image != null){ console.log('获取图片:', currPage.data.image) } */ } }); }, error(e) { console.log(e.detail); } } }; </script> <style> .scan-img { opacity: 0.4; width: 100%; height: 500upx; } .scan-text { font-size: 20px; text-align: center; line-height: 60upx; } </style>
2022-02-22这都2年了,这问题还在
使用camera 组件 开发工具闪退<!-- camera.wxml --> <camera device-position="back" flash="off" binderror="error" style="width: 100%; height: 300px;"></camera> <button type="primary" bindtap="takePhoto">拍照</button> <view>预览</view> <image mode="widthFix" src="{{src}}"></image>
2022-02-22