yujian
2020-06-29 c7f6e07045de182f0b816e5cdd0a14ac4df106c1
加入券来源
1个文件已修改
2 ■■■■■ 已修改文件
childPath/prize/freeCouponsHistory.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
childPath/prize/freeCouponsHistory.html
@@ -114,6 +114,7 @@
                                            { title: "用户ID", key: mo[i].uid, value: mo[i].uid },
                                            { title: "用户昵称", key: mo[i].userInfo.nickName, value: mo[i].userInfo.nickName },
                                            { title: "免单进度", key: mo[i].userSystemCouponRecord.state, value: mo[i].userSystemCouponRecord.state },
                                            { title: "来源", key: mo[i].source, value: mo[i].source },
                                            { title: "使用时间", key: mo[i].userSystemCouponRecord.createTime, value: mo[i].userSystemCouponRecord.createTime, "class": "font13 font-gray" },
                                            { title: "订单号", key: mo[i].userSystemCouponRecord.orderNo, value: mo[i].userSystemCouponRecord.orderNo },
                                            { title: "订单金额", key: mo[i].orderMoney, value: "¥"+mo[i].orderMoney },
@@ -146,6 +147,7 @@
                    { title: "用户ID", width: "0.4rem", orderUp: "", orderDown: "" },
                    { title: "用户昵称", width: "0.6rem", orderUp: "", orderDown: "" },
                    { title: "免单进度", width: "0.4rem", orderUp: "", orderDown: "" },
                    { title: "来源", width: "0.4rem", orderUp: "", orderDown: "" },
                    { title: "使用时间", width: "0.6rem", orderUp: "", orderDown: "" },
                    { title: "订单号", width: "0.6rem", orderUp: "", orderDown: "" },
                    { title: "订单金额", width: "0.4rem", orderUp: "", orderDown: "" },