...
|
...
|
@@ -130,10 +130,10 @@ |
|
|
</div>
|
|
|
{{/cartInfo}}
|
|
|
{{#if introUrl}}
|
|
|
<input id="introUrl" type="hidden" value='{{introUrl}}'>
|
|
|
<input id="introUrl" type="hidden" value="{{introUrl}}">
|
|
|
{{/if}}
|
|
|
{{#if id}}
|
|
|
<input id="productId" type="hidden" value='{{id}}'>
|
|
|
<input id="productId" type="hidden" value="{{id}}">
|
|
|
{{/if}}
|
|
|
|
|
|
</div>
|
...
|
...
|
|