- 过个组件中margin以哪个组件为边框?
为什么余额查询的view中设置的margin-bottom不是以section1为对照呢,想在section1中将余额查询这个view向上调一下 [图片] [图片]
2017-03-23 - js总是提示我is not a function,帮看看
check.checkIdNull is not a function;at "pages/query/query" page bindIdcardVerify function 在query.js中也引进了var check = require("../../utils/check.js") query.wxml <view class="weui-cell weui-cell_input"> <input class="weui-input" name="idno" type="idcard" placeholder="请输入身份证号" maxlength="18" bindblur="bindIdcardVerify" /> </view> query.js bindIdcardVerify: function (e) {//身份证号验证 if (!check.checkIdNull(e.detail.value)) { //if (!check.checkPhoneNum(e.detail.value)) { return false } } check.js function checkIdNull(content) { return (content && content != null) }
2017-03-03 - 一个页面打开的时候 如何设置焦点不自动定位到input
现在页面打开后 会自动弹出键盘输入框,如何设置新开页面后的焦点呢
2017-03-01 - background-image在工具中预览可以显示,但在实体机中预览则不能显示
background-image在工具中预览可以显示,但是在实体机中预览则不能显示, background-image: url(../../resources/query-bg.jpg); background-size:cover;
2017-03-01