别着急,审你两天也是正常的
写文章7个小时了还在审核中?啥意思https://developers.weixin.qq.com/community/develop/article/doc/0006e811eb8cb8c2de9d4495d53c13 怎么还没通过呢老是在审核中。。。。
2022-03-10截个图?
公众号小程序开发界面显示系统繁忙是怎么回事?[图片]
2022-03-10css里 justify-content: center; 这个删了
这里card的间距为什么这么大?该怎么解决?使用的是vant组件模板,之前在wxml写死数据的时候间距正常,尝试wx:for循环后成了这样[图片] 之前:[图片] wxml代码: <van-tabs active="{{ active }}" bind:change="onChange" animated> <van-tab title="未送达"> <scroll-view scroll-y="true" style="height: 900rpx; margin-top: 45rpx;"> <view class="order_box" style="height: 400px;opacity: 0.85;margin-top:5%;margin-left:16%;margin-bottom: 5%;" wx:for="{{orderList}}" wx:key="oid"> <van-card desc="订单号:{{item.oid}}" title="{{item.oname}}" num="{{item.count}}" price="{{item.money}}" desc-class="cardDesc" style="margin-bottom: 5%;" > <view slot="footer"> <button class="box_btn" bindtap="showDetailDialog" size="mini">详情</button> <button class="box_btn" size="mini" bindtap="orderReminder">催单</button> </view> </van-card> </view> </scroll-view> </van-tab> <van-tab title="待支付" dot="true"> <scroll-view scroll-y="true" style="height: 400px;"> <view class="order_box" style="height: 400px;opacity: 0.85;margin-top:5%;margin-left:16%;"> <view style="margin-bottom: 5%;"> </view> </view> </scroll-view> </van-tab> <van-tab title="待评价" dot="true"> <scroll-view scroll-y="true" style="height: 400px;"> <view class="order_box" style="height: 400px;opacity: 0.85;margin-top:5%;margin-left:16%;"> <view style="margin-bottom: 5%;"> </view> </view> </scroll-view> </van-tab> </van-tabs> wxss代码: .van-tab{} .van-tabs{} .van-card{ width: 80%; height: 35%; border-radius:7px } .order_box{ justify-content: center; height: 20%; } .scroll-view{} .cardDesc{ margin-top: 20rpx; }
2022-03-10换手机
微信表情包,好友头像,朋友圈图片,以及别人发的表情包无法显示是什么原因呀?按网上的方法:卸载重新、删除config.data、管理员运行,统统都不行,求解决方法!!!!
2022-03-10地图上都没找到你说的这个区
picker组件的省市区三级联动缺少区?picker组件的省市区三级联动 的峡山区 在潍坊市下面找不到
2022-03-10不允许这么干
公众号可以直接跳转小程序,不通过按钮确认吗?现在做法是通过wx-open-lanch-weapp显示一个按钮,需求变成了进入页面直接跳转到小程序,请问可以做到吗
2022-03-08在最外层的盒子上加上css样式:style="padding:0 20px;"
使用富文本,怎么让文章两侧有边距?上传完文章后,文章两边都是顶头的,怎么让留出空隙呢? 试了很多方法都达不到效果,麻烦大佬谁给个代码,看看!!! [图片][图片]
2022-03-08我之前的处理方法是:在弹出遮罩的时候将这两标签隐藏,换成view标签替这两标签显示,但是用户看不出来,做的和这两标签的样式一模一样,遮罩隐藏的时候再换回
IOS15.3.1 input,textareae 组件 遮罩出现穿透?IOS15.3.1 input,textareae 组件 遮罩出现穿透? 使用 page-container 组件和 提升 z-index 仍然会出现穿透。如何处理
2022-03-08添加业务域名
手机版微信小程序无法打开已关联公众号文章?电脑版可以正常打开。并且小程序号和公众号已关联[图片][图片]
2022-03-08在小程序这种效果我知道的也只能用图了,小程序里限制太多了,如果您找到更好的方案,请赐教一下。
小程序不支持clip-path: path()吗?小程序clip-path: path()使用后没有效果; path('M0.5,1 C0.5,1,0,0.7,0,0.3 A0.25,0.25,1,1,1,0.5,0.3 A0.25,0.25,1,1,1,1,0.3 C1,0.7,0.5,1,0.5,1 Z')的路径是svg里面导出来的。 .test { height: 500px; background: rgba(255, 255, 255, 0.36); backdrop-filter: blur(4px); position: absolute; left: 0; right: 0; top: 76vh; clip-path: path('M0.5,1 C0.5,1,0,0.7,0,0.3 A0.25,0.25,1,1,1,0.5,0.3 A0.25,0.25,1,1,1,1,0.3 C1,0.7,0.5,1,0.5,1 Z'); } 如果不支持clip-path: path()那有什么方法可以实现下图效果, 以为有毛玻璃效果,不能通过导出png实现,所以只能用代码写。 [图片] 相关语法 [图片]
2022-03-08