请问楼主问题解决了吗
开发者工具wxss的style不显示?[图片] 如图所示,尝试过更新、删除重新安装 依旧不行,,,只能看到element.style的样式 看不到wxss里面写的 全部都看不到 [图片]
2022-09-29[图片] 这样可以快速创建 但是js里面需要你自己更新一下
怎么快速创建Components文件夹下某组件目录的wxml,wxss,js和json?Page里要新建一个页面可以直接在app.json里注册,带4个文件的新page目录直接就出来了,很方便。 但好像Components里建新组件只能在新组件的目录下只能一个一个建文件?不知道是我没发现技巧,还是工具本来就没有这样的快捷功能。
2021-03-10开发者工具窗口有个清缓存,选择全部清除。 手机的话在微信首页下拉删除小程序
使用开发工具开发时,选择真机调试,授权过一次,后续则不再出现授权。请问手机如何取消授权?如题
2020-04-03bindscroll="VerticalMain" scroll-view上绑定了这个方法,方法里有渲染数据吗
scroll-view 嵌套循环 IOS卡顿,如何解决?两个scroll-view联动,左边是年份,右边是项目,在安卓上正常,IOS导致页面卡顿严重。 代码如下: <scroll-view class="VerticalNav nav" scroll-y scroll-with-animation scroll-top="{{VerticalNavTop}}" style="height:calc(100vh - 375rpx);"> <view class="cu-item flex align-center justify-center {{index==TabCur?'text-green cur':''}}" wx:for="{{listseries}}" wx:key="index" bindtap='tabSelect' data-id="{{index}}" wx:for-item="item"> {{item.name}} </view> </scroll-view> <scroll-view class="VerticalMain" scroll-y scroll-with-animation style="height:calc(100vh - 375rpx);-webkit-overflow-scrolling : touch;" scroll-into-view="main-{{MainCur}}" bindscroll="VerticalMain"> <view class="m-xs" wx:for="{{listseries}}" wx:key="index" id="main-{{index}}" style="background:white"> <view class='cu-bar solid-bottom bg-white flex-sub'> <view class='action text-center' style="height: 50rpx"> <text class='cuIcon-title text-green'></text> {{item.name}} </view> </view> <view class="mt-xs mb-xs"> <view class="flex flex-wrap align-center"> <view class="pl-xs text-xs basis-df flex align-center {{items.select==true?'status0':''}}" wx:for="{{cardset}}" style="height: 80rpx" wx:for-item="items" wx:key="indexs" catchtap="selectset" data-id="{{index}}" wx:if="{{item.name==items.list__pubTime}}"> <image src="{{items.list__img}}" class="mana mr-xs"></image>{{items.list__name}} </view> </view> </view> </view> <view class=" mb-df"></view> </scroll-view>
2019-12-18你用的是自定义tabbar还是官方的
微信小程序tabbar中字体在图片的右边?[图片] 新手求大佬指教
2019-11-25