摘要: 小程序自定义搜索框固定在头部。 代码示例: <view class="inputtop"> <input type="text" placeholder="输入内容进行检索" class='input' placeholder-class="placeholder" bindblur="onBind 阅读全文
posted @ 2020-11-08 15:19 倔强的烤马铃薯 阅读(65) 评论(0) 推荐(0)
摘要: 当小程序发布后,还具有调试的功能,在app.js中找到wx.setEnableDebug,把 enableDebug设置为fale. wx.setEnableDebug({ enableDebug: false }) 阅读全文
posted @ 2020-11-08 15:05 倔强的烤马铃薯 阅读(47) 评论(0) 推荐(0)