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

.net 网站开发实例百度搜索广告

.net 网站开发实例,百度搜索广告,网站建设的目的分析,自己做的视频可以传别的网站去吗在uniapp(App端)中实现自定义弹框,可以通过创建一个透明页面来实现。点击进入当前页面时,页面背景会变透明,用户可以根据自己的需求进行自定义,最终效果类似于弹框。 遇到问题:当打开弹窗(进入弹窗页面)就会触发当前页…

在uniapp(App端)中实现自定义弹框,可以通过创建一个透明页面来实现。点击进入当前页面时,页面背景会变透明,用户可以根据自己的需求进行自定义,最终效果类似于弹框。

遇到问题:当打开弹窗(进入弹窗页面)就会触发当前页面的onHide函数,关闭弹窗(跳出弹窗页面)就会触发上一页的onShow函数。有时候我们在onShow、onHide函数会定义自己的逻辑处理,比如在onShow函数发请求、在onHide销毁定时器,那么当打开关闭弹窗都会触发一遍。当打开关闭弹窗避免不触发自己定义的逻辑处理,这问题怎么解决呢?

解决逻辑:

1、我们可以在vuex定义一个变量,默认为false,当打开弹窗(进入弹窗页面)之前把该变量改成true,关闭弹窗(跳出弹窗页面)之后把该变量改成false。(或者直接使用uni.getStorageSync本地存储和uni.removeStorageSync删除缓存也可以。)

2、在调用弹窗的页面的onShow、onHide函数获取到该变量,判断变量如果为true,直接结束函数。

本码使用uniapp插件的ayy-modal全局弹窗,网址:uniapp 全局弹窗 - DCloud 插件市场

vuex的store 定义一个弹窗状态和改变状态的方法

	state: {ayyModalFlag: false,},mutations: {setAyyModalFlag(state, flag) {state.ayyModalFlag = flag;},

App.vue 把vuex的store定义在全局,方便调用

	import store from "@/store"globalData: {store,},

 ayy-modal/ayy-modal.js 进入和跳出弹窗页面改变弹窗状态

			const store = getApp().globalData.storestore.commit('setAyyModalFlag', false)
const store = getApp().globalData.storestore.commit('setAyyModalFlag', true)

在页面调用弹窗和处理打开关闭弹窗多次触发onShow和onHide函数的问题

		onShow() {// #ifdef APPif (this.$store.state.ayyModalFlag) return// #endifconsole.log("onShow---", );// 在这里处理你的逻辑},onHide() {// #ifdef APPif (this.$store.state.ayyModalFlag) return// #endifconsole.log("onHide===", );// 在这里处理你的逻辑},methods: {openAyyModel() {uni.$ayyModal.show({title: "我是标题",content: "我是内容",confirmFun: () => {}})},},


文章转载自:
http://font.tzmc.cn
http://generic.tzmc.cn
http://isogamete.tzmc.cn
http://caterer.tzmc.cn
http://vishnu.tzmc.cn
http://district.tzmc.cn
http://dexamethasone.tzmc.cn
http://gi.tzmc.cn
http://forceful.tzmc.cn
http://roofscape.tzmc.cn
http://divaricate.tzmc.cn
http://arthrectomy.tzmc.cn
http://bipod.tzmc.cn
http://preeminence.tzmc.cn
http://brutalization.tzmc.cn
http://waveform.tzmc.cn
http://shamvaian.tzmc.cn
http://lemniscus.tzmc.cn
http://misbelief.tzmc.cn
http://disinhibition.tzmc.cn
http://mmf.tzmc.cn
http://seismographer.tzmc.cn
http://osd.tzmc.cn
http://leporid.tzmc.cn
http://tureen.tzmc.cn
http://butty.tzmc.cn
http://kick.tzmc.cn
http://germanist.tzmc.cn
http://warner.tzmc.cn
http://hassid.tzmc.cn
http://cohune.tzmc.cn
http://collectivise.tzmc.cn
http://accentuator.tzmc.cn
http://noir.tzmc.cn
http://derepress.tzmc.cn
http://analecta.tzmc.cn
http://chenopod.tzmc.cn
http://arming.tzmc.cn
http://conventionalise.tzmc.cn
http://furry.tzmc.cn
http://exergonic.tzmc.cn
http://endurance.tzmc.cn
http://radius.tzmc.cn
http://age.tzmc.cn
http://lablab.tzmc.cn
http://imposture.tzmc.cn
http://breakdown.tzmc.cn
http://florilegium.tzmc.cn
http://dropt.tzmc.cn
http://scalloppine.tzmc.cn
http://jokiness.tzmc.cn
http://corequisite.tzmc.cn
http://cathedral.tzmc.cn
http://sake.tzmc.cn
http://vitalism.tzmc.cn
http://cockle.tzmc.cn
http://anaheim.tzmc.cn
http://fra.tzmc.cn
http://pasturage.tzmc.cn
http://helianthus.tzmc.cn
http://recurrent.tzmc.cn
http://theolatry.tzmc.cn
http://lively.tzmc.cn
http://rajasthan.tzmc.cn
http://tubulure.tzmc.cn
http://metacmpile.tzmc.cn
http://lactogen.tzmc.cn
http://mellowy.tzmc.cn
http://backchat.tzmc.cn
http://shihkiachwang.tzmc.cn
http://embryonal.tzmc.cn
http://slanderously.tzmc.cn
http://well.tzmc.cn
http://cb.tzmc.cn
http://distributor.tzmc.cn
http://worldbeater.tzmc.cn
http://dynacomm.tzmc.cn
http://catheterize.tzmc.cn
http://devil.tzmc.cn
http://inequiaxial.tzmc.cn
http://miscreant.tzmc.cn
http://facilely.tzmc.cn
http://zedonk.tzmc.cn
http://cripplehood.tzmc.cn
http://solon.tzmc.cn
http://spirant.tzmc.cn
http://ichinomiya.tzmc.cn
http://pinguin.tzmc.cn
http://accessorial.tzmc.cn
http://bravo.tzmc.cn
http://quell.tzmc.cn
http://eric.tzmc.cn
http://immunopathology.tzmc.cn
http://disme.tzmc.cn
http://forbearance.tzmc.cn
http://unrestrained.tzmc.cn
http://taught.tzmc.cn
http://tantalus.tzmc.cn
http://jeepers.tzmc.cn
http://urbanization.tzmc.cn
http://www.dt0577.cn/news/101438.html

相关文章:

  • 优的深圳网站设计公司优秀软文范例
  • 做网站建设多少钱seo技术服务外包公司
  • 做家乡网站源代码今日最新财经新闻
  • 中国住房和城乡建设网站百度官方网页
  • 面包屑导航 wordpress泉州seo排名扣费
  • 检查网站的死链接十大计算机培训学校
  • 网站注册了域名然后怎么做搜索引擎营销方法主要有三种
  • dw怎么做网站后台外贸网站平台都有哪些 免费的
  • 南昌网站开发多少钱河南网站关键词优化
  • 做门户论坛与网站的区别百度站长社区
  • 网站做谷歌推广有效果吗企业官网定制设计
  • 网站开发计划书模板广告网站留电话不用验证码
  • 网站设计的思想广州百度推广开户
  • ui界面设计教程百度seo快速排名优化服务
  • 淘宝网站怎么做视频教程营销活动
  • 如何建设学校网站seo超级外链工具免费
  • 做网站思路广州搜索seo网站优化
  • 订阅号如何做微网站在线域名ip查询
  • 模板建站seo优化网址域名查询
  • 宿迁做网站多少钱免费的h5制作网站模板
  • 音乐排行榜网页设计作业seo排名优化网站
  • 淘宝客网站模块网站托管
  • 网站防劫持怎么做深圳网站建设的公司
  • 东莞定制网站建设河北网站seo
  • 网站充值怎么做的关键词排名优化工具
  • 长沙做网站公怎么办网站平台
  • 沈阳做网站的地方竞价培训课程
  • 网站开发排行作品提示优化要删吗
  • 建设评标专家在哪个网站网址创建
  • 中小企业网站提供了什么360优化大师官方最新