一款基于UNIAPP开发的手机壳DIY小程序(前端示例代码),兼容抖音和微信小程序,在线案例:
移动端访问:
- T恤:https://douyin.nicen.cn/m.html?project=1
- 手机壳:https://douyin.nicen.cn/m.html?project=3
- 抱枕:https://douyin.nicen.cn/m.html?project=4
更多...
- 下载HBuilderX,导入项目
- 修改
manifest.json
中的appid
为你的小程序的appid - 安装依赖 "npm i -D"
- 运行到微信或抖音小程序(无后端代码,需要模拟接口)
├─.hbuilderx // HBuilderX配置文件
├─assets // 静态资源
│ ├─css
│ └─image
├─common // 公共方法
│ ├─canvas
│ └─util
├─components // 自定义组件
│ └─driver
├─pages // 页面
│ ├─creative
│ ├─custom-goods
│ ├─index
│ │ ├─addText
│ │ ├─Footer
│ │ ├─Headers
│ │ └─sidebar
│ ├─list
│ ├─make
│ ├─models
│ ├─show
│ └─user
├─service // 接口
├─store // 全局状态
├─static // 静态资源
│ └─tabbar
└─uni_modules // uni-app组件
微信:good7341
,备注:DIY小程序