Files
ClassContent/历届学生/17届课程/wxShopApp/任务分工.txt
2024-09-27 02:06:13 +08:00

80 lines
972 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1:用户登录,注册,我的页面(查看订单)
朱祥龙
2: 首页商品列表,搜索,banner下分类
吕亚康
3:详情页面,添加收藏,添加购物车
朱朋朋
4:购物车,全选,删除,数量计算,总价
李金芳
5:订单结算,去付款微信支付弹窗,地址输入
袁澳
6:订单状态
汪朱阳
7:分类页面,在utils.js中实现用户是否登录的方法检测,例如:checkUserLogin
李在明
8:搜索页面,结果展示,点击进入详情
查吉平
代码规范:
class: user_name
组件:UserName.vue
代码缩进:2
变量名,方法名:UserName
图片一律放到:static
一律加注释
方法注释:
/**
* 获取返回用户的名称
* @param {*array} name 用户名
*/
变量: //
<van-search
value="{{ value }}"
placeholder="请输入搜索关键词"
use-action-slot
class="search-input"
bind:change="onChange"
bind:search="onSearch"
shape:round>
<view slot="action" bind:tap="onClick">搜索</view>
</van-search>