1000字范文,内容丰富有趣,学习的好帮手!
1000字范文 > android 仿ofo页面 微信小程序_模仿共享单车ofo源代码

android 仿ofo页面 微信小程序_模仿共享单车ofo源代码

时间:2021-11-09 20:00:06

相关推荐

android 仿ofo页面 微信小程序_模仿共享单车ofo源代码

【实例简介】

功能:登陆 定位及地图查看 轮播图广告 我的行程及列表 我的钱包及查看交易明细

【实例截图】

【核心代码】

模仿共享单车ofo(微信小程序源代码)

└── 模仿共享单车ofo(微信小程序源代码)

├── 模仿共享单车ofo(微信小程序源代码)

│ ├── app.js

│ ├── app.json

│ ├── app.wxss

│ ├── image

│ │ ├── arrowright.png

│ │ ├── bicycle1.png

│ │ ├── bicycle2.png

│ │ ├── green_tri.png

│ │ ├── ic_location_searching_black_18dp.png

│ │ ├── journey.png

│ │ ├── login.zip

│ │ ├── mine.png

│ │ ├── ofo-bicycle-full-logo.png

│ │ └── scroll-1.png

│ ├── pages

│ │ ├── index

│ │ │ ├── index.js

│ │ │ ├── index.json

│ │ │ ├── index.wxml

│ │ │ └── index.wxss

│ │ ├── journey

│ │ │ ├── journey.js

│ │ │ ├── journey.json

│ │ │ ├── journey.wxml

│ │ │ └── journey.wxss

│ │ ├── journeypath

│ │ │ ├── journeypath.js

│ │ │ ├── journeypath.json

│ │ │ ├── journeypath.wxml

│ │ │ └── journeypath.wxss

│ │ ├── login

│ │ │ ├── login.js

│ │ │ ├── login.json

│ │ │ ├── login.wxml

│ │ │ ├── login.wxss

│ │ │ └── menu.js

│ │ ├── menu.wxss

│ │ ├── mine

│ │ │ ├── mine.js

│ │ │ ├── mine.json

│ │ │ ├── mine.wxml

│ │ │ └── mine.wxss

│ │ ├── openlocation

│ │ │ ├── openlocation.js

│ │ │ ├── openlocation.json

│ │ │ ├── openlocation.wxml

│ │ │ └── openlocation.wxss

│ │ ├── recharge

│ │ │ ├── recharge.js

│ │ │ ├── recharge.json

│ │ │ ├── recharge.wxml

│ │ │ └── recharge.wxss

│ │ ├── settings

│ │ │ ├── settings.js

│ │ │ ├── settings.wxml

│ │ │ └── settings.wxss

│ │ ├── trade

│ │ │ ├── trade.js

│ │ │ ├── trade.json

│ │ │ ├── trade.wxml

│ │ │ └── trade.wxss

│ │ ├── wallet

│ │ │ ├── wallet.js

│ │ │ ├── wallet.json

│ │ │ ├── wallet.wxml

│ │ │ └── wallet.wxss

│ │ └── widgets.wxss

│ ├── README.md

│ ├── snapshot

│ │ ├── index.png

│ │ ├── jounery-2.png

│ │ ├── jounery-detail.png

│ │ ├── jounery.png

│ │ ├── login.png

│ │ ├── mine.png

│ │ ├── openlocation.png

│ │ ├── purchase.png

│ │ ├── recharge.png

│ │ └── wallet.png

│ └── utils

│ ├── contants.js

│ ├── formData.js

│ └── util.js

└── 源代码说明.docx

16 directories, 70 files

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。