12 2020 档案

摘要:{ //收藏 "path": "pages/collect", "style": { "navigationBarTitleText":"收藏", "app-plus": { "titleNView": { "titleSize": "36rpx", "buttons": [ { "float": 阅读全文
posted @ 2020-12-21 21:57 三线码工 阅读(5661) 评论(0) 推荐(0) 编辑
摘要:uniapp APP取消导航栏与通知状态重合解决办法 方法1 <view class="status_bar"> <!-- 这里是状态栏,放在最顶部, --> </view> .status_bar { height: var(--status-bar-height);//默认状态高度,撑起高度 w 阅读全文
posted @ 2020-12-19 19:07 三线码工 阅读(1157) 评论(0) 推荐(0) 编辑
摘要:在comment文件夹创建一个js文件 const fun1 = function(){ console.log(1) } const fun2 = function() { console.log(2) return "666" } //声明函数,可以被引用 module.exports = { 阅读全文
posted @ 2020-12-09 09:51 三线码工 阅读(3019) 评论(0) 推荐(0) 编辑
摘要:index.vue <template> <view> <view class=""> 当前经度:{{local.long}} 当前纬度:{{local.lat}} </view> <view v-if="!hasLogin"> 游客你好{{hasLogin}} </view> <view v-if 阅读全文
posted @ 2020-12-08 20:18 三线码工 阅读(1386) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示