09 2019 档案
摘要:当整个页面就是一个view包着一个轮播、一个横向scroll-view和一个纵向scroll-view onReachBottom方法只执行一次 解决方法:
阅读全文
摘要:使用方法: 在.vue文件引入 文件下载地址:https://i.cnblogs.com/Files.aspx
阅读全文
摘要:标题 .text { font-size: 36rpx; color: rgba(51, 51, 51, 1); position: relative; display: inline-block;} .textCon { position: relative; z-index: 999; } .borderText { ...
阅读全文
摘要:创建uni-app 3.运行项目 两个路径都可以在浏览器打开 微信开发者工具预览
阅读全文
摘要:<view class='notice-wrap' hidden='{{hideNotice}}'> <view class='tongzhitext'> <text class="tongzhi-text">{{notice}}</text> </view> <view bindtap='swit
阅读全文
摘要:1.微信小程序跳转小程序 wx.navigateToMiniProgram <script src='https://res.wx.qq.com/open/js/jweixin-1.3.0.js'></script> navigateToMiniProgram(mAppId) { wx.naviga
阅读全文
摘要:<view class="container"> <image src="../../imgs/swiper1.jpg"></image> <text bindtap="cliadv">跳过广告 {{miao}}</text> </view> .container{ width:100%; heig
阅读全文
摘要:<!--index.wxml--> <view> <navbar id='index_header' background='{{background}}' pageName="{{pageName}}" showNav='false' showHome='false' flag='{{flag}}
阅读全文
摘要:1.消息提示 wx.showToast 注意 wx.showLoading 和 wx.showToast 同时只能显示一个 wx.showToast 应与 wx.hideToast 配对使用
阅读全文
摘要:var rootDocment = 'https://123.com';//你的域名 var rootDocment = 'https://123.com';//你的域名 function postData(url, data, cb) { wx.request({ wx.request({ url
阅读全文
摘要://去除空格 <input type='text' data-name='account' value='{{account}}' name="account" bindinput='verification' bindblur='account'></input> verification: fu
阅读全文
摘要:<!-- 轮播图 --> <swiper previous-margin='50px' next-margin='50px' bindchange="swiperChange" style='height:{{swiperH}};'> <swiper-item wx:for='{{imgList}}
阅读全文
摘要:<view class="touch-item {{item.isTouchMove ? 'touch-move-active' : ''}}" data-index="{{index}}" wx:for="{{list}}" wx:key> <view class="content"> <view
阅读全文

浙公网安备 33010602011771号