@@ -296,7 +296,7 @@ export default {
sort({ cId: this.option.id, items: sortData })
.then((res) => {
if (res.code === 1) {
- uni.showToast({ title:'已更新',duration:1})
+
} else {
this.$msg('排序更新失败');
// 恢复原始顺序