@@ -58,7 +58,7 @@
function init(id) {
- if (id) {
+ if (!id) {
uni.showToast({
title: '数据异常,请确认路径是否完整'
})