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>