@ -32,6 +32,7 @@
< script type = "text/javascript" src = "/static/lib/bootstrap/js/bootstrap.min.js" > < / script >
< script type = "text/javascript" src = "/static/riskupload/risk_upload.js" > < / script >
< script type = "text/javascript" src = "/static/lib/ngfileupload/ng-file-upload.min.js" > < / script >
< script type = "text/javascript" src = "/static/lib/angular-plugins/ui-bootstrap-tpls-2.5.0.min.js" > < / script >
< style type = "text/css" >
.register-box-bg {
background-color: rgba(255, 255, 255, 0.9);
@ -187,155 +188,179 @@
< div class = "register-box content-with" style = "margin-top:4%" >
< div class = "register-box-body register-box-bg" >
< p class = "login-box-msg" > Easy Business, Easy Payment< / p >
< p class = "small text-info" > Image size should not exceed 3MB< / p >
< p class = "small text-info" id = "short_name" > < / p >
< form novalidate name = "uploadForm" >
< div class = "panel-body" >
< div class = "form-horizontal" >
< div class = "form-group" >
< label class = "control-label col-sm-3" > * Material No.1< / label >
< div class = "col-sm-3" >
< div class = "form-control-static" >
< button class = "btn btn-primary" type = "button"
ngf-select="uploadFile1($file)">
< i class = "fa fa-upload" > < / i > Upload
< / button >
< / div >
< uib-progressbar value = "file1Progress.value"
ng-if="file1Progress">< / uib-progressbar >
< img ng-src = "{{material.file1_url}}" class = "col-sm-10 logo-width" > < / a >
< div class = "col-sm-12 text-left" >
< p ng-if = "order_type==1" > 1、物流公司发货单据照片
要求:每笔交易对应的物流单必须提供,且单据必须清晰可见< br >
Photos of logistics companies’ goods-delivery documents
Requirement: The logistics order record corresponding to each transaction must be provided, and details of records should be clearly visible.
< / p >
< p ng-if = "order_type==3" > 1.请解释相应的消费场景/业务模式,例如网站商城,扫码支付, 消费者到店支付等;< br >
Please explain the relative payment scenario/business activities, for example, online store, QR code payment, payment at the store, etc;
< / p >
< / div >
< label class = "control-label col-sm-3" > * Material No.2< / label >
< div class = "col-sm-3" >
< div class = "form-control-static" >
< div class = "col-sm-12" >
< div class = "col-xs-12" >
< button class = "btn btn-primary" type = "button"
ngf-select="uploadFile2($file) ">
ngf-select="uploadFile1($files)" ngf-multiple="true ">
< i class = "fa fa-upload" > < / i > Upload
< / button >
< / div >
< uib-progressbar value = "file2Progress.value"
ng-if="file2Progress">< / uib-progressbar >
< img ng-src = "{{material.file2_url}}" class = "col-sm-10 logo-width" > < / a >
< br >
< div class = "col-xs-12" >
< uib-progressbar value = "file1Progress.value" type = "success" animate = "true" ng-if = "file1Progress.value" max = "100"
>{{file1Progress.value}}%< / uib-progressbar >
< img class = "col-xs-3 logo-width" ng-repeat = "url in material.file1_url" ng-src = "{{url}}" >
< / div >
< / div >
< / div >
< div class = "form-group" >
< label class = "control-label col-sm-3" > * Material No.3< / label >
< div class = "col-sm-3" >
< div class = "form-control-static" >
< button class = "btn btn-primary" type = "button"
ngf-select="uploadFile3($file)">
< i class = "fa fa-upload" > < / i > Upload
< / button >
< / div >
< uib-progressbar value = "file3Progress.value"
ng-if="file3Progress">< / uib-progressbar >
< img ng-src = "{{material.file3_url}}" class = "col-sm-10 logo-width" > < / a >
< div class = "col-sm-12 text-left" >
< p ng-if = "order_type==1" > 2、用户购买虚拟物品需要提供聊天记录、订单信息、发货凭证截图、虚拟物品最终消费场景( 例如何种游戏、软件) 、提供消费场景网址/下载链接
要求:每笔交易对应的截图必须清晰可见< br >
Users need to provide chat records, order information, screenshots of delivery documents, final consumption scenarios of virtual goods (such as games, software); provide consumer scene URL / download link.
Requirement: The screenshot corresponding to each transaction must be clearly visible.
< / p >
< p ng-if = "order_type==3" > 2.提供相应购物清单,订单小票(请提供与被查交易订单号相匹配的交易时间及金额的发票);< br >
Provide related shopping lists, invoices. (Please provide the invoices, amount of which matches that of the abnormal transaction);
< / p >
< / div >
< label class = "control-label col-sm-3" > * Material No.4< / label >
< div class = "col-sm-3" >
< div class = "form-control-static" >
< div class = "col-sm-12" >
< div class = "col-xs-12" >
< button class = "btn btn-primary" type = "button"
ngf-select="uploadFile4($file) ">
ngf-select="uploadFile2($files)" ngf-multiple="true ">
< i class = "fa fa-upload" > < / i > Upload
< / button >
< / div >
< uib-progressbar value = "file4Progress.value"
ng-if="file4Progress">< / uib-progressbar >
< img ng-src = "{{material.file4_url}}" class = "col-sm-10 logo-width" > < / a >
< br >
< div class = "col-xs-12" >
< uib-progressbar value = "file2Progress.value" type = "success" animate = "true" ng-if = "file2Progress.value" max = "100"
>{{file2Progress.value}}%< / uib-progressbar >
< img class = "col-xs-3 logo-width" ng-repeat = "url in material.file2_url" ng-src = "{{url}}" >
< / div >
< / div >
< / div >
< / div >
< div class = "form-group" >
< label class = "control-label col-sm-3" > * Material No.5< / label >
< div class = "col-sm-3" >
< div class = "form-control-static" >
< button class = "btn btn-primary" type = "button"
ngf-select="uploadFile5($file)">
< i class = "fa fa-upload" > < / i > Upload
< / button >
< / div >
< uib-progressbar value = "file5Progress.value"
ng-if="file5Progress">< / uib-progressbar >
< img ng-src = "{{material.file5_url}}" class = "col-sm-10 logo-width" > < / a >
< div class = "col-sm-12 text-left" >
< p ng-if = "order_type==1" > 3、购物小票/发票存根照片
照片应清晰,必须显示商户名称、商户地址、购物时间、物品名称
购物金额等< br >
Photos of shopping receipts/ invoice stubs
Requirement: The photos should be clear and must show Merchant name, Business address, Transaction time, Product information, Quantity purchased, etc.
< / p >
< p ng-if = "order_type==3" > 3.提供相应的发货证明,报关单(若有消费者在国内购买,请提供物流单据或报关单);< br >
Relative proof of delivery, customs declaration (If the consumer purchased from China, please provide shipping receipt or customs declaration);
< / p >
< / div >
< label class = "control-label col-sm-3" > * Material No.6< / label >
< div class = "col-sm-3" >
< div class = "form-control-static" >
< div class = "col-sm-12" >
< div class = "col-xs-12" >
< button class = "btn btn-primary" type = "button"
ngf-select="uploadFile6($file) ">
ngf-select="uploadFile3($files)" ngf-multiple="true ">
< i class = "fa fa-upload" > < / i > Upload
< / button >
< / div >
< uib-progressbar value = "file6Progress.value"
ng-if="file6Progress">< / uib-progressbar >
< img ng-src = "{{material.file6_url}}" class = "col-sm-10 logo-width" > < / a >
< br >
< div class = "col-xs-12" >
< uib-progressbar value = "file3Progress.value" type = "success" animate = "true" ng-if = "file3Progress.value" max = "100"
>{{file3Progress.value}}%< / uib-progressbar >
< img class = "col-xs-3 logo-width" ng-repeat = "url in material.file3_url" ng-src = "{{url}}" >
< / div >
< / div >
< / div >
< div class = "form-group" >
< label class = "control-label col-sm-3" > * Material No.7< / label >
< div class = "col-sm-3" >
< div class = "form-control-static" >
< button class = "btn btn-primary" type = "button"
ngf-select="uploadFile7($file)">
< i class = "fa fa-upload" > < / i > Upload
< / button >
< / div >
< uib-progressbar value = "file7Progress.value"
ng-if="file7Progress">< / uib-progressbar >
< img ng-src = "{{material.file7_url}}" class = "col-sm-10 logo-width" > < / a >
< div class = "col-sm-12 text-left" >
< p ng-if = "order_type==1" > 4、显示商户门牌号码和店头名称的照片
要求:清晰可见,至少一张< br >
Photos of Merchant Street number & Merchant name
Requirement: At least one visible photo
< / p >
< p ng-if = "order_type==3" > 4.提供您的门店照片(门店照及店铺内的照片各一张, 一张可以看到商户名的门头照,一张可以看到相关商品或服务的店内照片);< br >
Photos of the store ( one of each front-store and in-store);
< / p >
< / div >
< label class = "control-label col-sm-3" > * Material No.8< / label >
< div class = "col-sm-3" >
< div class = "form-control-static" >
< div class = "col-sm-12" >
< div class = "col-xs-12" >
< button class = "btn btn-primary" type = "button"
ngf-select="uploadFile8($file) ">
ngf-select="uploadFile4($files)" ngf-multiple="true ">
< i class = "fa fa-upload" > < / i > Upload
< / button >
< / div >
< uib-progressbar value = "file8Progress.value"
ng-if="file8Progress">< / uib-progressbar >
< img ng-src = "{{material.file8_url}}" class = "col-sm-10 logo-width" > < / a >
< br >
< div class = "col-xs-12" >
< uib-progressbar value = "file4Progress.value" type = "success" animate = "true" ng-if = "file4Progress.value" max = "100"
>{{file4Progress.value}}%< / uib-progressbar >
< img class = "col-xs-3 logo-width" ng-repeat = "url in material.file4_url" ng-src = "{{url}}" >
< / div >
< / div >
< / div >
< / div >
< div class = "form-group" >
< label class = "control-label col-sm-3" > * Material No.9< / label >
< div class = "col-sm-3" >
< div class = "form-control-static" >
< div class = "col-sm-12 text-left" >
< p ng-if = "order_type==1" > 5、显示商户营业场景所场内部情况( 如店内商品陈列、收银台等) 的照片
要求:照片清晰,且能清楚显示商户实际售卖物品或服务,至少三张< br >
Photos of internal environment of merchant business (such as in-store merchandise display, checkout counter, etc.)
Requirements: The photos (at least three) showing merchant activities including actual selling-goods or services obviously
< / p >
< p ng-if = "order_type==3" > 5.其他可以还原交易背景的资料,如和消费者的聊天记录等,来佐证被查单号交易的真实性;< br >
Other materials that can verify the payment scenario, for example, chatting history, to prove the truth of the transactions;
< / p >
< / div >
< div class = "col-sm-12" >
< div class = "col-xs-12" >
< button class = "btn btn-primary" type = "button"
ngf-select="uploadFile9($file)">
ngf-select="uploadFile5($files)" ngf-multiple="true ">
< i class = "fa fa-upload" > < / i > Upload
< / button >
< / div >
< uib-progressbar value = "file9Progress.value"
ng-if="file9Progress">< / uib-progressbar >
< img ng-src = "{{material.file9_url}}" class = "col-sm-10 logo-width" > < / a >
< br >
< div class = "col-xs-12" >
< uib-progressbar value = "file5Progress.value" type = "success" animate = "true" ng-if = "file5Progress.value" max = "100"
>{{file5Progress.value}}%< / uib-progressbar >
< img class = "col-xs-3 logo-width" ng-repeat = "url in material.file5_url" ng-src = "{{url}}" >
< / div >
< / div >
< / div >
< div class = "form-group" >
< div class = "col-sm-12 text-left" >
< p > 6、其他图片< br >
Other pictures
< / p >
< / div >
< label class = "control-label col-sm-3" > * Material No.10< / label >
< div class = "col-sm-3" >
< div class = "form-control-static" >
< div class = "col-sm-12" >
< div class = "col-xs-12" >
< button class = "btn btn-primary" type = "button"
ngf-select="uploadFile10($file)">
ngf-select="uploadFile6($files)" ngf-multiple="true ">
< i class = "fa fa-upload" > < / i > Upload
< / button >
< / div >
< uib-progressbar value = "file10Progress.value"
ng-if="file10Progress">< / uib-progressbar >
< img ng-src = "{{material.file10_url}}" class = "col-sm-10 logo-width" > < / a >
< br >
< div class = "col-xs-12" >
< uib-progressbar value = "file6Progress.value" type = "success" animate = "true" ng-if = "file6Progress.value" max = "100"
>{{file6Progress.value}}%< / uib-progressbar >
< img class = "col-xs-3 logo-width" ng-repeat = "url in material.file6_url" ng-src = "{{url}}" >
< / div >
< / div >
< / div >
< div class = "form-group" ng-class = "{'has-error':uploadForm.description.$invalid && uploadForm.description.$dirty}" >
< label class = "control-label col-sm- 3"> * Description< / label >
< div class = "col-sm- 9 ">
< div class = "form-group" >
< label class = "control-label col-sm- 2"> Description< / label >
< div class = "col-sm- 10 ">
< textarea class = "form-control" required
ng-model="material.description" placeholder="Less than 500 characters "
ng-model="material.description" placeholder="No more than 500 "
name="description"
maxlength="500">< / textarea >
< input id = "codeKey" type = "text" class = "hidden" name = "codeKey"
ng-model="codeKey">
< input id = "risk_id" type = "text" class = "hidden" name = "risk_id"
ng_model="material.risk_id">
< input id = "order_type" type = "text" class = "hidden" name = "order_type"
ng_model="order_type">
< / div >
< / div >
@ -355,8 +380,12 @@
$(document).ready(function () {
window.codeKey = /*[[${codeKey}]]*/'';
window.risk_id = /*[[${risk_id}]]*/'';
window.order_type = /*[[${order_type}]]*/'';
window.short_name = /*[[${short_name}]]*/'';
$('#codeKey').val(window.codeKey).trigger('input');
$('#risk_id').val(window.risk_id).trigger('input');
$('#order_type').val(window.order_type).trigger('input');
$('#short_name').text(window.short_name);
})
< / script >
< / div >