优化cdn动态加载管理端,修复砍价金额bug,删除部分不规范代码

This commit is contained in:
lemon橪
2021-09-01 10:11:12 +08:00
parent 84cfb26512
commit 71e4c49c3e
59 changed files with 1181 additions and 1527 deletions

View File

@@ -178,7 +178,7 @@ export default {
data() {
return {
orderOrRefund: 1, // 订单还是单
total: "0", // 总数
total: 0, // 总数
// 订单状态
orderStatusList: {
UNDELIVERED: "待发货",