摘要: 使用方法: 在.vue文件引入 文件下载地址:https://i.cnblogs.com/Files.aspx 阅读全文
posted @ 2019-09-17 17:47 一个小小前端 阅读(1009) 评论(0) 推荐(0)
摘要: 标题 .text { font-size: 36rpx; color: rgba(51, 51, 51, 1); position: relative; display: inline-block;} .textCon { position: relative; z-index: 999; } .borderText { ... 阅读全文
posted @ 2019-09-16 18:19 一个小小前端 阅读(1074) 评论(0) 推荐(0)
摘要: 创建uni-app 3.运行项目 两个路径都可以在浏览器打开 微信开发者工具预览 阅读全文
posted @ 2019-09-12 13:47 一个小小前端 阅读(3405) 评论(0) 推荐(0)
摘要: <view class='notice-wrap' hidden='{{hideNotice}}'> <view class='tongzhitext'> <text class="tongzhi-text">{{notice}}</text> </view> <view bindtap='swit 阅读全文
posted @ 2019-09-12 11:48 一个小小前端 阅读(8692) 评论(0) 推荐(0)
摘要: 1.微信小程序跳转小程序 wx.navigateToMiniProgram <script src='https://res.wx.qq.com/open/js/jweixin-1.3.0.js'></script> navigateToMiniProgram(mAppId) { wx.naviga 阅读全文
posted @ 2019-09-11 17:57 一个小小前端 阅读(22896) 评论(4) 推荐(1)
摘要: <view class="container"> <image src="../../imgs/swiper1.jpg"></image> <text bindtap="cliadv">跳过广告 {{miao}}</text> </view> .container{ width:100%; heig 阅读全文
posted @ 2019-09-11 17:48 一个小小前端 阅读(3412) 评论(0) 推荐(0)
摘要: <!--index.wxml--> <view> <navbar id='index_header' background='{{background}}' pageName="{{pageName}}" showNav='false' showHome='false' flag='{{flag}} 阅读全文
posted @ 2019-09-09 10:38 一个小小前端 阅读(4079) 评论(0) 推荐(0)
摘要: 1.消息提示 wx.showToast 注意 wx.showLoading 和 wx.showToast 同时只能显示一个 wx.showToast 应与 wx.hideToast 配对使用 阅读全文
posted @ 2019-09-06 23:35 一个小小前端 阅读(15453) 评论(0) 推荐(0)
摘要: var rootDocment = 'https://123.com';//你的域名 var rootDocment = 'https://123.com';//你的域名 function postData(url, data, cb) { wx.request({ wx.request({ url 阅读全文
posted @ 2019-09-06 23:15 一个小小前端 阅读(1792) 评论(0) 推荐(0)
摘要: //去除空格 <input type='text' data-name='account' value='{{account}}' name="account" bindinput='verification' bindblur='account'></input> verification: fu 阅读全文
posted @ 2019-09-06 22:56 一个小小前端 阅读(4452) 评论(0) 推荐(0)