关闭浏览器重新进入 或者换个浏览器在试试呢
为什么进入公众号后台什么都不显示?[图片]怎么刷新都没有用 其他页面都没事 就主页和图文素材什么都显示不出来 这是为什么?
2020-09-09audios.find((item) => item.type === 'a')
如何循环出数组中之地当的某一条数据?[图片] 怎么用wx:for只循环出type为a的数据
2020-09-01[图片]看下是否是这个没有加分号的原因
wxss cannot read property length of undefined?.coupon-list { padding-top: 30rpx; clear: both; } .coupon-list .item { margin: 0 3% 30rpx; min-height: 200rpx; padding: 0; background-color: #fff; box-shadow: 3px 3px 5px #e7e7e7; border-radius: 12rpx; overflow: hidden; position: relative; } .coupon-list .cleft { width: 210rpx; height: 100%; text-align: center; color: #fff; position: absolute; left: 0; top: 0; z-index: 1; background: -webkit-linear-gradient(-120deg, #fb6844, #cc0704); background: -o-linear-gradient(-120deg, #fb6844, #cc0704); background: -moz-linear-gradient(-120deg, #fb6844, #cc0704); background: linear-gradient(to -120deg, #fb6844, #cc0704); } /* f2f3f5 */ .coupon-list .cleft::before { content: " "; display: block; width: 20rpx; height: 20rpx; background-color: #f2f3f5; border-radius: 100%; position: absolute; top: -10rpx; right: -10rpx; z-index: 2 } .coupon-list .cleft::after { content: " "; display: block; width: 20rpx; height: 20rpx; background-color: #f2f3f5; border-radius: 100%; position: absolute; bottom: -10rpx; right: -10rpx; z-index: 2 } .coupon-list .cleft .cb { padding: 46rpx 0 0rpx; font-size: 56rpx; font-weight: bold; display: block; } .coupon-list .cleft .fb2 { font-size: 68rpx; } .coupon-list .cleft .cspan { font-size: 24rpx; opacity: .6; display: block; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .coupon-list .cleft .recommend { padding: 4rpx 16rpx; font-size: 22rpx; color: #3f1709; position: absolute; top: 0; left: 0; z-index: 2; border-radius: 0 0 8rpx 0; background: -webkit-linear-gradient(-120deg, #cd8c47, #f6cf98); background: -o-linear-gradient(-120deg, #fb6844, #cc0704); background: -moz-linear-gradient(-120deg, #fb6844, #cc0704); background: linear-gradient(to -120deg, #fb6844, #cc0704); } .coupon-list .cright { padding: 0 120rpx 0 240rpx; line-height: 40rpx; } .coupon-list .cright .title { padding: 28rpx 0 20rpx; font-size: 32rpx; font-weight: bold; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .coupon-list .cright .cp { font-size: 24rpx; color: #999; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .coupon-list .cright .ct { font-size: 24rpx; color: #999; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .coupon-list .ctype { width: 100rpx; text-align: center; border-left: 1px dashed #f0f0f0; position: absolute; right: 0; top: 10%; bottom: 10%; z-index: 1; } .coupon-list .ctype text { padding: 0 30rpx; font-size: 28rpx; line-height: 38rpx; display: inline-block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } .coupon-list .typeIcon { width: 76rpx; height: 76rpx; background-repeat: no-repeat; background-position: center; background-size: contain; display: inline-block; position: absolute; right: 94rpx; top: 16rpx; z-index: 1; } .icon-coupon1 { background-image: url("../image/icon-coupon1.png"); } .icon-coupon2 { background-image: url("../image/icon-coupon2.png"); } .coupon-list .overdue .cleft { background: #e4e4e4; } .coupon-list .overdue .recommend { display: none; } .coupon-list .overdue .title, .coupon-list .overdue .cp, .coupon-list .overdue .ct { color: #e4e4e4; } .coupon-list .overdue .ctype text { color: #e4e4e4; } .wct { color: #dd2a1c; } .wct2 { color: #6fa87d; }
2020-09-01wxml绑定的值是不是拼错了
关于setData赋值给data,wxml绑定的值没有发生改变?向后端发送请求,通过setData赋值,console.log() data中的值发生改变,appData中的数据发生改变,wxml绑定的值无法改变。手动更改wxml值页面还是没有发生改变。[图片] 这个问题已经解决了!因为采用了vant-wepp构建,搜索按钮传值问题,导致页面不进行渲染,有一说一。找这个问题,用了大量的时间,也是自己代码不太严谨。最重要的是,小程序框架,和报错机制,真的是稀烂!!!这种明明值改变了,却因为其它框架代码,居然可以影响渲染!!!Model层改变,视图层因为其它原因,影响渲染!
2020-08-31判断存放图片数组,长度大于1展示
图片指示点优化?如何只有一张图片时不显示指示点,多于一张才显示
2020-08-31那就通过获取系统信息进行兼容处理呢
华为nova7手机上传图片,底部样式有问题,其他机型没有问题[图片]
2020-08-26你是将主包的内容移动到分包里面么?还是说原来就是分包只不过移动了位置
subpackages 分包 ?subpackages 分包 我移动了 主包大小未改变 主包 一直是2140.4kb 我的分包显示的是100.kb 为何我的主包大小一直没变小
2020-08-20目前没有
没有点击浮窗floating的事件api?需求:点击浮窗floating后给予奖励 问题:没找到相关事件api 【已解决】wx.onShow获得场景值为1131即可判断为从浮窗弹出的
2020-08-20wxml中只能运用一些加减乘除简单的一些逻辑
为什么 wxml中调用数组的 .includes 方法返回的不是布尔值,而是undefined?基础库 2.10.4 wxml 代码: [图片] showSetting 数组: [图片] 渲染结果: [图片]
2020-08-14查看下详情页的接口是否配置在了合法域名一栏[图片]
本地调试ok,线上环境页面出不来?本地调试时项目详情页面都是ok的,上线后项目详情页面始终出不来,麻烦帮忙看看谢谢[图片][图片]
2020-08-14