/*
* Eslint config file
* Documentation: https://eslint.org/docs/user-guide/configuring/
* Install the Eslint extension before using this feature.
*/
module.exports = {
env: {
es6: true,
browser: true,
node: true,
},
ecmaFeatures: {
modules: true,
},
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module',
},
globals: {
wx: true,
App: true,
Page: true,
getCurrentPages: true,
getApp: true,
Component: true,
requirePlugin: true,
requireMiniProgram: true,
},
// extends: 'eslint:recommended',
rules: {},
}
没有合适的资源?快使用搜索试试~ 我知道了~
微信小程序开发实战(第2版)-【开发实战(第2版)】-案例2-1个人信息
共12个文件
json:5个
js:3个
wxss:2个
需积分: 0 18 下载量 153 浏览量
2023-08-13
14:42:50
上传
评论
收藏 90KB RAR 举报
温馨提示
微信小程序开发实战(第2版)--【开发实战(第2版)】-【案例2-1】个人信息 https://blog.csdn.net/dearmite/article/details/132259018 本系列校训 用免费公开视频,卷飞培训班哈人!打死不报班,赚钱靠狠干!只要自己有电脑,前后项目都能搞!N年苦学无人问,一朝成名天下知! 另外,本例中使用的鼠标指针方案是我最常用,最喜欢的方案 ![在这里插入图片描述](https://img-blog.csdnimg.cn/d4aa35caecae489d8383b73c9abdac81.png) 在本文后面的资源下载里
资源推荐
资源详情
资源评论
收起资源包目录
【案例2-1】个人信息.rar (12个子文件)
【案例2-1】个人信息
案例实现
sitemap.json 201B
project.private.config.json 403B
pages
index
index.wxml 451B
index.js 21B
index.json 27B
index.wxss 457B
.eslintrc.js 587B
app.json 312B
project.config.json 1KB
app.js 18B
app.wxss 194B
images
avatar.png 86KB
共 12 条
- 1
资源评论
项目花园范德彪
- 粉丝: 7516
- 资源: 219
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功