排名
1
文章数
15030
总访问量
216.3万
粉丝数
30
评论数
120
今天跑代码时用到了Powershell,有一个环境变量死活都找不到,无奈只好重新回到cmd命令行测试,结果立马就跑通了。-_-||由于现在Win10默认右键只有Powershell,所以为了以后方便使用就把右键添加“在此处打开命令窗口”的代码分享出来。(#.#)效果第一个是在 桌面 / 文件夹窗口中 / 选中文件夹上 直接点击右键,显示...
导航栏作为常用组件有做简单封装,当然你也可以直接复制代码结构自己修改,达到个性化目的。
`App.vue`获得系统信息
```
onLaunch:function(){
uni.getSystemInfo({
success:function(e){
//#ifndefMP
Vue.prototype.StatusBar=e.statusBarHeight;
if(e.platform=='android'){
...
perfToX(){//悬浮按钮向右滑动
this.animation=uni.createAnimation({duration:300,timingFunction:'ease'})
this.animation.translateX(50).opacity(0.4).step()
this.animationTask=this.animation.export()
},
dismissToX(){//悬浮按钮向左滑动
this.animation=uni.createAnimation({duration:800...
app.vue中创建.main_content{
position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;
display:flex;flex-direction:column;align-items:center;
navbar{position:relative;width:100%;flex-grow:0;flex-shrink:0;}
container{position:relative;width:100%;flex-grow:1;display:flex;}
...
<template>
<viewclass="container">
<scroll-viewscroll-with-animationclass="scroll":class="class1":scroll-y="scrollY":scroll-top="scrollTop"
:refresher-enabled="isrefresh":refresher-threshold="refresherTh...
onPageScroll:function(e){var that=this;if (this.scrollEndTimer) {clearTimeout(this.scrollEndTimer);this.scrollEndTimer =null;if(that.data.img_ccc.indexOf('hide')==-1){console.log('set img_ccc hide');that.setData({'img_ccc':'am_t_left_hide'});}}this.scrollEndT...
1.在父组件methods中定义一个方法:changeType:function(type){
this.typeActive=type;
alert(type);
}2.在父组件引用子组件时绑定该方法:<cate-top:catelist="catelist"v-on:pChangeType="changeType"></cate-top>3.在子组件中绑定点击事件:<templatename="cate-top&...
1.写一个简单的子组件main/index.vue:<template>
<view>
</view>
</template>
<script>
exportdefault{
data(){
return{
}
},
onLoad(){
},
methods:{
childMethod(){
console.log('childMethoddo...')
}
}
}
</script>
<style>
...
forEach与async/await使用踩坑functiontest(){letarr=[1,2,3]arr.forEach(asyncitem=>{constres=awaitfetch(item)console.log(res)})console.log('end')}functionfetch(x){returnnewPromise((resolve,reject)=>{resolve(x)})}test()思考如上代码、我们预期结果是先输出1,2,3,然后因为等待异步结果...
一、打开如图系统目录修改host地址打开后找到这里修改host二、打开uni-app 找到项目中的manifest.json三、正常运行项目到浏览器这时候如果浏览器提示微信打开四、打开微信开发者工具 选择 公众号网页五、复制 uni-app控制台输出的地址 粘贴到 微信开发者工具中公众号网页的地址栏中运行六、在公众号后台配置网页授...
排名
6
文章
6
粉丝
16
评论
8
{{item.articleTitle}}
{{item.blogName}} : {{item.content}}
ICP备案 :渝ICP备18016597号-1
网站信息:2018-2024TNBLOG.NET
技术交流:群号656732739
联系我们:contact@tnblog.net
公网安备:50010702506256
欢迎加群交流技术