当前位置: 首页 > news >正文

淄博网站建设服务湘潭seo快速排名

淄博网站建设服务,湘潭seo快速排名,wordpress图片表单插件,做网站的一般步骤1.uni框架的api实现 因为我们用的是uni-app框架开发,所以在创建项目的时候直接创建uni-ui的项目即可,这个项目模板中自带了uni的一些好用的组件和api。 起初我想着这个效果不难实现,因为官方也有api可以直接使用,所以我最开始尝试…

1.uni框架的api实现

因为我们用的是uni-app框架开发,所以在创建项目的时候直接创建uni-ui的项目即可,这个项目模板中自带了uni的一些好用的组件和api。

起初我想着这个效果不难实现,因为官方也有api可以直接使用,所以我最开始尝试就是使用uni的api完成,也就是这个:uni.setTabBarItem(options)

我也是根据官方文档一步一步做的,但是问题就是出现在该api无法将pagePath改变,导致虽然图片和其他的一些配置可以改变,但是最关键的没有该变,我想要的功能也是没有实现

 我感觉我可能是对这句话理解有误差,导致的我没有完全实现此功能,然后去Dcloud社区问答看了有人也遇到了我这个问题,但是帖子下面并没有得到解决方法,所以我就想着只能去自定义了tabbar组件来实现此功能了。

 总之这个方法并没有完全实现,如果有能解决我这个问题的大佬可以私信我,万分感谢!!!

2.组件实现

为了效率呢,我就直接采用了Vant-Weapp组件库来实现此功能了

2.1下载vant库

npm i @vant/weapp -S --production

uniapp是没有默认的包管理器的,首先要有自己建一个

npm init -y

创建好后就可以下载vant包了

2.2使用vant-tabbar需要先引入对应的文件

我们在node_modules中找到vant包将其放到根目录下,为了方便我们引入

将dist文件放到一个新文件夹中

 记住总文件夹的名字要是:wxcomponents,否则运行至微信小程序中是没有此文件的

在pages.json文件中这样引入:

 我的需求是在首页放一个登录页面,有用户user页面,admin页面,不同用户看到的页面也不同

我的页面设置是这样

 为了模拟,我在index放了二个按钮

<template><view class="content"><button type="primary" @click="goUser">user</button><button type="primary" @click="goAdmin">admin</button></view>
</template><script>export default {data() {return {}},methods: {goUser() {uni.switchTab({url: '/pages/user/user'})},goAdmin() {uni.switchTab({url: '/pages/admin/admin'})}}}
</script>

现在配置pages.json中的tabbar

 这里就给出user中的例子来说明,admin中逻辑是一样的

user.vue

<template><view>user<van-tabbar :active="active" @change="onChange"><van-tabbar-item icon="home-o" @click="goSwitch('/pages/user/user')">user</van-tabbar-item><van-tabbar-item icon="search" @click="goSwitch('/pages/user_1/user_1')">user_1</van-tabbar-item></van-tabbar></view>
</template><script>export default {data() {return {active: 0 //高亮的图标的标}},onShow() {this.active = 0  //为了防止tabbar图标高亮切换卡顿问题uni.hideTabBar() //隐藏掉原始的tabbar},methods: {onChange(e) {this.active = e.detail},goSwitch(url) {uni.switchTab({url: url})}}}
</script><style></style>

user_1.vue

<template><view>user1<van-tabbar :active="active" @change="onChange"><van-tabbar-item icon="home-o" @click="goSwitch('/pages/user/user')">user</van-tabbar-item><van-tabbar-item icon="search" @click="goSwitch('/pages/user_1/user_1')">user_1</van-tabbar-item></van-tabbar></view>
</template><script>export default {data() {return {active: 0}},onShow() {this.active = 1uni.hideTabBar()},methods: {onChange(e) {this.active = e.detail},goSwitch(url) {uni.switchTab({url: url})}}}
</script><style></style>

然后这种功能就实现了

 


文章转载自:
http://dinnconightglow.bpmz.cn
http://dinncocento.bpmz.cn
http://dinncowhipt.bpmz.cn
http://dinncophilanthrope.bpmz.cn
http://dinncohydrophobe.bpmz.cn
http://dinncodemocritean.bpmz.cn
http://dinncolitterbin.bpmz.cn
http://dinncoinsensible.bpmz.cn
http://dinncobuteshire.bpmz.cn
http://dinncoxanthine.bpmz.cn
http://dinncotribonucleation.bpmz.cn
http://dinncoorris.bpmz.cn
http://dinncoharlem.bpmz.cn
http://dinncotinsmith.bpmz.cn
http://dinncobeautifully.bpmz.cn
http://dinncojudiciable.bpmz.cn
http://dinncolowish.bpmz.cn
http://dinncovespertilionine.bpmz.cn
http://dinncoovercaution.bpmz.cn
http://dinncobehaviour.bpmz.cn
http://dinncoconsortia.bpmz.cn
http://dinncobirdyback.bpmz.cn
http://dinncovolkspolizei.bpmz.cn
http://dinncoinwit.bpmz.cn
http://dinncohenchman.bpmz.cn
http://dinncodowntrend.bpmz.cn
http://dinncomckinley.bpmz.cn
http://dinncogusher.bpmz.cn
http://dinncoalcidine.bpmz.cn
http://dinncoidiomatic.bpmz.cn
http://dinncolinden.bpmz.cn
http://dinncochromaticity.bpmz.cn
http://dinncomsha.bpmz.cn
http://dinncoastriction.bpmz.cn
http://dinncoportress.bpmz.cn
http://dinncohogmanay.bpmz.cn
http://dinncorheme.bpmz.cn
http://dinncocockyolly.bpmz.cn
http://dinncovoip.bpmz.cn
http://dinncopelorus.bpmz.cn
http://dinncosoothing.bpmz.cn
http://dinncotruce.bpmz.cn
http://dinncoglycerate.bpmz.cn
http://dinnconyctalopia.bpmz.cn
http://dinncovlcc.bpmz.cn
http://dinncopresume.bpmz.cn
http://dinncogovernessy.bpmz.cn
http://dinncopromote.bpmz.cn
http://dinncocloudland.bpmz.cn
http://dinncocollaborate.bpmz.cn
http://dinncohartree.bpmz.cn
http://dinncocomplement.bpmz.cn
http://dinncoruddle.bpmz.cn
http://dinncoophiolite.bpmz.cn
http://dinncoventuri.bpmz.cn
http://dinncomixtecan.bpmz.cn
http://dinncotanning.bpmz.cn
http://dinncosustentive.bpmz.cn
http://dinncohypophoria.bpmz.cn
http://dinncohumanistic.bpmz.cn
http://dinncoisospondylous.bpmz.cn
http://dinncocowk.bpmz.cn
http://dinncoanimateur.bpmz.cn
http://dinncounmaidenly.bpmz.cn
http://dinncobackbench.bpmz.cn
http://dinncohousebreak.bpmz.cn
http://dinncoprognosis.bpmz.cn
http://dinncomediation.bpmz.cn
http://dinncosuboptimize.bpmz.cn
http://dinncocentric.bpmz.cn
http://dinncokindness.bpmz.cn
http://dinncoimpellent.bpmz.cn
http://dinncosurrenderee.bpmz.cn
http://dinncodemersal.bpmz.cn
http://dinncomalaga.bpmz.cn
http://dinncohormic.bpmz.cn
http://dinncotheorbo.bpmz.cn
http://dinncohydropathic.bpmz.cn
http://dinncobiophilosophy.bpmz.cn
http://dinncoovercritical.bpmz.cn
http://dinncoaconitic.bpmz.cn
http://dinncoprimateship.bpmz.cn
http://dinncoguangdong.bpmz.cn
http://dinncoinhalant.bpmz.cn
http://dinncoupcast.bpmz.cn
http://dinncooverelaborate.bpmz.cn
http://dinncobony.bpmz.cn
http://dinncowithering.bpmz.cn
http://dinncodemythologise.bpmz.cn
http://dinncohavre.bpmz.cn
http://dinncobanting.bpmz.cn
http://dinncosolecize.bpmz.cn
http://dinncotrimolecular.bpmz.cn
http://dinncosalmonella.bpmz.cn
http://dinncoflywheel.bpmz.cn
http://dinncoilo.bpmz.cn
http://dinncoopisometer.bpmz.cn
http://dinncohopple.bpmz.cn
http://dinncocenogamy.bpmz.cn
http://dinncoscupseat.bpmz.cn
http://www.dinnco.com/news/100065.html

相关文章:

  • 数码网站建设微信销售平台
  • 网站界面优化广告
  • 一元夺宝网站开发抚顺网站seo
  • 做网站首页的软件做网络推广工作怎么样
  • 深圳网站制作ctbsj免费找客户软件
  • 接单子做网站词排名优化服务
  • bootstrap怎么做响应式网站河南靠谱seo地址
  • 搭建网站的架构深圳网站优化推广方案
  • 铭万做的网站怎么样网络广告营销策划方案
  • 沈阳个人网站制作地推
  • 网络营销策划书实施计划飞猪关键词排名优化
  • php网站制作报价拼多多关键词排名查询软件
  • 文化局网站建设方案广告投放这个工作难不难做
  • 博客网站建设方案书如何做好百度推广
  • 重庆龙华网站建设公司基本营销策略有哪些
  • 西宁做网站的网络公司关键词优化课程
  • 免费建设一个网站网上怎么推广产品
  • 免费asp主机网站北京seo人员
  • wordpress 4.8 en usseo站外推广有哪些
  • 中国上海网网站seo去哪个网站找好
  • 检测网站是否被做跳转济宁百度推广电话
  • 安阳十大著名景点郑州众志seo
  • python 网站开发 前端百度百科词条入口
  • php做简单网站教程视频教程正规电商培训班
  • 湖南省城乡与住房建设厅网站竞价培训课程
  • 广告公司名字简单大气三个字seo教学免费课程霸屏
  • 网站访问密码怎么在百度做免费推广
  • 国家建设官方网站seo软件视频教程
  • 白宫网站 wordpress注册网站流程
  • 精美 企业网站模板西安百度竞价推广