AVRIL_START_JANCOKALIVEAVRIL_END_JANCOK
| Server IP : dzynews.com / Your IP : 216.73.217.105 Web Server : nginx/1.30.3 System : Linux cloud-tdkldl-avd6 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 User : www ( 1000) PHP Version : 8.2.31 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/dzynews.com/wp-content/themes/archive-document/User/ |
Upload File : |
<div class="user-inv-page b2-radius b2-pd box entry-content" id="user-inv-page" ref="invpage">
<div class="button empty b2-loading empty-page text" v-if="!invList && none == false"></div>
<table class="wp-list-table widefat fixed striped shop_page_order_option" v-else-if="invList && none == false" v-cloak>
<thead>
<tr><td class="tab-mobile-hidden"><?php echo __('编号','b2'); ?></td><td class="inv-page-code"><?php echo __('邀请码','b2'); ?></td><td><?php echo __('奖励','b2'); ?></td><td><?php echo __('使用状态','b2'); ?></td><td><?php echo __('使用者','b2'); ?></td></tr>
</thead>
<tbody>
<tr v-for="(inv,index) in invList">
<td v-text="index+1" class="tab-mobile-hidden"></td>
<td class="inv-page-code" v-text="inv.inv_code"></td>
<td><?php echo b2_get_icon('b2-coin-line'); ?><span v-text="inv.credit"></span></td>
<td><span style="color:green" v-if="inv.status == 1"><?php echo __('已使用','b2'); ?></span><span style="color:red" v-else><?php echo __('未使用','b2'); ?></span></td>
<td>
<span v-if="inv.user == 0"><?php echo __('未使用','b2'); ?></span>
<span v-else><a :href="inv.user.link" v-text="inv.user.name"></a></span>
</td>
</tr>
</tbody>
</table>
<div class="b2-radius b2-pd box" v-cloak v-else>
<?php echo B2_EMPTY; ?>
</div>
</div>