08 2021 档案

摘要:<template>标签中: <view class="" v-if="daShow==1"> <view class="orderlist-list" @click="goDetail(item.id)" v-for="item in row_list" :key='item.id'> <!-- 阅读全文
posted @ 2021-08-10 17:04 IT小姐姐 阅读(1164) 评论(0) 推荐(0)
摘要:首先要学会看文档,https://www.nuxtjs.cn/guide/configuration 一、创建项目,并运行 终端运行 npx create-nuxt-app <项目名> (npx(npx在NPM版本5.2.0默认安装了)),填写完项目信息后进入项目目录运行 npm run dev即可 阅读全文
posted @ 2021-08-07 11:10 IT小姐姐 阅读(231) 评论(0) 推荐(0)
摘要:一、首先要关闭原生导航栏 :在pages.json 中设置 "navigationStyle":"custom" 二、在APP.vue中 onLaunch: function() { uni.getSystemInfo({ success: function(e) { // #ifndef MP V 阅读全文
posted @ 2021-08-07 10:58 IT小姐姐 阅读(1676) 评论(0) 推荐(0)