Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

实验6:HTML5小程序页面 #6

Open
zengsn opened this issue Mar 2, 2019 · 0 comments
Open

实验6:HTML5小程序页面 #6

zengsn opened this issue Mar 2, 2019 · 0 comments
Labels
Lab 实验要求

Comments

@zengsn
Copy link
Contributor

zengsn commented Mar 2, 2019

实验目标

  1. 掌握微信小程序注册方法;
  2. 掌握微信小程序文件结构(配置、页面、图片、第三方文件等);
  3. 掌握微信小程序中WXML、JS及WXSS的写法。
app.js
app.wxss
app.json
pages/
- index/index.js
- index/index.wxml
- index/index.wxss
- ...
- images/
- ...
style/
- weui.wxss

实验内容

  1. 注册一个微信小程序号,并且创建Issue,说明小程序题目与功能简介;
  2. 创建微信小程序导航栏及相应的页面;
// 知识点:app.json 
"tabBar": {
  "list": [
    {} // 配置 2-3 个导航栏
  ]
} 
  1. 完成微信小程序的首页开发(基于WeUI)。
// 知识点1:在app.wxss中导入weui-wxss
@import "style/weui.wxss"; 
// 提示:下载 dist/weui.wxss 到 style 目录下

// 知识点2:数据绑定的用法
// index.js 
data : {
  "welcome": "Hello WeChat Mini Program"
}
// index.wxml 
<text> {{ welcome }} </text>
// 提示:花括号之间不要有空格。

实验步骤

自行根据实际实验步骤撰写。

注:上面这一句话原封不动抄过来的当次实验不及格。

实验要求

  1. 将微信小程序项目源代码目录保存到个人学号目录下;
  2. 将代码提交到实验库(add, commit, push),然后发送Pull Request;
git commit -m "#6 #ISSUE号 注意要有空格"
  1. 根据自己的实验过程与结果编写实验报告(重点检查);
  2. 按照『教学助理』小程序要求将实验报告发送到老师的邮箱。

实验参考

  1. https://github.com/hzuapps/web-wechat-2017/blob/master/list.md
  2. 微信小程序开发工具下载:https://developers.weixin.qq.com/miniprogram/dev/devtools/devtools.html
  3. 微信小程序文档:https://developers.weixin.qq.com/miniprogram/dev/
@zengsn zengsn added Lab 实验要求 and removed Lab 实验要求 labels Mar 2, 2019
ZRuim added a commit to ZRuim/web-wechat-2019 that referenced this issue Mar 31, 2019
1714080903232 added a commit to 1714080903232/web-wechat-2019 that referenced this issue Apr 6, 2019
zengsn added a commit that referenced this issue Apr 15, 2019
zengsn added a commit that referenced this issue Apr 17, 2019
zzkw added a commit to zzkw/web-wechat-2019 that referenced this issue Apr 18, 2019
shinubi1 added a commit to shinubi1/web-wechat-2019 that referenced this issue Apr 18, 2019
AzureSorA pushed a commit to AzureSorA/web-wechat-2019 that referenced this issue Apr 19, 2019
1714080903239 added a commit to 1714080903239/web-wechat-2019 that referenced this issue Apr 19, 2019
fangkf added a commit to fangkf/web-wechat-2019 that referenced this issue Apr 20, 2019
LinLinHJ added a commit to LinLinHJ/web-wechat-2019 that referenced this issue Apr 20, 2019
1714080903232 added a commit to 1714080903232/web-wechat-2019 that referenced this issue Apr 20, 2019
LinLinHJ added a commit to LinLinHJ/web-wechat-2019 that referenced this issue Apr 20, 2019
l960014198 added a commit to l960014198/web-wechat-2019 that referenced this issue Apr 20, 2019
git push
git commit -m hzuapps#6
@l960014198 l960014198 mentioned this issue Apr 20, 2019
irlbj002 added a commit to irlbj002/web-wechat-2019 that referenced this issue Apr 20, 2019
jiaojiren added a commit to jiaojiren/web-wechat-2019 that referenced this issue Apr 20, 2019
ccgcgh added a commit to ccgcgh/web-wechat-2019 that referenced this issue Apr 20, 2019
zengsn added a commit that referenced this issue Apr 21, 2019
zengsn added a commit that referenced this issue Apr 21, 2019
zengsn added a commit that referenced this issue Apr 21, 2019
zengsn added a commit that referenced this issue Apr 21, 2019
zengsn added a commit that referenced this issue Apr 21, 2019
zengsn added a commit that referenced this issue Apr 21, 2019
zengsn added a commit that referenced this issue Apr 21, 2019
zengsn added a commit that referenced this issue Apr 21, 2019
zengsn added a commit that referenced this issue Apr 21, 2019
#6#439 提交实验六代码
zengsn added a commit that referenced this issue Apr 21, 2019
zengsn added a commit that referenced this issue Apr 21, 2019
zengsn added a commit that referenced this issue Apr 21, 2019
zengsn added a commit that referenced this issue Apr 23, 2019
zengsn added a commit that referenced this issue Apr 23, 2019
zengsn added a commit that referenced this issue Apr 23, 2019
zengsn added a commit that referenced this issue Apr 26, 2019
zengsn added a commit that referenced this issue Apr 26, 2019
HT9283 referenced this issue May 7, 2019
ZiLiangH added a commit to ZiLiangH/web-wechat-2019 that referenced this issue May 7, 2019
ZiLiangH added a commit to ZiLiangH/web-wechat-2019 that referenced this issue May 7, 2019
WangXiangLing99 added a commit to WangXiangLing99/web-wechat-2019 that referenced this issue May 8, 2019
ldb068 added a commit to ldb068/web-wechat-2019 that referenced this issue May 10, 2019
ldb068 added a commit to ldb068/web-wechat-2019 that referenced this issue May 10, 2019
ClayHello added a commit to ClayHello/web-wechat-2019 that referenced this issue May 11, 2019
ClayHello added a commit to ClayHello/web-wechat-2019 that referenced this issue May 11, 2019
ClayHello added a commit to ClayHello/web-wechat-2019 that referenced this issue May 11, 2019
ClayHello added a commit to ClayHello/web-wechat-2019 that referenced this issue May 11, 2019
@ClayHello ClayHello mentioned this issue May 11, 2019
zengsn added a commit that referenced this issue May 11, 2019
zengsn added a commit that referenced this issue May 11, 2019
zengsn added a commit that referenced this issue May 11, 2019
zengsn added a commit that referenced this issue May 11, 2019
zengsn added a commit that referenced this issue May 11, 2019
zengsn added a commit that referenced this issue May 11, 2019
LinLinHJ added a commit to LinLinHJ/web-wechat-2019 that referenced this issue May 11, 2019
zengsn added a commit that referenced this issue May 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lab 实验要求
Projects
None yet
Development

No branches or pull requests

1 participant