应该是两者之间的冲突,form 表单中的提交 button 固定了格式之类的...
view的高度(height)用百分比的话加入form后view布局就变了,不用百分比就不会为什么?view的高度如果用百分比(如20%), 外面加上<form>后布局就变了,如果高度用具体尺寸(如100px)而不用百分比,外面加上form就没事。不能用百分比吗?代码框架如下(两段代码的差异就只是红色部分,别的都一样): 1、用百分比时,加入form后布局会被改变: <form bindsubmit="formSubmit"> <view style="height:90%;display:flex;flex-direction:column;justify-content:center;background-color:#ffffff;"> <view style="height:25%;display:flex;justify-content:center;align-items:center;background-color:#ff0000;"> <text>Welcome</text> </view> <view style="height:25%;display:flex;justify-content:center;align-items:center;background-color:#ffff00;"> <text>账号</text><input style="background-color:#c0c0c0;"></input> </view> <view style="height:25%;display:flex;justify-content:center;align-items:center;background-color:#008000;"> <text>密码</text><input style="background-color:#c0c0c0;"></input> </view> <view style="height:25%;display:flex;justify-content:center;align-items:center;background-color:#0000ff;"> <button form-type="submit" size="default" type="primary" >Enter</button> </view> </view> </form> [图片] 2、用具体长度时,加入form后布局不会变: <form bindsubmit="formSubmit"> <view style="height:400px;display:flex;flex-direction:column;justify-content:center;background-color:#ffffff;"> <view style="height:25%;display:flex;justify-content:center;align-items:center;background-color:#ff0000;"> <text>Welcome</text> </view> <view style="height:25%;display:flex;justify-content:center;align-items:center;background-color:#ffff00;"> <text>账号</text><input style="background-color:#c0c0c0;"></input> </view> <view style="height:25%;display:flex;justify-content:center;align-items:center;background-color:#008000;"> <text>密码</text><input style="background-color:#c0c0c0;"></input> </view> <view style="height:25%;display:flex;justify-content:center;align-items:center;background-color:#0000ff;"> <button form-type="submit" size="default" type="primary" >Enter</button> </view> </view> </form> [图片] -------------------------[end]---------------------------------
2019-10-12有啊 https://developers.weixin.qq.com/miniprogram/dev/api/media/image/wx.chooseImage.html 文档咯 [图片]
小程序有没有打开相册可以选择图片或者视频得API?小程序有没有打开相册可以选择图片或者视频得API?
2019-10-12留眼,混点经验..
wx.openDocument() 打不开pdf文档,文件下载好了没反应?wx.downloadFile({ url: 'https://www.xxxx.com/api/wechat/nfiles/download?fileid=1&userid=1', //仅为示例,并非真实的资源 success: function (res) { // this.setData({ // files: res.tempFilePath // }) wx.openDocument({ filePath: res.tempFilePath, success: function (res) { console.log('打开文档成功') } }) } 文件下载好了没反应,提示unable to find app to open this type of document
2019-10-12建议一楼方法
新版本mac系统 小程序开发工具 不能打开老项目[图片] mac 系统 10.15 。打不开老项目,报 [图片] [图片] 好几个都是这样,云开发的没有事情可以打开,新建的也是可以
2019-10-12应该是可以的,满足条件就行...
同一个主体下,不同的商户,可以申请不同的委托代扣方式吗?老师,您好: 如果是同一个主体下,不同的商户,可以申请不同的委托代扣方式吗? 比如,同一主体公司,有ab两个商户,a商户申请委托代扣,b商户申请自动续费,这样可以嘛? 麻烦老师帮忙解答,谢谢~~
2019-10-12关闭重启啦...时不时会出现这个问题,出现的时候建议查看一下任务管理器,cpu的使用情况...关闭前建议备份一下...免的刷掉
开发者工具代码行白屏[图片] 里面明明有内容,突然就白屏没内容,得关闭,重新打开,但是刚刚写的代码就没了。不知道为什么,不会看版本号,上个版本是1.02.1909122,下个版本是1.02.1910112
2019-10-12谢邀,现在升级版本(ios)解决了吗?如果未解决,贴个代码块 .iOS 13.1.2 微型 7.0.8 可以测试一下
封装的组件,真机上为什么动画效果不生效?自己封装了一个活动面板组件, 动画效果是: 遮罩层淡入淡出,活动面板移入移出 点击选择兑换品牌栏时, 在开发者工具上查看时,动画效果存在的,一使用真机看就不生效 真机是 iphoneXR, ios13.1.2 https://developers.weixin.qq.com/s/QfGz9Xmk7TbD
2019-10-12谢邀,没用过这个,你可以尝试邀请突出贡献者或者官方询问,,,
微信中有赞赏记录的接口吗?小程序中放置了一个赞赏码,如果别人进行赞赏过了,我如何获取赞赏记录呢?官方好像找不到它的接口?有吗?
2019-10-12这个就两个值,可以测试一下啦.官方给的文档说是旋转的角度,,,应该给60吧..这里 https://developers.weixin.qq.com/miniprogram/dev/api/media/map/MapContext.translateMarker.html
translateMarker的rotate应该如何设置?这个rotate是应该设置希望转到的角度,还是设置在目前角度上转动的角度? 例如,目前角度是30度,我希望转到90度,是设置rotate为60还是设置成90?
2019-10-12谢邀,建议查看帖子..或者先在社区找一下类似问题哦https://developers.weixin.qq.com/community/develop/doc/00004c33df85a80ac72868a375b000?_at=1570865253823
小程序自营可以开发供应商系统吗?小程序自营可以开发供应商系统吗?
2019-10-12