Commit a0a27d02 by Kim Gyeongeun

市川市追加対応

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