bruce

Results 12 issues of bruce

Hello! My project is a response project. When I was in the browser from the big screen to the mobile phone screen size, click is still doubleMonth. How to determine...

在安卓手机上播放之后,层级就会高于,自己定义的div弹窗z-index,这个问题如何解决?

ios手机点击选择多个图片时,完成后在页面显示的顺序是在相册里的顺序,而不是点击选择时的顺序? 如何在用户点击图片时就记录他的顺序? 体验demo:https://weui.io/weui.js/ 点击上传栏目的tab体验

![screenshot_20180628-100323](https://user-images.githubusercontent.com/11385973/42008949-c709e750-7aba-11e8-9284-4d5802f394e6.png) 在我手机上点击demo上传图片的组件,可选择的图片是灰的,无法选中? 而且demo上也上传的图片无法删除?

jeDate("#test01", { festival: true, minDate: "1900-01-01", //最小日期 maxDate: "2099-12-31", //最大日期 festival: false, donefun: function (obj) { var startVal = obj.val if($('#test02').val()) { if(validTime(startVal,$('#test02').val())) { $('#test01').val('') return; } } }, format:...

` //http.js import Fly from 'flyio/dist/npm/fly' import config from '@/config' const request = new Fly() request.config = { baseURL: config.host, parseJson:true } function getAuth () { let headers = {}...

![QQ截图20190711163116](https://user-images.githubusercontent.com/11385973/61035196-503efc00-a3f9-11e9-9985-eb07ae5855c0.png)

您好博主。看了您“【Web动画】SVG 线条动画入门”文章有几个疑问,stroke-dasharray和stroke-dashoffset设置的值都是自己随便写完,然后自己在浏览器上调的吗?我该如何知道图形或线条路径的准确长度呢?

**您使用的西瓜播放器版本是多少? What version of xgplayer are you using?** v3.0.14 **您使用的操作系统和浏览器分别是? What OS and browser are you using?** h5端 import { onMounted } from 'vue' import Player from 'xgplayer' // @ts-ignore...

Stale

您好,页面打开时音频的总长度是00:00,点击播放时才显示音频总长度是不是有点不合理的呢? 这是怎样造成的?