Commit c19d5cd9 authored by feifei's avatar feifei

销户

parent 4eaf9433
...@@ -26,9 +26,6 @@ ...@@ -26,9 +26,6 @@
//生产环境 //生产环境
window.APIHOST = "https://water.jqtianxia.com"; window.APIHOST = "https://water.jqtianxia.com";
//鼎荣小贷
//window.APIHOST = "https://drwater.dingrongxd.com";
</script> </script>
<link rel="stylesheet" href="./static/css/index.css"> <link rel="stylesheet" href="./static/css/index.css">
......
...@@ -305,7 +305,7 @@ ...@@ -305,7 +305,7 @@
type: 'warning', type: 'warning',
beforeClose: (action, instance, done) => { beforeClose: (action, instance, done) => {
if (action === 'confirm') { if (action === 'confirm') {
this.$$get('/client/accountCancellation?userId=' + record.userId + '&clientCell='+ record.cell) this.$$get('/client/accountCancellation?userId=' + record.userId + '&clientCell='+ record.cell+ '&appName='+ this.searchInfo.appName)
.then(res => { .then(res => {
if (res.data.code != 200) { if (res.data.code != 200) {
this.$message.error(res.data.message); this.$message.error(res.data.message);
......
...@@ -304,6 +304,7 @@ const enumUtils = { ...@@ -304,6 +304,7 @@ const enumUtils = {
{code: 'RS_DAI', message: '榕树贷'}, {code: 'RS_DAI', message: '榕树贷'},
{code: 'ZGH', message: '尊贵花'}, {code: 'ZGH', message: '尊贵花'},
{code: 'YSD', message: '衣食贷'}, {code: 'YSD', message: '衣食贷'},
{code: 'YYH', message: '盈盈有钱H5'},
] ]
}; };
...@@ -637,6 +638,7 @@ const enumUtils = { ...@@ -637,6 +638,7 @@ const enumUtils = {
{value: 'RS_DAI', label: '榕树贷'}, {value: 'RS_DAI', label: '榕树贷'},
{value: 'ZGH', label: '尊贵花'}, {value: 'ZGH', label: '尊贵花'},
{value: 'YSD', label: '衣食贷'}, {value: 'YSD', label: '衣食贷'},
{value: 'YYH', label: '盈盈有钱H5'},
] ]
}; };
......
{ {
"name": "versiony", "name": "versiony",
"version": "6.0.2" "version": "6.0.4"
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment