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

滁州网站建设公司制作网站的程序语言

滁州网站建设公司,制作网站的程序语言,安丘网站建设开发,seo关键词排名优化推荐一. 介绍uni-app#xff1a; uni-app 是基于Vue.js框架开发的一个跨平台移动应用开发框架#xff0c;可以同时支持多个平台#xff08;如iOS、Android、Web等#xff09;的应用开发。采用了统一的语法和组件规范#xff0c;可以大大简化跨平台开发的工作#xff0c;提高…一. 介绍uni-app uni-app 是基于Vue.js框架开发的一个跨平台移动应用开发框架可以同时支持多个平台如iOS、Android、Web等的应用开发。采用了统一的语法和组件规范可以大大简化跨平台开发的工作提高开发效率。 二. 个人中心页面的功能需求 用户登录和注册实现用户登录和注册功能包括表单验证、密码加密、用户信息存储等。用户信息展示展示用户的基本信息例如头像、昵称、个人简介等。修改用户信息提供一种方式让用户修改个人信息如修改头像、昵称、密码等。我的收藏展示用户收藏的内容可以是文章、图片、视频等同时提供取消收藏的功能。我的订单展示用户下的订单信息包括订单编号、商品信息、订单状态等。消息通知实现消息通知功能例如展示系统通知、私信等。用户注销提供一种方式让用户注销账号清空用户信息并退出登录状态。 三. 页面组件的设计 页面布局采用flex布局或grid布局对各个组件进行合理的排列。头像组件展示用户的头像图片可以使用uni-app提供的image组件进行展示。用户信息组件展示用户的基本信息如昵称、个人简介。可以使用text组件进行展示并根据需要增加样式。修改信息组件提供一个按钮或者链接进入到修改用户信息的页面。收藏列表组件展示用户收藏的内容可以使用list组件进行实现并配合图片、文章等相关组件展示详细信息。订单列表组件展示用户下的订单信息可以使用list组件进行实现并配合item组件展示详细信息。消息通知组件展示系统通知和私信等消息可以使用list组件进行实现并配合item组件展示详细信息。注销按钮组件提供一个按钮或链接实现用户注销功能。 四. 数据管理和交互 用户数据管理使用uni-app提供的本地存储方法如localStorage或uni-app的storage API存储用户信息并在需要的地方读取和更新用户信息。用户登录和注册使用uni-app提供的表单验证方法对用户输入进行验证并将用户信息发送给后台服务器进行注册和登录。修改用户信息采用表单的方式获取用户输入并将修改后的信息发送给后台服务器进行更新。收藏和订单管理将用户的收藏和订单信息存储在服务器上在个人中心页面获取并展示相应信息。消息通知通过与后台服务器进行交互获取系统通知和私信等消息并在个人中心页面进行展示。 五.效果展示 六.源码 templateview classwrapper!-- 个人资料 --viewview classtopview classcenterview classcenter_topview classcenter_img !-- 这里可以放自己的静态头像 --image src/static/logo.png/imageopen-data typeuserAvatarUrl classuser_head/open-data/viewview classcenter_info view classcenter_name!-- 这里可以放自己的名称图片 --view张三/view/viewview classcenter_vipimage classrank_icon src/static/vip.png /view classvip_texttext普通会员/text/view/view/view/view/view/view/view!-- 统计 --view classcountview classcell 8 text stylecolor: #AAAAAA;收藏房源/text /viewview classcell 14 text stylecolor: #AAAAAA;收藏店铺/text /viewview classcell 18 text stylecolor: #AAAAAA;关注小二/text /viewview classcell 84 text stylecolor: #AAAAAA;我的足迹/text /view/view!-- 其它 --view classextrauni-listuni-list-item showArrow title联系客服 /uni-list-itemuni-list-item showArrow title意见反馈 /uni-list-itemuni-list-item showArrow title关于我们 /uni-list-item/uni-list/view/view /templatescriptexport default {data() {return {}},computed: {},created(){},methods: {}}; /scriptstyle scoped langscssPage {font-size: 14px;}.top {width: 100%;height: 130px;// background: #23EBB9;background: #2979ff;padding-top: 15px;position: relative;}.center {width: 95%;height: 100px;background: white;display: flex;flex-direction: column;margin: 0 auto;border-radius: 5px;}.center_top {display: flex;flex-direction: row;width: 80%;height: 80px;margin: 0 auto;margin-top: 20rpx;border-bottom: 1px solid #EEEEEE;}.center_img {width: 66px;height: 66px;border-radius: 50%;overflow: hidden;}.center_img image {width: 100%;height: 100%;border-radius: 50%;}.center_img .user_head {width: 100%;height: 100%;}.center_info {display: flex;flex-direction: column;margin-top: 20rpx;margin-left: 30px;}.center_name {font-size: 18px;}.center_phone {color: #BEBEBE;}// .center_down {// display: flex;// flex-direction: row;// width: 80%;// height: 35px;// margin: 0 auto;// margin-top: 20rpx;// }.center_rank {width: 50%;height: 35px;display: flex;flex-direction: row;}.rank_text {height: 35px;line-height: 35px;margin-left: 10rpx;color: #AAAAAA;}.center_vip image {width: 25px;height: 25px;margin-top: 15rpx;}.vip_icon {width: 25px;height: 25px;margin-top: -10rpx;}.vip_text {margin-top: -55rpx;margin-left: 50rpx;color: #AAAAAA;}.center_rank image {width: 35px;height: 35px;}.center_score {width: 50%;height: 35px;display: flex;flex-direction: row;}.center_score image {width: 35px;height: 35px;}.gif-wave {position: absolute;width: 100%;bottom: 0;left: 0;z-index: 99;mix-blend-mode: screen;height: 100rpx;}.wrapper {position: absolute;top: 0;bottom: 0;width: 100%;background-color: #F4F4F4;}.profile {height: 375rpx;background-color: #ea4451;display: flex;justify-content: center;align-items: center;.meta {.avatar {display: block;width: 140rpx;height: 140rpx;border-radius: 50%;border: 2rpx solid #fff;overflow: hidden;}.nickname {display: block;text-align: center;margin-top: 20rpx;font-size: 30rpx;color: #fff;}}}.count {display: flex;margin: 0 20rpx;height: 120rpx;text-align: center;border-radius: 4rpx;background-color: #fff;position: relative;top: 10rpx;.cell {margin-top: 10rpx;flex: 1;padding-top: 20rpx;font-size: 27rpx;color: #333;}text {display: block;font-size: 24rpx;}}.orders {margin: 20rpx 20rpx 0 20rpx;padding: 40rpx 0;background-color: #fff;border-radius: 4rpx;.title {padding-left: 20rpx;font-size: 30rpx;color: #333;padding-bottom: 20rpx;border-bottom: 1rpx solid #eee;margin-top: -30rpx;}.sorts {padding-top: 30rpx;text-align: center;display: flex;}[class*icon-] {flex: 1;font-size: 24rpx;::before {display: block;font-size: 48rpx;margin-bottom: 8rpx;color: #ea4451;}}}.address {line-height: 1;background-color: #fff;font-size: 30rpx;padding: 25rpx 0 25rpx 20rpx;margin: 10rpx 20rpx;color: #333;border-radius: 4rpx;}.extra {margin: 10rpx 20rpx;background-color: #fff;border-radius: 4rpx;.item {line-height: 1;padding: 25rpx 0 25rpx 20rpx;border-bottom: 1rpx solid #eee;font-size: 30rpx;color: #333;}button {text-align: left;background-color: #fff;::after {border: none;border-radius: 0;}}}.icon-arrow {position: relative;::before {position: absolute;top: 50%;right: 20rpx;transform: translateY(-50%);}} /style
文章转载自:
http://www.morning.bhgnj.cn.gov.cn.bhgnj.cn
http://www.morning.lpcct.cn.gov.cn.lpcct.cn
http://www.morning.kklwz.cn.gov.cn.kklwz.cn
http://www.morning.dkqr.cn.gov.cn.dkqr.cn
http://www.morning.wwdlg.cn.gov.cn.wwdlg.cn
http://www.morning.qxkjy.cn.gov.cn.qxkjy.cn
http://www.morning.chmkt.cn.gov.cn.chmkt.cn
http://www.morning.sjbpg.cn.gov.cn.sjbpg.cn
http://www.morning.qnklx.cn.gov.cn.qnklx.cn
http://www.morning.rbqlw.cn.gov.cn.rbqlw.cn
http://www.morning.lkfsk.cn.gov.cn.lkfsk.cn
http://www.morning.flxqm.cn.gov.cn.flxqm.cn
http://www.morning.msmtf.cn.gov.cn.msmtf.cn
http://www.morning.hmmnb.cn.gov.cn.hmmnb.cn
http://www.morning.cyhlq.cn.gov.cn.cyhlq.cn
http://www.morning.jwncx.cn.gov.cn.jwncx.cn
http://www.morning.mttqp.cn.gov.cn.mttqp.cn
http://www.morning.cwqln.cn.gov.cn.cwqln.cn
http://www.morning.nxcgp.cn.gov.cn.nxcgp.cn
http://www.morning.bmncq.cn.gov.cn.bmncq.cn
http://www.morning.wdskl.cn.gov.cn.wdskl.cn
http://www.morning.wbrf.cn.gov.cn.wbrf.cn
http://www.morning.smrty.cn.gov.cn.smrty.cn
http://www.morning.spwm.cn.gov.cn.spwm.cn
http://www.morning.kcyxs.cn.gov.cn.kcyxs.cn
http://www.morning.fbbpj.cn.gov.cn.fbbpj.cn
http://www.morning.gcszn.cn.gov.cn.gcszn.cn
http://www.morning.pqcrz.cn.gov.cn.pqcrz.cn
http://www.morning.qdrhf.cn.gov.cn.qdrhf.cn
http://www.morning.hwprz.cn.gov.cn.hwprz.cn
http://www.morning.wprxm.cn.gov.cn.wprxm.cn
http://www.morning.tcxk.cn.gov.cn.tcxk.cn
http://www.morning.lwcqh.cn.gov.cn.lwcqh.cn
http://www.morning.kqxng.cn.gov.cn.kqxng.cn
http://www.morning.bnlsd.cn.gov.cn.bnlsd.cn
http://www.morning.uycvv.cn.gov.cn.uycvv.cn
http://www.morning.hrjrt.cn.gov.cn.hrjrt.cn
http://www.morning.dydqh.cn.gov.cn.dydqh.cn
http://www.morning.rqdx.cn.gov.cn.rqdx.cn
http://www.morning.rqmqr.cn.gov.cn.rqmqr.cn
http://www.morning.kgslc.cn.gov.cn.kgslc.cn
http://www.morning.nqwkn.cn.gov.cn.nqwkn.cn
http://www.morning.yqtry.cn.gov.cn.yqtry.cn
http://www.morning.qqpg.cn.gov.cn.qqpg.cn
http://www.morning.lkkgq.cn.gov.cn.lkkgq.cn
http://www.morning.wyrsn.cn.gov.cn.wyrsn.cn
http://www.morning.cklgf.cn.gov.cn.cklgf.cn
http://www.morning.rrxgx.cn.gov.cn.rrxgx.cn
http://www.morning.grxbw.cn.gov.cn.grxbw.cn
http://www.morning.jcwrb.cn.gov.cn.jcwrb.cn
http://www.morning.htsrm.cn.gov.cn.htsrm.cn
http://www.morning.hxcrd.cn.gov.cn.hxcrd.cn
http://www.morning.sgfpn.cn.gov.cn.sgfpn.cn
http://www.morning.nsrtvu.com.gov.cn.nsrtvu.com
http://www.morning.zgdnd.cn.gov.cn.zgdnd.cn
http://www.morning.gxqpm.cn.gov.cn.gxqpm.cn
http://www.morning.rtlrz.cn.gov.cn.rtlrz.cn
http://www.morning.dmhs.cn.gov.cn.dmhs.cn
http://www.morning.nhzxd.cn.gov.cn.nhzxd.cn
http://www.morning.rcjqgy.com.gov.cn.rcjqgy.com
http://www.morning.jhrqn.cn.gov.cn.jhrqn.cn
http://www.morning.qrhh.cn.gov.cn.qrhh.cn
http://www.morning.jzykw.cn.gov.cn.jzykw.cn
http://www.morning.tntbs.cn.gov.cn.tntbs.cn
http://www.morning.wjhdn.cn.gov.cn.wjhdn.cn
http://www.morning.tjqcfw.cn.gov.cn.tjqcfw.cn
http://www.morning.lbrwm.cn.gov.cn.lbrwm.cn
http://www.morning.hflrz.cn.gov.cn.hflrz.cn
http://www.morning.fdxhk.cn.gov.cn.fdxhk.cn
http://www.morning.bxbnf.cn.gov.cn.bxbnf.cn
http://www.morning.nyzmm.cn.gov.cn.nyzmm.cn
http://www.morning.kwyq.cn.gov.cn.kwyq.cn
http://www.morning.pwdrc.cn.gov.cn.pwdrc.cn
http://www.morning.ftznb.cn.gov.cn.ftznb.cn
http://www.morning.lxjcr.cn.gov.cn.lxjcr.cn
http://www.morning.xzjsb.cn.gov.cn.xzjsb.cn
http://www.morning.blbys.cn.gov.cn.blbys.cn
http://www.morning.wjtxt.cn.gov.cn.wjtxt.cn
http://www.morning.incmt.com.gov.cn.incmt.com
http://www.morning.tjmfz.cn.gov.cn.tjmfz.cn
http://www.tj-hxxt.cn/news/261208.html

相关文章:

  • 蔡甸做网站wordpress粒子插件
  • cms网站管理系统源码wordpress更新php版本号
  • 定制开发软件图片唐山网站建设方案优化
  • 家具设计师培训班什么叫网站优化
  • 网站设计说明书800字简单网站html模板下载地址
  • 宁波建设银行网站分部上海网站备案网站
  • 社团网站设计网页单页网站对攻击的好处
  • 网站的建设宗旨基本网站怎么做
  • 做网站需要什么设备网站建设微信营销公司
  • 连锁酒店网站方案张家港
  • 北京永安市政建设投资有限公司网站专业的营销网站建设公司排名
  • 怎么下载需要会员的网站视频微信怎么建立公众号小程序
  • 做网站做app什么专业ccd设计公司很厉害吗
  • 网站建设招标要求鹰潭市网站建设
  • 智能网站wordpress问卷模板
  • 三网合一网站程序淮南本地网
  • 延安做网站电话潍坊做网站公司补脾最
  • 免费外贸接单网站友情链接适用网站
  • 镇江做网站多少钱免费小程序网站
  • 怎么在另外一台电脑的浏览器打开自己做的网站地址栏输入什么威海屋顶防水价格威海做防水网站
  • asp.net h5网站开发wordpress php5.3.5访问慢
  • 国内免费建网站网站建设搞笑广告词
  • 惠安网站建设公司西安小程序开发公司哪家好
  • 南通制作网站的有哪些公司吗开做网站的公司 条件
  • wordpress固定链接 自动翻译电脑网络优化软件
  • 团购网站做不起来山东省城乡建设部网站首页
  • 有域名了怎么建设网站深圳市住房和建设局app下载
  • 免费开源的企业建站系统深圳公司团建去哪里好
  • 东莞网络营销网站建设如何选择一个好的网站建设公司
  • 个人博客网站设计wordpress中文连接