style: wxpay

webht/payment
Lei OT 11 months ago
parent 56a546875f
commit 1e2f088eb4

@ -62,7 +62,12 @@
</form>
<div class="dl-horizontal">
<p><a href="javascript:void(0);" onclick="$('#note_original_data').toggle()" >原始数据</a></p>
<p> <span style="display: none;" id="note_original_data">
<?php echo str_replace('","', '"<br/>"', json_encode(json_decode($note->OPN_rawContent, true), JSON_UNESCAPED_UNICODE)); ?>
</span></p>
<p> <div style="display: none;" id="note_original_data">
<?php
$array = json_decode($note->OPN_rawContent, true);
$jsonPretty = json_encode($array, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
echo "<pre>$jsonPretty</pre>";
?>
<?php // echo str_replace('","', '"<br/>"', json_encode(json_decode($note->OPN_rawContent, true), JSON_UNESCAPED_UNICODE)); ?>
</div></p>
</div>

@ -41,6 +41,17 @@
.navbar-header h1 {display: block; font-size: 20px;}
.navbar-header a { margin-left: 10px; }
</style>
<style>
.dayContainer{
max-width: 238px;
width: 238px;
min-width: unset;
}
.flatpickr-day{
max-width: 34px;
border-radius: 0;
}
</style>
</head>
<body>
<!-- Button trigger modal -->

Loading…
Cancel
Save