嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
destoon7.0百度小程序前端源代码
destoon7.0原生百度小程序代码封装基础于是destoon7.0系统框架开发,百度智能小程序源码包包含api后端接口文件(根目录文件夹放置方式),利于destoon7.0风格模板更换二次开发不影响百度智能小程序运行:前端风格文件夹全部文件。同时赠送百度智能小程序与h5网站url适配规则。
destoon7.0原生百度小程序主要包含栏目:
1货源市集(列表页 详情页)
2资讯中心(列表页 详情页)
3企业中心(列表页 公司主页)
4商品中心(列表页 详情页)
公司主页
1供应产品(产品列表 详情页)
2商城商品(商品列表 详情页)
3企业资讯(资讯列表 详情页)
联系我们(拨打电话)
会员中心
1登录主页
2供应中心
3关于网站
百度小程序案例:商务信息网 (电脑端请看:https://www.6t12.com 进行参考对比)(百度APP 搜索打开体验)
备注:仅分享百度小程序前端UI进行学习研究,API接口请自行研究!小白请勿下载!
.
├── mp-baidu
│ ├── app.css
│ ├── app.js
│ ├── app.json
│ ├── common
│ │ ├── main.css
│ │ ├── main.js
│ │ ├── runtime.js
│ │ └── vendor.js
│ ├── components
│ │ ├── actionsheet
│ │ │ ├── actionsheet.css
│ │ │ ├── actionsheet.js
│ │ │ ├── actionsheet.json
│ │ │ └── actionsheet.swan
│ │ ├── badge
│ │ │ ├── badge.css
│ │ │ ├── badge.js
│ │ │ ├── badge.json
│ │ │ └── badge.swan
│ │ ├── button
│ │ │ ├── button.css
│ │ │ ├── button.js
│ │ │ ├── button.json
│ │ │ └── button.swan
│ │ ├── drawer
│ │ │ ├── drawer.css
│ │ │ ├── drawer.js
│ │ │ ├── drawer.json
│ │ │ └── drawer.swan
│ │ ├── extend
│ │ │ └── tips
│ │ │ ├── tips.css
│ │ │ ├── tips.js
│ │ │ ├── tips.json
│ │ │ └── tips.swan
│ │ ├── icon
│ │ │ ├── icon.css
│ │ │ ├── icon.js
│ │ │ ├── icon.json
│ │ │ └── icon.swan
│ │ ├── list-cell
│ │ │ ├── list-cell.css
│ │ │ ├── list-cell.js
│ │ │ ├── list-cell.json
│ │ │ └── list-cell.swan
│ │ ├── list-view
│ │ │ ├── list-view.css
│ │ │ ├── list-view.js
│ │ │ ├── list-view.json
│ │ │ └── list-view.swan
│ │ ├── loadmore
│ │ │ ├── loadmore.css
│ │ │ ├── loadmore.js
│ │ │ ├── loadmore.json
│ │ │ └── loadmore.swan
│ │ ├── nomore
│ │ │ ├── nomore.css
│ │ │ ├── nomore.js
│ │ │ ├── nomore.json
│ │ │ └── nomore.swan
│ │ ├── tag
│ │ │ ├── tag.css
│ │ │ ├── tag.js
│ │ │ ├── tag.json
│ │ │ └── tag.swan
│ │ └── top-dropdown
│ │ ├── top-dropdown.css
│ │ ├── top-dropdown.js
│ │ ├── top-dropdown.json
│ │ └── top-dropdown.swan
│ ├── pages
│ │ └── index
│ │ ├── about.css
│ │ ├── about.js
│ │ ├── about.json
│ │ ├── about.swan
│ │ ├── company-detail.css
│ │ ├── company-detail.js
│ │ ├── company-detail.json
│ │ ├── company-detail.swan
│ │ ├── company-list.css
│ │ ├── company-list.js
│ │ ├── company-list.json
│ │ ├── company-list.swan
│ │ ├── company-market-list.css
│ │ ├── company-market-list.js
│ │ ├── company-market-list.json
│ │ ├── company-market-list.swan
│ │ ├── company-news-detail.css
│ │ ├── company-news-detail.js
│ │ ├── company-news-detail.json
│ │ ├── company-news-detail.swan
│ │ ├── company-news-list.css
│ │ ├── company-news-list.js
│ │ ├── company-news-list.json
│ │ ├── company-news-list.swan
│ │ ├── company-product-list.css
│ │ ├── company-product-list.js
│ │ ├── company-product-list.json
│ │ ├── company-product-list.swan
│ │ ├── index.css
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.swan
│ │ ├── login.css
│ │ ├── login.js
│ │ ├── login.json
│ │ ├── login.swan
│ │ ├── market-detail.css
│ │ ├── market-detail.js
│ │ ├── market-detail.json
│ │ ├── market-detail.swan
│ │ ├── market-list.css
│ │ ├── market-list.js
│ │ ├── market-list.json
│ │ ├── market-list.swan
│ │ ├── my-company-news-list.css
│ │ ├── my-company-news-list.js
│ │ ├── my-company-news-list.json
│ │ ├── my-company-news-list.swan
│ │ ├── my-market-list.css
│ │ ├── my-market-list.js
│ │ ├── my-market-list.json
│ │ ├── my-market-list.swan
│ │ ├── my-news-list.css
│ │ ├── my-news-list.js
│ │ ├── my-news-list.json
│ │ ├── my-news-list.swan
│ │ ├── my-product-list.css
│ │ ├── my-product-list.js
│ │ ├── my-product-list.json
│ │ ├── my-product-list.swan
│ │ ├── my.css
│ │ ├── my.js
│ │ ├── my.json
│ │ ├── my.swan
│ │ ├── news-detail.css
│ │ ├── news-detail.js
│ │ ├── news-detail.json
│ │ ├── news-detail.swan
│ │ ├── news-list.css
│ │ ├── news-list.js
│ │ ├── news-list.json
│ │ ├── news-list.swan
│ │ ├── news-search.css
│ │ ├── news-search.js
│ │ ├── news-search.json
│ │ ├── news-search.swan
│ │ ├── product-detail.css
│ │ ├── product-detail.js
│ │ ├── product-detail.json
│ │ ├── product-detail.swan
│ │ ├── product-list.css
│ │ ├── product-list.js
│ │ ├── product-list.json
│ │ ├── product-list.swan
│ │ ├── web-view.js
│ │ ├── web-view.json
│ │ └── web-view.swan
│ ├── project.swan.json
│ └── static
│ ├── images
│ │ ├── login
│ │ │ └── bg_login.png
│ │ ├── logo.jpg
│ │ ├── mall
│ │ │ ├── Search@2x.png
│ │ │ ├── Search_2x.png
│ │ │ ├── img_recharge_success.png
│ │ │ ├── new
│ │ │ │ ├── 1.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ └── 4.png
│ │ │ ├── shopCart@2x.png
│ │ │ └── shopCart_2x.png
│ │ ├── my
│ │ │ ├── icon_out_3x.png
│ │ │ ├── mine_bg_3x.png
│ │ │ ├── mine_def_touxiang_3x.png
│ │ │ └── mine_icon_bianji_3x.png
│ │ └── toast
│ │ ├── check-circle.png
│ │ ├── fail-circle.png
│ │ ├── img_nodata.png
│ │ ├── img_noorder@3x.png
│ │ ├── img_noorder_3x.png
│ │ └── info-circle.png
│ ├── style
│ │ ├── icon.css
│ │ ├── placeholder-loading.min.css
│ │ └── thorui.css
│ └── tabbar
│ ├── tabbar1.png
│ ├── tabbar1_1.png
│ ├── tabbar2.png
│ ├── tabbar2_2.png
│ ├── tabbar3.png
│ ├── tabbar3_3.png
│ ├── tabbar4.png
│ └── tabbar4_4.png
└── 好例子网_mp-baidu.zip
27 directories, 176 files