{$control->block->printRegion($layouts, 'all', 'banner', true)}
{/if}{if(!defined("RUN_MODE"))} {!die()} {/if}{$module = $control->moduleName}{$method = $control->methodName}{if(!isset($config->$module->editor->$method))} {@return ;} {/if}{* Export $jsRoot var. *}{!js::set('jsRoot', $jsRoot)}{!js::set('webRoot', $webRoot)}{* Get editor settings for current page. *}{$editors = $config->{{$module}}->editor->$method}{$temp = $editors['id'] = explode(',', $editors['id'])}{!js::set('editors', $editors)}{$control->app->loadLang('file')}{!js::set('errorUnwritable', $lang->file->errorUnwritable)}{* Get current lang. *}{$editorLangs = array('en' => 'en', 'zh-cn' => 'zh_CN', 'zh-tw' => 'zh_TW')}{$editorLang = isset($editorLangs[$app->getClientLang()]) ? $editorLangs[$app->getClientLang()] : 'en'}{!js::set('editorLang', $editorLang)}{* Import js for kindeditor. *}{!js::import($jsRoot . 'kindeditor/kindeditor.min.js')}{!js::import($jsRoot . 'kindeditor/lang/' . $editorLang . '.js')}{* set uid for upload. *}{$uid = uniqid('')}{!js::set('uid', $uid)}2018-05-27 07:52:00
zhubaoxin
|
注意:想通过中国农业银行手机App处理交通罚款,必须有一张中国农业银行银行卡。 虽然绑定中国银行,工商银行,建设银行也可以,但是操作的时候会出现未知错误,所以建议还是绑定中国农业银行银行卡。
首先你要下载“中国农业银行手机App”,
具体的下载地址可以通过自己手机应用进行搜索,
或者扫描下方我提供的二维码。
图片二维码来源中国农业银行官网
下载App完成后根据提示绑定银行卡, 点击一键缴费,
点击更多
点击交通罚款
这里要注意,左上角选择青岛,应该是系统问题,每次我都定位到北京。 然后根据自己所在的区选择,我在西海岸新区(黄岛)。
罚单编号,看罚单右上角的编号,不用带“—”,一定要填写正确。 应缴金额,也是罚单上的金额。(你还要确认银行卡内是否有钱。) 之后按照系统提示操作,点击下一步。
足不出户,简单便捷。 如果在交罚款中遇到问题可以给我留言。 |
{if($floor > 2)}{!echo '#' . $floor} {/if}
{!html::a('', '', "name=$floor")}
{if($floor == 1)}
{!echo $lang->reply->sofa}
{elseif($floor == 2)}
{!echo $lang->reply->stool}
{/if}
{!echo $reply->addedDate}
{if(!$thread->discussion and $reply->reply)}
{!echo sprintf($lang->thread->replyFloor, zget($floors, $reply->reply))}
{/if}
{if(isset($speakers[$reply->author]))} {$control->thread->printSpeaker($speakers[$reply->author])} {else} {!echo $reply->author} {/if} |
{!echo $reply->content}
{if(!empty($reply->files))}
{$control->reply->printFiles($reply, $control->thread->canManage($board->id, $reply->author))}
{/if}
{if($thread->discussion)}
{$control->reply->getByReply($reply)}
{/if}
|
{if(commonModel::isAvailable('score') and !empty($reply->scoreSum))}
{!echo sprintf($lang->thread->scoreSum, $reply->scoreSum)}
{/if}
{if($reply->editor)}
{!printf($lang->thread->lblEdited, $reply->editorRealname, $reply->editedDate)}
{/if}
{if($control->app->user->account != 'guest')}
{if(commonModel::isAvailable('score') and $control->thread->canManage($board->id))}
{$account = helper::safe64Encode($reply->author)}
{!html::a(inlink('addScore', "account={{$account}}&objectType=reply&objectID={{$reply->id}}"), $lang->thread->score, "data-toggle=modal")}
{/if}
{if($control->thread->canManage($board->id))} {!html::a($control->createLink('reply', 'delete', "replyID=$reply->id"), '
' . $lang->delete, "class='deleter'")} {/if}
{if($control->thread->canManage($board->id, $reply->author))} {!html::a($control->createLink('reply', 'edit', "replyID=$reply->id"), '
' . $lang->edit)} {/if}
{else}
{/if}
{$pager->show('right', 'short')}
{if($thread->readonly)}
{!echo $lang->thread->readonlyMessage}
{elseif($control->session->user->account != 'guest')}
{!echo $lang->thread->replies}
Update Required
To play the media you will need to either update your browser to a recent version or update your Flash plugin.
{!$control->block->printRegion($layouts, 'all', 'bottom', true)}