|
|
|
@ -146,12 +146,12 @@ define(['angular', 'static/commons/commons', 'uiBootstrap', 'uiRouter', 'ngBootS
|
|
|
|
|
$scope.needBDIntervention = function () {
|
|
|
|
|
commonDialog.confirm({
|
|
|
|
|
title: 'Warning',
|
|
|
|
|
content: 'Are you sure to need notify BD ?'
|
|
|
|
|
content: 'Please confirm whether you need help from customer service ?'
|
|
|
|
|
}).then(function () {
|
|
|
|
|
$http.put('/sys/kyc/partner/notifyBd').then(function () {
|
|
|
|
|
commonDialog.alert({
|
|
|
|
|
title: 'Success',
|
|
|
|
|
content: 'Notify Successful,Please wait for bd to contact you',
|
|
|
|
|
content: 'Successful notification, please wait for customer service to contact you.',
|
|
|
|
|
type: 'success'
|
|
|
|
|
});
|
|
|
|
|
$state.go('partner_dashboard');
|
|
|
|
|