[P0] 微信小程序下单→服务→支付完整链路 #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
正确流程
下单(0) → 已接单(1) → 服务中(3) → 已完成(4) → 客户付款(2) → 已结算(8)
当前问题
orderdetail.js 中付款功能(godetail)已经实现完整:
但付款按钮放在了 status=1(已接单),需要移到 status=4(已完成)。
修复内容
orderdetail.wxml
peizhendetail.js
paysuccess.js
涉及文件
[P0] 微信小程序下单→支付完整链路to [P0] 微信小程序下单→服务→支付完整链路