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