Commit e5543e58 by ivan Lan

Fix snapshot # copy_info

parent e58c5b93
......@@ -74,6 +74,7 @@ module Shotengai
def #{column}_before_implant
#{column}
end
# TODO: WARNING: 这里也 没有继承 之前方法的解析
# WARNING: 默认值为 {}
define_method('#{column}') do
#{chimera}['#{as}'] || {}
......
......@@ -123,7 +123,7 @@ module Shotengai
product_meta: product.meta,
series_meta: series.meta,
meta: meta,
detail_info_value: series.detail_info_template.decode,
detail_info_value: Shotengai::Harray.decode(series.detail_info_template),
info_value: info_value,
)
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment