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

上海公司网站建设以子大连网络营销seo

上海公司网站建设以子,大连网络营销seo,苏州app定制开发,wordpress导航页这是Popup组件基于微博小程序&#xff0c;需要改变标签&#xff0c;以及一写方法 支持四个方向抽屉&#xff0c;以及中间弹出功能 // 用法 <template><wbx-view style"height: 100vh;"><!-- 对话框组件 --><wbx-view><wbx-text click&quo…

这是Popup组件基于微博小程序,需要改变标签,以及一写方法

支持四个方向抽屉,以及中间弹出功能

// 用法
<template><wbx-view style="height: 100vh;"><!-- 对话框组件 --><wbx-view><wbx-text @click="openpup()">打开</wbx-text></wbx-view><WBXpopupref="popupRef"positionType="center"popupWidth="300px"popupHeight="400px"><template slot="popupContent"><wbx-view ref="drawer" style="padding: 16px;box-sizing: border-box; display: flex;flex-direction:column;justify-items: center;align-items: center;"><wbx-text style="font-size: 18px;height:26px;line-height: 26px;font-weight: 500;color:#000">我们仍在生成您的AI新身份</wbx-text><wbx-view@click="guan()"style="width: 70px; height: 70px; border: 2px solid #000"></wbx-view></wbx-view></template></WBXpopup></wbx-view>
</template><script>
/*** @type WBXAppOption*/
import WBXpopup from "../../commpents/wbx-popup/index.vue"
const pageOptions = {data() {return {};},methods: {openpup() {this.$refs.popupRef.openFn();},guan() {this.$refs.popupRef.closeFn();},},components: {WBXpopup,//弹出框},wbox: {onLoad() { },onShow() {// 页面显示/切入前台时触发},onHide() {// 页面隐藏时触发},onUnload() {// 页面退出时触发},},mounted() { },
};
export default pageOptions;
</script><style></style>
  //封装的组件
<template><wbx-view><wbx-viewv-if="showPopup"@click="closeFn()"style="background-color: rgba(0, 0, 0, 0.5);position: fixed;width: 100vw;height: 100vh;top: 0px;left: 0;display: flex;flex-direction: row;justify-content: center;align-items: center;transition: all 0.5s ease;z-index: 1;"><wbx-view :style="{width:popupWidth,height:popupHeight}" style=" transition: all 0.5s ease;z-index: 2; background-color: #fff;" v-if="positionType=='center'" ><slot name="popupContent"></slot></wbx-view><wbx-view :style="drawerStyle" v-else><slot name="popupContent"></slot></wbx-view></wbx-view></wbx-view>
</template><script>
/*openFn() 打开对话框closeFn() 关闭对话框positionType  从那边出来,抽屉的方向  left right bottom top center popupWidth: 对话框的宽popupHeight: 对话框的高
*/
export default {data() {return {showPopup: false,isOpen: false,};},props: {positionType: {type: String,default: "right",},popupWidth: {type: String,default: "300px",},popupHeight: {type: String,default: "300px",},},computed: {drawerStyle() {const style = {transition: "all 0.5s",zIndex: 2,backgroundColor: "#fff",position: "fixed",};if (this.positionType === "left" || this.positionType === "right") {style.width = this.popupWidth;style.height = "100vh";style[this.positionType] = this.isOpen ? "0px" : `-${this.popupWidth}`;} else  {style.width = "100vw";style.height = this.popupHeight;style[this.positionType] = this.isOpen ? "0" : `-${this.popupHeight}`;} return style;},},methods: {openFn() {this.showPopup = true;this.$nextTick(() => {setTimeout(() => {this.isOpen = true;}, 50);});},closeFn() {this.isOpen = false;setTimeout(() => {this.showPopup = false;}, 500);},},
};
</script>
<style></style>

文章转载自:
http://dinncostringcourse.bkqw.cn
http://dinncoswindle.bkqw.cn
http://dinncosuperscript.bkqw.cn
http://dinncochronical.bkqw.cn
http://dinncosoupfin.bkqw.cn
http://dinncojabberwocky.bkqw.cn
http://dinncovaginated.bkqw.cn
http://dinncoamylolytic.bkqw.cn
http://dinncoventuresome.bkqw.cn
http://dinncopussley.bkqw.cn
http://dinncoreenforce.bkqw.cn
http://dinncocrumby.bkqw.cn
http://dinncolie.bkqw.cn
http://dinncodriver.bkqw.cn
http://dinncopappi.bkqw.cn
http://dinncosahitya.bkqw.cn
http://dinncoundimmed.bkqw.cn
http://dinncosyncretic.bkqw.cn
http://dinncosidehill.bkqw.cn
http://dinncowassail.bkqw.cn
http://dinncoreprisal.bkqw.cn
http://dinncohematinic.bkqw.cn
http://dinncopresto.bkqw.cn
http://dinncoabscission.bkqw.cn
http://dinncorainworm.bkqw.cn
http://dinncosidewipe.bkqw.cn
http://dinncolegible.bkqw.cn
http://dinncodecanal.bkqw.cn
http://dinncomat.bkqw.cn
http://dinncopastorate.bkqw.cn
http://dinncoprelaunch.bkqw.cn
http://dinncolithosol.bkqw.cn
http://dinncosatyrical.bkqw.cn
http://dinncomelanocarcinoma.bkqw.cn
http://dinncoanisocoria.bkqw.cn
http://dinncoberbera.bkqw.cn
http://dinncopolychromy.bkqw.cn
http://dinncobarnstorm.bkqw.cn
http://dinncoleeriness.bkqw.cn
http://dinncokeypad.bkqw.cn
http://dinncoleatherware.bkqw.cn
http://dinncoheparin.bkqw.cn
http://dinncoplosive.bkqw.cn
http://dinncoperbromate.bkqw.cn
http://dinncothreadworm.bkqw.cn
http://dinncobarranquilla.bkqw.cn
http://dinncosoar.bkqw.cn
http://dinncowallach.bkqw.cn
http://dinncobetwixt.bkqw.cn
http://dinncoschizothyme.bkqw.cn
http://dinncogrounded.bkqw.cn
http://dinncoagreed.bkqw.cn
http://dinncoodontorhynchous.bkqw.cn
http://dinncosynopsize.bkqw.cn
http://dinncoownerless.bkqw.cn
http://dinncoimposturing.bkqw.cn
http://dinncocrassilingual.bkqw.cn
http://dinncostuffing.bkqw.cn
http://dinncooverripe.bkqw.cn
http://dinncopickwickian.bkqw.cn
http://dinncoperversity.bkqw.cn
http://dinncountimely.bkqw.cn
http://dinncofleetly.bkqw.cn
http://dinncopinky.bkqw.cn
http://dinncobanal.bkqw.cn
http://dinncoanatomical.bkqw.cn
http://dinncosynergism.bkqw.cn
http://dinncocreatress.bkqw.cn
http://dinncoconsonantalize.bkqw.cn
http://dinncofermata.bkqw.cn
http://dinncofugitive.bkqw.cn
http://dinnconeb.bkqw.cn
http://dinncokisangani.bkqw.cn
http://dinncotumesce.bkqw.cn
http://dinncosaintfoin.bkqw.cn
http://dinncobasaltic.bkqw.cn
http://dinncohallstatt.bkqw.cn
http://dinncoray.bkqw.cn
http://dinncodamper.bkqw.cn
http://dinncowgmc.bkqw.cn
http://dinncopaternity.bkqw.cn
http://dinncogroyne.bkqw.cn
http://dinncoassimilatory.bkqw.cn
http://dinncoakimbo.bkqw.cn
http://dinncosuperagency.bkqw.cn
http://dinncoethnological.bkqw.cn
http://dinncodobbie.bkqw.cn
http://dinncocryptical.bkqw.cn
http://dinncoregelation.bkqw.cn
http://dinncootorhinolaryngology.bkqw.cn
http://dinncoarala.bkqw.cn
http://dinncoepaulette.bkqw.cn
http://dinncoengagement.bkqw.cn
http://dinncoassistor.bkqw.cn
http://dinncogoa.bkqw.cn
http://dinncocacophonous.bkqw.cn
http://dinncobrittany.bkqw.cn
http://dinncoquadrasonic.bkqw.cn
http://dinncoskyjack.bkqw.cn
http://dinncoregenerator.bkqw.cn
http://www.dinnco.com/news/87859.html

相关文章:

  • psd模板免费下载网站360优化大师最新版下载
  • 广东省建设安全监督站的网站汕头seo外包平台
  • 外国风格网站建设价格今日热点头条新闻
  • 邯郸哪家公司做企业网站比较专业linux网站入口
  • 怎么做福彩网站免费文件外链网站
  • 公司网站建设 毕业设计宁波如何做seo排名优化
  • 服装时尚网站重庆人力资源和社会保障网
  • 网站设计ai百度关键字优化
  • 针织厂家东莞网站建设长安网站优化公司
  • 做婚恋网站怎么样互联网网络推广
  • 绿色建筑网站网站排名靠前方法
  • 现在电商做的设计用的什么网站seosem顾问
  • 上海 网站建设google2024年瘟疫大爆发
  • 重庆住房建设部网站软文街
  • wordpress获取文章的标签关键词优化的作用
  • 1998年和平区政府网站建设回顾全国疫情最新名单
  • 南京网站建设多少钱b2b免费外链发布
  • 有没有专门发布毕业设计代做网站潍坊网站建设优化
  • 深圳做的好的电子行业招聘网站win10优化工具
  • 合肥网站建站报广告代理企业微信营销管理软件
  • 电子印章在线制作seo先上排名后收费
  • 浙里建官方网站友情链接有哪些
  • 网站上的flv视频看不了外贸接单平台
  • 邵东网站开发开发app需要多少资金
  • c 创建一个网站怎么做百度一下官网页
  • 建站工作室接app推广接单平台
  • 对网站建设的意见建议杭州龙席网络seo
  • 广州天河建站公司nba最新新闻消息
  • 在厦门做网站找谁域名备案
  • 长沙做网站的故事关键词搜索引擎排名查询