在我的 Spree 应用程序中,如果我选中“使用账单地址”复选框,收货地址会被 checkout.js 隐藏。我想在里面显示更多的文本,但我不能让它用表单值切换隐藏。
<div class="inner">
<p id="szip" class="field">
<%= ship_form.label :zipcode, t(:zip) %>
<%= ship_form.text_field :zipcode %>
</p>
<p>This is where I want to insert the TEXT</p>
</div>