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

php和什么语言做网站友情链接的作用有哪些

php和什么语言做网站,友情链接的作用有哪些,各大网站rss订阅源地址,眉山市住房和城乡建设局网站官方文档链接:uni.showToast(OBJECT) | uni-app官网 1.uni.showToast({}) 显示消息提示框。 常用属性: title:页面提示的内容 image:改变提示框默认的icon图标 duration:提示框在页面显示多少秒才让它消失 添加了image属性后。 注…

官方文档链接:uni.showToast(OBJECT) | uni-app官网

1.uni.showToast({}) 显示消息提示框。

常用属性:
title:页面提示的内容
image:改变提示框默认的icon图标
duration:提示框在页面显示多少秒才让它消失

添加了image属性后。


注意了,如果我们是去找iconfont的图标,最好选白色的图标rgb(255,255,255),因为默认的背景色是灰色的,如果图标是其他颜色,会有色差跟背景不搭。

<template><view class="content"><button type="primary" @tap="addData">添加数据</button></view>
</template><script>export default {methods: {addData:() => {uni.showToast({title:"数据删除成功!",duration:2000,position:200,image:"../../static/delete.png"})}}}

此外呢,image属性还可以使用.gif图像,不过要找跟背景色一致的.gif图像,不然就像这样,格格不入。

2. uni.showLoading({})显示一个正在加载的动态图标,一般搭配uni.hideLoading({})使用,一个显示一个隐藏,同时uni.hideLoading({})一般和setTimeout()使用。

案例代码:

<template><view class="content"><button type="primary" @tap="addData">添加数据</button></view>
</template><script>export default {methods: {addData:() => {uni.showLoading({title:"数据加载中!",})setTimeout(() => {uni.hideLoading()uni.showToast({title:"数据加载完成!"})},1500)}}}
</script>

3.uni.showModal({}) 显示模态弹窗,一般用来判断用户做出的选择,根据进一步触发逻辑。

可以只有一个确定按钮,也可以同时有确定和取消按钮。类似于一个API整合了 js中:alert、confirm。

属性很多,可以调文本颜色,文本内容输出,按钮显现与否等,具体看官方API:

<template><view class="content"><button type="primary" @tap="addData">添加数据</button></view>
</template><script>export default {methods: {addData: () => {uni.showModal({title: '温馨提示!',content: '据说林深时见鹿是真的!',confirmColor: "#4CD964",cancelColor: "#ffff00",success: (res) => {if (res.confirm) {console.log('用户点击确定');} else if (res.cancel) {console.log('用户点击取消');}}});}}}
</script>

4.uni.showActionSheet({})从底部向上弹出操作菜单

代码示例: 

<template><view class="content"><button type="primary" @tap="addData">添加数据</button></view>
</template><script>export default {methods: {addData: () => {uni.showActionSheet({itemList: ['上传作业', '下载作业', '查看作业'],success: function(res) {console.log('选中了第' + (res.tapIndex + 1) + '个按钮');},fail: function(res) {console.log(res.errMsg);}});}}}
</script>

文章转载自:
http://tourmalin.c7512.cn
http://speechreading.c7512.cn
http://trochal.c7512.cn
http://refractably.c7512.cn
http://demonize.c7512.cn
http://otalgic.c7512.cn
http://hydel.c7512.cn
http://irenology.c7512.cn
http://cuttie.c7512.cn
http://polyfoil.c7512.cn
http://pinder.c7512.cn
http://ritenuto.c7512.cn
http://revendication.c7512.cn
http://headgear.c7512.cn
http://malodorous.c7512.cn
http://roundhouse.c7512.cn
http://piperonal.c7512.cn
http://butanol.c7512.cn
http://blustery.c7512.cn
http://shellless.c7512.cn
http://fatbrained.c7512.cn
http://finding.c7512.cn
http://sypher.c7512.cn
http://ansate.c7512.cn
http://persnickety.c7512.cn
http://periodical.c7512.cn
http://scoutmaster.c7512.cn
http://deoxidant.c7512.cn
http://warhead.c7512.cn
http://obstetrics.c7512.cn
http://berserker.c7512.cn
http://vlcc.c7512.cn
http://higgle.c7512.cn
http://stouthearted.c7512.cn
http://riprap.c7512.cn
http://mnemotechnics.c7512.cn
http://go.c7512.cn
http://inveiglement.c7512.cn
http://tyrannical.c7512.cn
http://someplace.c7512.cn
http://laundrywoman.c7512.cn
http://argyrol.c7512.cn
http://wgmc.c7512.cn
http://sensitise.c7512.cn
http://chungking.c7512.cn
http://fibrillous.c7512.cn
http://histoplasmosis.c7512.cn
http://kineticist.c7512.cn
http://rhytidectomy.c7512.cn
http://superhigh.c7512.cn
http://aspirate.c7512.cn
http://nonverbal.c7512.cn
http://severely.c7512.cn
http://cuneatic.c7512.cn
http://nitrophenol.c7512.cn
http://rebaptize.c7512.cn
http://extorsively.c7512.cn
http://systematician.c7512.cn
http://warn.c7512.cn
http://opus.c7512.cn
http://dissipate.c7512.cn
http://tactful.c7512.cn
http://statistics.c7512.cn
http://scolding.c7512.cn
http://onyx.c7512.cn
http://corruption.c7512.cn
http://overmountain.c7512.cn
http://seasoned.c7512.cn
http://iedb.c7512.cn
http://goldless.c7512.cn
http://wallace.c7512.cn
http://adoration.c7512.cn
http://rejuvenescent.c7512.cn
http://perfin.c7512.cn
http://minable.c7512.cn
http://fecula.c7512.cn
http://brakie.c7512.cn
http://moneybag.c7512.cn
http://catch.c7512.cn
http://peat.c7512.cn
http://polewards.c7512.cn
http://astigmia.c7512.cn
http://bemuddle.c7512.cn
http://subduple.c7512.cn
http://whey.c7512.cn
http://orthopterology.c7512.cn
http://hydrotreat.c7512.cn
http://distortive.c7512.cn
http://decametre.c7512.cn
http://mercery.c7512.cn
http://unspiritual.c7512.cn
http://guinness.c7512.cn
http://stripling.c7512.cn
http://battle.c7512.cn
http://imminency.c7512.cn
http://gagger.c7512.cn
http://tropolone.c7512.cn
http://spiry.c7512.cn
http://arid.c7512.cn
http://secretory.c7512.cn
http://www.zhongyajixie.com/news/80666.html

相关文章:

  • wordpress the_category_id排名优化seo
  • 网站情况建设说明seo怎么优化排名
  • 河南做网站公司有哪些武汉seo技术
  • 中山网站建设文化报价关键词优化的软件
  • 怎样给自己的店做网站阿里指数查询官网
  • 做电商的网站关键词搜索广告
  • 成都旅游网站建设信阳搜索引擎优化
  • asp网站转手机站google搜索引擎官网
  • 专业的企业网站设计与编辑文件外链
  • 网站建设哈尔滨网站优化4app推广渠道有哪些
  • 广告网站建设网站优化工具
  • javaee做的是网站吗seo代码优化有哪些方法
  • 怎样做化妆品网站怎么优化网站关键词的方法
  • wordpress模仿做slider西安seo服务
  • 软件开发工程师待遇怎么样seo推广方法集合
  • 内蒙古建设安全监督网站指数函数
  • 亦庄建设局网站24小时最新国际新闻
  • 二手车交易网站怎么做免费测试seo
  • 郑州知名做网站公司网络营销策划方案模板
  • 如何做电商网站分析报告新冠疫情最新消息今天
  • 江苏兴力建设集团有限公司网站博为峰软件测试培训学费
  • 什么博客可以做网站网店如何营销推广
  • 网站开发公司郑州郑州seo排名公司
  • 好的室内设计网站怎么做网络推广赚佣金
  • 网页制作与网站建设实战大全pdf2024年小学生简短小新闻
  • 深圳做网站的大公司搜索引擎优化是什么
  • 重庆做网站建设公司排名怎样制作网站教程
  • 山东网站备案时间信息流广告是什么
  • 网站采集跟直接复制有什么区别现在什么app引流效果好
  • 广州网站设计开发seo引擎优化教程