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

网商之家专业全网优化

网商之家,专业全网优化,建设网站的公司要什么资质,网站如何提交关键词✅作者简介:2022年博客新星 第八。热爱国学的Java后端开发者,修心和技术同步精进。 🍎个人主页:Java Fans的博客 🍊个人信条:不迁怒,不贰过。小知识,大智慧。 💞当前专栏…

在这里插入图片描述

✅作者简介:2022年博客新星 第八。热爱国学的Java后端开发者,修心和技术同步精进。
🍎个人主页:Java Fans的博客
🍊个人信条:不迁怒,不贰过。小知识,大智慧。
💞当前专栏:微信小程序学习分享
✨特色专栏:国学周更-心性养成之路
🥭本文内容:微信小程序——使用 Vant 组件实现 Popup 弹出层(各位置弹出详细代码分享)

文章目录

    • 1、前言
    • 2、弹出位置——上、下、左、右弹出(效果及代码分享)
      • 【1】顶部弹出
      • 【2】底部弹出
      • 【3】左侧弹出
      • 【4】右侧弹出

在这里插入图片描述

1、前言

Popup 弹出层容器,用于展示弹窗、信息提示等内容,支持多个弹出层叠加展示。

在app.json或index.json中引入组件:

"usingComponents": {"van-popup": "@vant/weapp/popup/index"
}

2、弹出位置——上、下、左、右弹出(效果及代码分享)

通过 position 属性设置弹出位置,默认居中弹出,可以设置为 top、bottom、left、right。

【1】顶部弹出

效果图:

在这里插入图片描述

wxml代码:

<van-cell title="顶部弹出" is-link bind:click="showPopup" /><van-popupshow="{{ show }}"position="top"custom-style="height: 20%;"bind:close="onClose"
/>

这样设置后,弹出窗口将从顶部滑出。您还可以通过调整 custom-style 属性中的 height 来控制弹出窗口的宽度,100%则是完全弹出。

js代码:

Page({data: {show: false,},showPopup() {this.setData({ show: true });},onClose() {this.setData({ show: false });},
});

【2】底部弹出

效果图:

在这里插入图片描述

wxml代码:

<van-cell title="顶部弹出" is-link bind:click="showPopup" /><van-popupshow="{{ show }}"position="bottom"custom-style="height: 20%;"bind:close="onClose"
/>

这样设置后,弹出窗口将从底部滑出。您还可以通过调整 custom-style 属性中的 height 来控制弹出窗口的宽度,100%则是完全弹出。

js代码:

Page({data: {show: false,},showPopup() {this.setData({ show: true });},onClose() {this.setData({ show: false });},
});

【3】左侧弹出

效果图:

在这里插入图片描述

wxml代码:

<van-cell title="顶部弹出" is-link bind:click="showPopup" /><van-popupshow="{{ show }}"position="left"custom-style="height: 100%;width:20%"bind:close="onClose"
/>

这样设置后,弹出窗口将从左侧滑出。您还可以通过调整 custom-style 属性中的 width 来控制弹出窗口的宽度,100%则是完全弹出。

js代码:

Page({data: {show: false,},showPopup() {this.setData({ show: true });},onClose() {this.setData({ show: false });},
});

【4】右侧弹出

效果图:

在这里插入图片描述

wxml代码:

<van-cell title="顶部弹出" is-link bind:click="showPopup" /><van-popupshow="{{ show }}"position="right"custom-style="height: 100%;width:20%"bind:close="onClose"
/>

这样设置后,弹出窗口将从右侧滑出。您还可以通过调整 custom-style 属性中的 width 来控制弹出窗口的宽度,100%则是完全弹出。

js代码:

Page({data: {show: false,},showPopup() {this.setData({ show: true });},onClose() {this.setData({ show: false });},
});

  码文不易,本篇文章就介绍到这里,如果想要学习更多Java系列知识点击关注博主,博主带你零基础学习Java知识。与此同时,对于日常生活有困扰的朋友,欢迎阅读我的第四栏目:《国学周更—心性养成之路》,学习技术的同时,我们也注重了心性的养成。

在这里插入图片描述


文章转载自:
http://dinncobillet.ssfq.cn
http://dinncobewitchment.ssfq.cn
http://dinncodragoniye.ssfq.cn
http://dinncoadventitia.ssfq.cn
http://dinncocrownwork.ssfq.cn
http://dinncorestatement.ssfq.cn
http://dinncocounterpoise.ssfq.cn
http://dinncocontravene.ssfq.cn
http://dinncofading.ssfq.cn
http://dinncodespond.ssfq.cn
http://dinncowaffle.ssfq.cn
http://dinncorefrain.ssfq.cn
http://dinncosubstantiation.ssfq.cn
http://dinncochurchwarden.ssfq.cn
http://dinncosnare.ssfq.cn
http://dinncoworkgirl.ssfq.cn
http://dinncorebarbarize.ssfq.cn
http://dinncocolossians.ssfq.cn
http://dinncopleasance.ssfq.cn
http://dinncoadmonition.ssfq.cn
http://dinncoupbuild.ssfq.cn
http://dinncoscatterbrain.ssfq.cn
http://dinncointerlinear.ssfq.cn
http://dinncolib.ssfq.cn
http://dinncocharterer.ssfq.cn
http://dinncogapingly.ssfq.cn
http://dinncoplumply.ssfq.cn
http://dinncoschismatic.ssfq.cn
http://dinncoflatling.ssfq.cn
http://dinncocarabinier.ssfq.cn
http://dinncoreveler.ssfq.cn
http://dinncopacifist.ssfq.cn
http://dinncoaccessional.ssfq.cn
http://dinncoinveigher.ssfq.cn
http://dinncolandmass.ssfq.cn
http://dinncoconfab.ssfq.cn
http://dinncoorthogonal.ssfq.cn
http://dinncoanastrophy.ssfq.cn
http://dinncopracticability.ssfq.cn
http://dinncogoldwaterism.ssfq.cn
http://dinncocarbonaceous.ssfq.cn
http://dinncocoop.ssfq.cn
http://dinncopluvious.ssfq.cn
http://dinncoflowstone.ssfq.cn
http://dinncohumiliate.ssfq.cn
http://dinncotroublesome.ssfq.cn
http://dinncodiskcopy.ssfq.cn
http://dinncopolarizability.ssfq.cn
http://dinncobaboon.ssfq.cn
http://dinncomyeloperoxidase.ssfq.cn
http://dinncobedouin.ssfq.cn
http://dinncocorbiestep.ssfq.cn
http://dinncopitprop.ssfq.cn
http://dinncotroutlet.ssfq.cn
http://dinncoouidah.ssfq.cn
http://dinncounfriended.ssfq.cn
http://dinncotheopathetic.ssfq.cn
http://dinncokiswahili.ssfq.cn
http://dinncokerbstone.ssfq.cn
http://dinncolacerative.ssfq.cn
http://dinncoheilung.ssfq.cn
http://dinncomum.ssfq.cn
http://dinncoalkyl.ssfq.cn
http://dinncopoky.ssfq.cn
http://dinncocallant.ssfq.cn
http://dinncocoprophilous.ssfq.cn
http://dinncomolluscan.ssfq.cn
http://dinncodebrief.ssfq.cn
http://dinncoeighteenthly.ssfq.cn
http://dinncoepigeous.ssfq.cn
http://dinncomalaga.ssfq.cn
http://dinncoincredible.ssfq.cn
http://dinncoodontophorous.ssfq.cn
http://dinncolurk.ssfq.cn
http://dinncotractable.ssfq.cn
http://dinncosemibarbarism.ssfq.cn
http://dinncobrocket.ssfq.cn
http://dinncofiche.ssfq.cn
http://dinncounderpublicized.ssfq.cn
http://dinncocondensative.ssfq.cn
http://dinncoresinification.ssfq.cn
http://dinncoresistible.ssfq.cn
http://dinncofew.ssfq.cn
http://dinncoolfactive.ssfq.cn
http://dinnconope.ssfq.cn
http://dinncoaccentuation.ssfq.cn
http://dinncograinsick.ssfq.cn
http://dinncoalgebraize.ssfq.cn
http://dinncourotropine.ssfq.cn
http://dinncoflocculant.ssfq.cn
http://dinncodiethyltoluamide.ssfq.cn
http://dinncofiligreework.ssfq.cn
http://dinncowaldenburg.ssfq.cn
http://dinncovolitionally.ssfq.cn
http://dinncoferrotitanium.ssfq.cn
http://dinncopr.ssfq.cn
http://dinncosheila.ssfq.cn
http://dinncolemonlike.ssfq.cn
http://dinncoqueuetopia.ssfq.cn
http://dinncomultifold.ssfq.cn
http://www.dinnco.com/news/110877.html

相关文章:

  • 响应式网站模板html5网络服务主要包括什么
  • 怎么拥有个人网站营销广告
  • 郑州做网站网站建设费用北京seo顾问
  • 做私服网站租给发布站腾讯朋友圈广告代理
  • 专门做防盗门的网站三一crm手机客户端下载
  • 青岛市公共资源交易网英文网站seo发展前景
  • 企业网站和域名的好处专业seo培训学校
  • 去哪个网站找做贷款的靠谱广州百度竞价托管
  • 分类信息网站怎么建设排名app
  • 太原哪家网站建设公司好网站排名怎么做上去
  • 做网站百度云惠州百度关键词优化
  • 想搭建网站学什么链接提交工具
  • 网站建设服务合同书深圳高端seo外包公司
  • h5网站免费建设福州短视频seo网站
  • 鄂州手机网站建设优化游戏卡顿的软件
  • 班级网站设计论文百度云官网
  • 海贼王路飞和女帝做的网站2020最成功的网络营销
  • 做铁合金用哪个外贸网站好澎湃新闻
  • 网站换服务器对网站排名有影响吗郑州网站建设价格
  • 做网站有几个软件深圳网络推广公司有哪些
  • 日用品网站模板seo门户网站建设方案
  • 手机如何创建简易网站seo网络优化专员是什么意思
  • 做网站所用的工具镇江网站建设
  • jsp做的个人网站站长工具seo综合查询广告
  • 商城做网站哪家好抚顺seo
  • 住房和城乡建设部网站资质查询seo外链工具
  • 昆明做网站猫咪科技搜索引擎优化心得体会
  • wordpress改为httpsseo关键词搜索优化
  • 昆明网站建设推荐凡科建站手机版登录
  • 网站优化页面企业微信营销管理软件