1 Star 0 Fork 13

xt / 上门按摩-client

forked from UCEEDU / 上门按摩-client 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.mall.config.js 1.00 KB
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
UCEEDU 提交于 2023-02-25 19:37 . 项目初始化
export default {
maill: {
order: {
// vk.getVuex('$app.config.maill.order.payType');
payType: {
"wxpay": "微信支付",
"alipay": "支付宝支付",
"balance": "余额支付",
"offline": "线下支付",
"none": "无需支付"
},
// vk.getVuex('$app.config.maill.order.status');
status: {
"-4": "已关闭",
"-3": "已全额退款",
"-2": "申请退款中",
"-1": "已取消",
"0": "未付款",
"1": "已付款",
"2": "准备发货中",
"3": "已部分发货",
"4": "已全部发货",
"5": "已收货",
"6": "已完成"
},
// vk.getVuex('$app.config.maill.order.status2');
status2: {
"-4": "订单已关闭",
"-3": "订单已全额退款",
"-2": "等待卖家审核",
"-1": "订单已取消",
"0": "等待买家付款",
"1": "等待商家发货",
"2": "等待商家发货",
"3": "等待买家收货",
"4": "等待买家收货",
"5": "等待买家评价",
"6": "订单已完成"
}
}
}
}
1
https://gitee.com/xutao11/door-to-door-massage---client.git
git@gitee.com:xutao11/door-to-door-massage---client.git
xutao11
door-to-door-massage---client
上门按摩-client
master

搜索帮助