正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -117,7 +117,7 @@ | @@ -117,7 +117,7 @@ | ||
117 | const res = await order_confirm(obj) | 117 | const res = await order_confirm(obj) |
118 | console.log('order_confirm', res) | 118 | console.log('order_confirm', res) |
119 | this.show = false | 119 | this.show = false |
120 | - if (this.typeindex = 2) { | 120 | + if (this.typeindex == 2) { |
121 | this.showlist.splice(idx, 1) | 121 | this.showlist.splice(idx, 1) |
122 | } else { | 122 | } else { |
123 | if (type == 2) { | 123 | if (type == 2) { |
-
请 注册 或 登录 后发表评论