你这样还不剩整个代码片段 多方便
条形图?<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> </head> <body> <div id="app"> <div class="title-column"> <div class="title">时段</div> <!-- <div class="mark" wx:for="{{end-start+1}}" wx:key="$this"> --> <div class="mark" v-for="(lst,index) in end-start+1"> <div class="mark-start"> <div class="mark-label">{{lst+start}}</div> <div class="mark-line"></div> </div> </div> </div> <div class="value-column" v-for="(obj,index) in list"> <!-- <div class="title">{{obj[0].label}}</div> --> {{obj.label }} <div :class="value {{hasValue(item.values, hour+start)?'has-value':'not-has-value'}}" v-for="(pot,index) in end-start+1" :key="$this"> </div> <!-- <div :class="value {{ }}" v-for="(lst,index) in end-start+1" v-for-lst="hour" :key="$this"> </div> --> </div> </div> <script type="text/javascript"> new Vue({ el: '#app', data: { start: 6, end: 24, test: [1, 2, 3], list: [{ label: "今天", values: [7, 8, 9, 20, 21] }, { label: "昨天", values: [10, 11, 12, 13, 14] }, ] }, // Vue.filter('my-filter', function (value) { // // 返回处理后的值 // }) }); // <wxs module="util"> // function hasValue(values, value) { // return values.indexOf(value) != -1 // } // module.exports.hasValue = hasValue // </wxs> </script> <style> .title-column { display: flex; height: 60rpx; line-height: 60rpx; font-size: 18rpx; border-bottom: 1px solid #333; } .title { width: 100rpx; flex-shrink: 0; text-align: center; } .mark { flex: 1 0 0; position: relative; } .mark-start { position: absolute; left: 0; width: 0; display: flex; flex-direction: column; align-items: center; } .mark-line { width: 1px; height: 4px; background-color: #333; position: absolute; bottom: 0; } .mark:nth-child(2n+1) .mark-label { opacity: 0; } .mark:nth-child(2n+1) .mark-line { height: 2px; } .value-column { display: flex; align-items: center; height: 40rpx; line-height: 40rpx; font-size: 18rpx; } .value { flex: 1 0 0; height: 30rpx; } .has-value { background-color: #aaa; } .not-has-value { background-color: red; } .value:last-child { background-color: transparent; } </style> </body> </html>
2021-03-08把 success 变成箭头函数 应该也可以拿到
拿不到that.data中的数据是为什么?setData也不生效,后面的语句不执行[图片][图片][图片]
2021-03-04楼上说的对,自定义头部呗
小程序左上角的返回上一页按钮,如何控制返回到指定页面?自学小程序,遇到菜鸡问题如下: 比如主页是1,后面有2、3、4、5页,我在5完成时跳转到3,此时点击左上角的返回上一页按钮,会返回到5,我想返回到主页1,目前我尝试从onUnload方法中去跳转,但是会先有一个跳转到5的动作,之后再跳转到1,无法达到效果 还请大佬指教,感谢感谢!!!
2021-02-26这个不是获取的经纬度吗? 你的意思是获取不到经纬度 还是什么
小程序使用uni.getLocation真机调试可以获取定位,发布上线后就获取不到?点击预览获取不到,体验版也获取不到 ,但是在手机上打开调试就可以获取到
2021-02-25分享到朋友圈是用的 onShareTimeline么
小程序的分享朋友圈,部分苹果手机没有选项是什么原因?我的小程序打开,部分苹果用户打开之后,只有分享好友,没有分享朋友圈的选项,请问是什么原因?
2021-02-25是不是被拦截了
开放平台注册确认邮件收不到?开放平台注册确认邮件收不到,注册邮箱scmc_03@163.com,麻烦大佬们帮忙查下,谢谢! @社区技术运营
2021-02-25采集信息了 是肯定需要的
微信小程序人脸识别也需要资质申请吗?不是人脸核身,仅仅是在小程序上打开摄像头绘制图片,然后将图片传给腾讯云的静态活体检测API进行识别,需不需要申请《微信人脸核身接口能力》呢?
2021-02-25建议一个页面只使用一个video
video有的路径不能播放?<video src="http://www.ydyyjkgj.com/video-ziyuan/Voicechat/16687/18190/14998/19842/8A71DFDEC9279E321BAE110D71653CEE102428.mp4"></video> <video src="http://www.ydyyjkgj.com/video-ziyuan/Voicechat/21499/1285/9310/15944/92A7B85E23BAF68764DE258CCAA093E4102480.mp4"></video> 两个路径,第一个可以正常播放,第二个不能播放,什么原因呢
2021-02-25域名配置了吗
ios设备上调取支付接口不行(体验版可以,线上版不行),安卓没问题。有人知道是什么情况吗?ios设备上调取支付接口不行(体验版可以,线上版不行),安卓没问题。有人知道是什么情况吗? 报错信息: requestPayment:fail jsapi has no permission, event=requestPayment,runningState=foreground,permissionMsg=permission got, detail=jsapi has no permission appid:wx3b86663933a68747
2021-02-25你这样 还不如贴个代码片段 https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
canvas 开发工具正常,手机预览失败?iphone7、ios 14.4 [图片][图片] 代码片段:https://developers.weixin.qq.com/s/Zh3LyTm97Xnn
2021-02-05