0
点赞
收藏
分享

微信扫一扫

【135.1】东家电商小程序实操知识文档

pipu 2022-01-08 阅读 52
东家的uniapp 项目

一共有几个目录:

1.api 目录
	1.1 activity.js
		 1.1.1  获取商品的优惠券 getGoodsCoupon()
		 1.2.2 领券中心 getCouponList(data)
    1.2 app.js 
    	1.2.1 小程序登录 mnpLogin(data)
   		1.2.2 app登录
   		1.2.3 预支付接口 prepay(data)
   		1.2.4 小程序订阅 getMnpNotice(data)
   		1.2.5 账号登录 accountLogin()
   		1.2.6 getWechatConfig
   		1.2.7 登录 wechatLogin(data)
   		1.2.8 获取获取向微信请求code的链接 getCodeUrl()
   		1.2.9 微信sdk配置
   		1.3.0 忘记密码
   		1.3.1 发送短信
   		1.3.2 注册账号
   		1.3.3 验证码登录
   		


2.componets 

3.config

4.js_jdk

5. mixins
6. pages
    放页面的地方
7. static 
    静态文件
7. store
8. styles
9. unpackage
10. untils
11. 一些放在根目录的文件
举报

相关推荐

0 条评论