Commit 3dd8211d Harvey

no message

1 个父辈 f2cbc46d
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
name: 'lottery_shop_get_my_shop_info' name: 'lottery_shop_get_my_shop_info'
}) })
if (res.length < 1) return if (!(res && res.length > 1)) return
this.data = res[0] this.data = res[0]
}, },
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!