Commit a0a27d02 by Kim Gyeongeun

市川市追加対応

parent 45c8de70
......@@ -10,12 +10,20 @@
<!--コンテンツ-->
<div class="category" data-role="content" data-theme="d">
<h2>ポイントの利用</h2>
<p style="text-align:center">
<a href="#q('/user/pointUse/pointUse/')" data-ajax="false">$!pointUseForm.giftExchangeInfo.linkText</a>
</p>
<!-- $!pointUseForm.message.message -->
$!pointUseForm.giftExchangeInfo.message
<h2>ポイントの利用</h2>
<p style="text-align:center">
#foreach($row in $!pointUseForm.giftExchangeInfoList)
#if(($!pointUseForm.hideIchioFlg == false && $row.giftExchangeInfoId == 2) || $row.giftExchangeInfoId == 1)
<a href="#q('/user/pointUse/pointUse/')?giftExchangeInfoId=$!row.giftExchangeInfoId" data-ajax="false">$!row.linkText</a><br>
#end
#end
</p>
#foreach($row in $!pointUseForm.giftExchangeInfoList)
#if(($!pointUseForm.hideIchioFlg == false && $row.giftExchangeInfoId == 2) || $row.giftExchangeInfoId == 1)
$!row.message
#end
#end
</div>
<!--フッター-->
......
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