xx-applets/src
TOP糯米 b4379a5845 增加注册类型判断 2023-04-03 13:50:10 +08:00
..
components 优化返回代码 2023-04-03 11:01:04 +08:00
core 增加注册类型选择 2023-04-03 13:48:05 +08:00
pages 增加注册类型判断 2023-04-03 13:50:10 +08:00
static 删除没用的文件 2023-03-30 16:01:41 +08:00
store 修改服务协议名称 2023-04-02 16:54:01 +08:00
uni_modules 增加评价师傅页面 2023-02-26 00:02:49 +08:00
App.vue 优化页面 2023-04-02 11:31:12 +08:00
main.js 添加storage 2023-03-17 00:32:30 +08:00
manifest.json 优化页面,适配微信小程序 2023-02-14 23:21:11 +08:00
pages.json 恢复pages.json 2023-04-03 10:44:47 +08:00
readme.txt 更新订单状态readme 2023-03-30 21:36:28 +08:00
uni.scss 初始化项目 2022-10-26 16:39:39 +08:00

readme.txt

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.

其他安装:/pages/service/other/other
发布需求:/pages/demand/demand
货物配送:/pages/service/other/distribution

T1 普通订单:
S1 0 用户待支付  [用户:立即支付|取消订单]
S2 1 用户已支付,师傅待接单  [用户:取消订单]
S3 2  师傅已接单,师傅服务中  [用户:退款][师傅:确认完成(尾款)]
S4 4 待用户支付尾款 [用户:支付尾款|退款][师傅s待支付尾款]
S5 5  师傅已完成,待用户确认 [用户:确认完成|退款][师傅s待确认]
S6 6  完成 [用户:评价订单|删除][师傅s已完成]

T2 1 一口价:
S1 0 师傅待接单 [用户:取消订单]
S2 1  师傅已接单,用户待支付 [用户:取消订单|立即支付][师傅s待支付]
S3 2  ...同上

T2 2 报价:
S1 0  待选择师傅 [用户:取消订单]
S2 1  已选择师傅,用户待支付 [用户:取消订单|立即支付][师傅:取消报价]
S3 2  ...同上

T3 货运订单:
S1 0  需要支付 [用户:立即支付|取消订单]
S2 1  待师傅接单 [用户:取消订单]
S3 2  师傅已接单,进行中 [用户:确认完成][师傅s待客户确认]
S4 3  用户确认已完成 [用户s已完成|删除][师傅s已完成]
S5 9  交易失败

T4 退款记录:
S1 7  已经提交退款  师傅申诉 [用户s等待审核][师傅:同意退款|申诉]
S2 8  已退款 [用户s已退款|删除][师傅s退款成功]
S3 9  驳回退款 [用户:查看原因|删除]