diff --git a/admin-web-master/src/api/newly.js b/admin-web-master/src/api/newly.js index 88e4c92..034e04b 100644 --- a/admin-web-master/src/api/newly.js +++ b/admin-web-master/src/api/newly.js @@ -405,6 +405,14 @@ export function cerePlatformMerchantadd(data) { data }) } +// 绑定添加 +export function bamngdingAdd(data) { + return request({ + url: '/cerePlatformMerchant/addAgain', + method: 'post', + data + }) +} // 详情 export function cerePlatformMerchantinfo(data) { return request({ diff --git a/admin-web-master/src/components/Tinymce/components/EditorImage.vue b/admin-web-master/src/components/Tinymce/components/EditorImage.vue index 5603ee4..854d1cf 100644 --- a/admin-web-master/src/components/Tinymce/components/EditorImage.vue +++ b/admin-web-master/src/components/Tinymce/components/EditorImage.vue @@ -1,7 +1,7 @@ diff --git a/admin-web-master/src/components/chakan/cd.vue b/admin-web-master/src/components/chakan/cd.vue index 0fb53c2..9e0ed1a 100644 --- a/admin-web-master/src/components/chakan/cd.vue +++ b/admin-web-master/src/components/chakan/cd.vue @@ -95,8 +95,9 @@ - -
{{editbgid.otherImageVideos?'查看详情':'无'}}
+ + +
{{editbgid.otherMedia?'查看详情':'无'}}
diff --git a/admin-web-master/src/utils/request.js b/admin-web-master/src/utils/request.js index 96e5d6d..25a7b21 100644 --- a/admin-web-master/src/utils/request.js +++ b/admin-web-master/src/utils/request.js @@ -22,7 +22,7 @@ if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; - // baseURL = 'http://128.10.249.32:9003'; + baseURL = 'http://128.10.249.25:9003'; } else { diff --git a/admin-web-master/src/views/business/businessList/index.vue b/admin-web-master/src/views/business/businessList/index.vue index ac9e969..3b0ef9f 100644 --- a/admin-web-master/src/views/business/businessList/index.vue +++ b/admin-web-master/src/views/business/businessList/index.vue @@ -128,7 +128,7 @@
-
合同管理 > 商家信息管理 > 新增
@@ -152,7 +152,7 @@
-
合同管理 > 商家信息管理 > 编辑
diff --git a/admin-web-master/src/views/customer/icReview/index.vue b/admin-web-master/src/views/customer/icReview/index.vue index 3517330..332ba38 100644 --- a/admin-web-master/src/views/customer/icReview/index.vue +++ b/admin-web-master/src/views/customer/icReview/index.vue @@ -108,7 +108,7 @@
-
招商租赁审核 > 商户意向管理 > 新增
@@ -118,7 +118,7 @@
-
招商租赁审核 > 商户意向管理 > {{onindex=='1'?'查看':'审核'}}
diff --git a/admin-web-master/src/views/customer/rUser/index.vue b/admin-web-master/src/views/customer/rUser/index.vue index 46ea0e5..4eb58e4 100644 --- a/admin-web-master/src/views/customer/rUser/index.vue +++ b/admin-web-master/src/views/customer/rUser/index.vue @@ -294,8 +294,10 @@ import merchantInformation from '../../../components/merchantInformation/index.v if (valid) { this.ruleForm.id = this.secondData.id cerePlatformMerchantedit(this.ruleForm) - this.ggXin = false - this.getAll() + this.$message({ + message: '修改成功', + type: 'success' + }) }else{ this.$message({ message: '请填写完整信息', @@ -303,7 +305,9 @@ import merchantInformation from '../../../components/merchantInformation/index.v }) } - }) + }) + this.getAll() + this.ggXin = false }, handleCurrentChange(val) { this.pageindex.pageNumber = val - 1 @@ -341,6 +345,10 @@ import merchantInformation from '../../../components/merchantInformation/index.v beforeClose: (action, instance, done) => { if (action === 'confirm') { cerePlatformMerchantedit({id:ids,isBlackList:num}).then(res=>{ + this.$message({ + message: '修改成功', + type: 'success' + }) this.getAll() done(); }) diff --git a/admin-web-master/src/views/customer/rsaManagement/index.vue b/admin-web-master/src/views/customer/rsaManagement/index.vue index 1ccc564..52d65e7 100644 --- a/admin-web-master/src/views/customer/rsaManagement/index.vue +++ b/admin-web-master/src/views/customer/rsaManagement/index.vue @@ -257,11 +257,11 @@
{{secondData.idCardNumber}}
- + @@ -355,7 +355,7 @@ - + @@ -366,13 +366,13 @@ - + @@ -561,11 +561,11 @@ message: '手机号只能包含数字', trigger: 'blur', }], - idCardValidStart: [{ - required: true, - message: '请选择身份证有效时间', - trigger: 'change' - }, ], + // idCardValidStart: [{ + // required: true, + // message: '请选择身份证有效时间', + // trigger: 'change' + // }, ], idCardPhotoFront: [{ required: true, message: '请输入身份证照片(正面)', @@ -703,11 +703,14 @@ this.getAll(); }, idCardchange(e) { - + console.log(e,'eee') this.ruleForm.idCardValidStart = e[0] this.ruleForm.idCardValidEnd = e[1] - + }, + blur(){ + this.$forceUpdate() + }, // 新增确定 addCheck() { diff --git a/admin-web-master/src/views/customer/rsaReview/index.vue b/admin-web-master/src/views/customer/rsaReview/index.vue index 0d3209d..a635ffe 100644 --- a/admin-web-master/src/views/customer/rsaReview/index.vue +++ b/admin-web-master/src/views/customer/rsaReview/index.vue @@ -226,11 +226,11 @@
{{secondData.idCardNumber}}
- +
@@ -333,11 +333,11 @@
{{ruleForm.idCardNumber}}
- +
@@ -534,11 +534,11 @@ message: '手机号只能包含数字', trigger: 'blur', }], - idCardValidStart: [{ - required: true, - message: '请选择身份证有效时间', - trigger: 'change' - }, ], + // idCardValidStart: [{ + // required: true, + // message: '请选择身份证有效时间', + // trigger: 'change' + // }, ], idCardPhotoFront: [{ required: true, message: '请输入身份证照片(正面)', diff --git a/admin-web-master/src/views/shopbus/settlement/addSettlement.vue b/admin-web-master/src/views/shopbus/settlement/addSettlement.vue index 2efcb5d..3a5af8b 100644 --- a/admin-web-master/src/views/shopbus/settlement/addSettlement.vue +++ b/admin-web-master/src/views/shopbus/settlement/addSettlement.vue @@ -29,9 +29,9 @@ -
{{shopDetails.AuthenType==2?'个体工商户':'企业'}}
+
{{shopDetails.authenType==2?'个体工商户':'企业'}}
diff --git a/ceres-uniapp-master/config/api.js b/ceres-uniapp-master/config/api.js index 960c1a5..8fe8762 100644 --- a/ceres-uniapp-master/config/api.js +++ b/ceres-uniapp-master/config/api.js @@ -2,10 +2,10 @@ // const DOMAIN_PREFIXPING = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server' // const DOMAIN_PREFIX = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/api' // const TIAOZHUAN = 'https://jy.scjysm.asia:18086/cdwlMall/' -const DOMAIN_PREFIXPING = 'http://128.10.249.32:9003' -const DOMAIN_PREFIX = 'http://128.10.249.32:9007' -// const DOMAIN_PREFIXPING = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server' -// const DOMAIN_PREFIX = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/api' +// const DOMAIN_PREFIXPING = 'http://128.10.249.32:9003' +// const DOMAIN_PREFIX = 'http://128.10.249.32:9007' +const DOMAIN_PREFIXPING = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server' +const DOMAIN_PREFIX = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/api' const TIAOZHUAN = 'https://zhgw-uat.028wlkj.com/cdwlMall/' @@ -47,7 +47,7 @@ module.exports = { terminal: TERMINAL, // 画布设备 1 小程序,2 H5,3 App 4 电脑 SettledMerchantPrefix: TIAOZHUAN + 'settled-merchant' , // 'https://jy.scjysm.asia:18086/cdwlMall/settled-merchant', //商家入驻链接 - + // SettledMerchantPrefix:'http://localhost:8082', shareLink: TIAOZHUAN + 'meh5', // 分享地址 // shareLink: 'http://172.16.61.123:9007/h5', // 分享地址 diff --git a/ceres-uniapp-master/pages_category_page1/goodsModule/evaluate.vue b/ceres-uniapp-master/pages_category_page1/goodsModule/evaluate.vue index 537894b..21d40e3 100644 --- a/ceres-uniapp-master/pages_category_page1/goodsModule/evaluate.vue +++ b/ceres-uniapp-master/pages_category_page1/goodsModule/evaluate.vue @@ -136,7 +136,7 @@ } // console.log(this.commentImgs,'fffffffffffffffff') // return - let data = [{ + let data ={ orderId:this.orderId, skuId:this.commentData.skuId, productId:this.commentData.productId, @@ -146,7 +146,7 @@ des:this.descStar, delivery:this.logisticsStar, attitude:this.serviceStar - }] + } NET.request(API.Comment, { params:data diff --git a/ceres-uniapp-master/pages_category_page1/goodsModule/evaluateList.vue b/ceres-uniapp-master/pages_category_page1/goodsModule/evaluateList.vue index 99b8217..374ef76 100644 --- a/ceres-uniapp-master/pages_category_page1/goodsModule/evaluateList.vue +++ b/ceres-uniapp-master/pages_category_page1/goodsModule/evaluateList.vue @@ -12,7 +12,7 @@ - + {{item.name}} diff --git a/ceres-uniapp-master/pages_category_page1/procedure/procedure.vue b/ceres-uniapp-master/pages_category_page1/procedure/procedure.vue index b6420cc..b4230b2 100644 --- a/ceres-uniapp-master/pages_category_page1/procedure/procedure.vue +++ b/ceres-uniapp-master/pages_category_page1/procedure/procedure.vue @@ -9,7 +9,7 @@ {{tableList.releaseTime}} - + diff --git a/lvdao-miniapp/main.js b/lvdao-miniapp/main.js index 04a1ae4..05955c5 100644 --- a/lvdao-miniapp/main.js +++ b/lvdao-miniapp/main.js @@ -8,13 +8,13 @@ import uView from "uview-ui"; import DialogBox from './components/DialogBox/DialogBox'; // let hostall = window.location.href; // let c1 = hostall.split('cdwlMall')[0]; -let c1 = 'https://jy.scjysm.asia:18086/' -// let c1 = 'https://zhgw-uat.028wlkj.com/' +// let c1 = 'https://jy.scjysm.asia:18086/' +let c1 = 'https://zhgw-uat.028wlkj.com/' Vue.config.productionTip = false Vue.prototype.$http = http Vue.prototype.$imgUrl = (url) => { - return (c1 + "cdwlMall/questionnaire/file/static" + url); - // return (c1 + "cdwlMall/zsfwzxt/test/file/static" + url); + // return (c1 + "cdwlMall/questionnaire/file/static" + url); + return (c1 + "cdwlMall/zsfwzxt/test/file/static" + url); } Vue.prototype.$img = c1+ 'cdwlMall' // Vue.prototype.$upload = "https://zhld.028wlkj.com:49008/cdwlMall/admin-server/miniio/upload" diff --git a/lvdao-miniapp/pages.json b/lvdao-miniapp/pages.json index 8426b49..4ee304a 100644 --- a/lvdao-miniapp/pages.json +++ b/lvdao-miniapp/pages.json @@ -169,6 +169,14 @@ } }, { + "path": "pages/mycreated/actList", + "style": { + "navigationBarTitleText": "报名名单", + "navigationBarBackgroundColor": "#FFFFFF", + "enablePullDownRefresh": true + } + }, + { "path": "pages/record/record", "style": { "navigationBarTitleText": "申请记录", @@ -443,6 +451,13 @@ } }, { + "path": "gongao/gongaoList", + "style": { + "navigationBarTitleText": "公告列表", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, + { "path": "myZiyuan/myZiDetailsnew", "style": { "navigationBarBackgroundColor": "#FFFFFF", diff --git a/lvdao-miniapp/pages/home/home.vue b/lvdao-miniapp/pages/home/home.vue index 030644c..0ecb80b 100644 --- a/lvdao-miniapp/pages/home/home.vue +++ b/lvdao-miniapp/pages/home/home.vue @@ -22,9 +22,9 @@ - + - + @@ -33,8 +33,9 @@ 暂无公告 + - + 公告 {{item.announcementTitle}} @@ -645,6 +646,11 @@ }) }, + gongList(){ + uni.navigateTo({ + url: `/pagesA/gongao/gongaoList` + }) + }, details(item) { let items = JSON.stringify(item) if (this.current == 0 || this.current == 1) { diff --git a/lvdao-miniapp/pages/mycreated/actList.vue b/lvdao-miniapp/pages/mycreated/actList.vue new file mode 100644 index 0000000..e02b466 --- /dev/null +++ b/lvdao-miniapp/pages/mycreated/actList.vue @@ -0,0 +1,134 @@ + + + + + + \ No newline at end of file diff --git a/lvdao-miniapp/pages/mycreated/mycreated.vue b/lvdao-miniapp/pages/mycreated/mycreated.vue index fdacf48..8579692 100644 --- a/lvdao-miniapp/pages/mycreated/mycreated.vue +++ b/lvdao-miniapp/pages/mycreated/mycreated.vue @@ -55,6 +55,7 @@ 撤回 编辑 显示二维码 + 报名名单 删除 @@ -224,6 +225,11 @@ //请求失败 }) }, + getList(ids){ + uni.navigateTo({ + url: `/pages/mycreated/actList?ids=${ids}` + }) + }, } } diff --git a/lvdao-miniapp/pages/workbench/workbench.vue b/lvdao-miniapp/pages/workbench/workbench.vue index 997d49e..c226b47 100644 --- a/lvdao-miniapp/pages/workbench/workbench.vue +++ b/lvdao-miniapp/pages/workbench/workbench.vue @@ -310,10 +310,10 @@ }, methods: { async toPath1(path) { - let c1 = uni.getStorageSync('user').phone + let h1 = uni.getStorageSync('user').phone // let c1 = '18188305496' await this.$http.sendRequest('/check/getAll', 'POST', { - "shopPhone": c1, + "shopPhone": h1, "checkState": "1", "page": 1, "pageSize": 1 @@ -325,14 +325,108 @@ uni.setStorageSync('shopId', ''); } }) - uni.navigateTo({ - url: path, + await this.$http.sendRequest('/cerePlatformMerchant/queryByPage', 'POST', { + "pageSize": 10, + pageNumber: 0, + phone: uni.getStorageSync('user').phone + }).then(res => { + if (res.data.code == '20004' || res.data.code == '20003') { + uni.navigateTo({ + url: '/pages/login/login' + }) + } + if (res.data.data.content.length > 0) { + let c1 = res.data.data.content[0] + console.log(c1.checkState,'checkState') + if (c1.checkState == '1') { + uni.showToast({ + icon: 'none', + title: '商家申请正在审核中', + duration: 3000 + }); + } else if (c1.checkState == '3') { + uni.showToast({ + icon: 'none', + title: '商家申请审核已被拒绝 请重新提交', + duration: 3000 + }); + setTimeout(() => { + uni.navigateTo({ + url: '/pagesA/leaseAdd/leaseAdd' + }) + }, 3000) + } else if (c1.checkState == '2') { + uni.navigateTo({ + url: path, + }) + } + } else { + uni.showToast({ + icon: 'none', + title: '请先申请成为商家', + duration: 3000 + }); + setTimeout(() => { + uni.navigateTo({ + url: '/pagesA/leaseAdd/leaseAdd' + }) + }, 3000) + } }) + + + }, toPath(path) { - uni.navigateTo({ - url: path, + this.$http.sendRequest('/cerePlatformMerchant/queryByPage', 'POST', { + "pageSize": 10, + pageNumber: 0, + phone: uni.getStorageSync('user').phone + }).then(res => { + if (res.data.code == '20004' || res.data.code == '20003') { + uni.navigateTo({ + url: '/pages/login/login' + }) + } + if (res.data.data.content.length > 0) { + let c1 = res.data.data.content[0] + console.log(c1.checkState,'checkState') + if (c1.checkState == '1') { + uni.showToast({ + icon: 'none', + title: '商家申请正在审核中', + duration: 3000 + }); + } else if (c1.checkState == '3') { + uni.showToast({ + icon: 'none', + title: '商家申请审核已被拒绝 请重新提交', + duration: 3000 + }); + setTimeout(() => { + uni.navigateTo({ + url: '/pagesA/leaseAdd/leaseAdd' + }) + }, 3000) + } else if (c1.checkState == '2') { + uni.navigateTo({ + url: path, + }) + } + } else { + uni.showToast({ + icon: 'none', + title: '请先申请成为商家', + duration: 3000 + }); + setTimeout(() => { + uni.navigateTo({ + url: '/pagesA/leaseAdd/leaseAdd' + }) + }, 3000) + } }) + }, } } diff --git a/lvdao-miniapp/pagesA/gongao/gongaoList.vue b/lvdao-miniapp/pagesA/gongao/gongaoList.vue new file mode 100644 index 0000000..77cd1bd --- /dev/null +++ b/lvdao-miniapp/pagesA/gongao/gongaoList.vue @@ -0,0 +1,176 @@ + + + + + \ No newline at end of file diff --git a/lvdao-miniapp/pagesA/leaseAdd/leaseAdd.vue b/lvdao-miniapp/pagesA/leaseAdd/leaseAdd.vue index ad939d5..1e88c5f 100644 --- a/lvdao-miniapp/pagesA/leaseAdd/leaseAdd.vue +++ b/lvdao-miniapp/pagesA/leaseAdd/leaseAdd.vue @@ -110,12 +110,31 @@ return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`; }, go() { - console.error(this.fileList1) - console.error(this.fileList2) - + if (!this.model1.idCardNumber) { + uni.showToast({ + icon: 'none', + title: '请输入身份证号码' + }); + return false; + } + this.model1.applyTime = this.getCurrentTime() this.model1.idCardFrontImage = this.fileList1.join(',') this.model1.idCardBackImage = this.fileList2.join(',') + if (!this.model1.idCardFrontImage) { + uni.showToast({ + icon: 'none', + title: '请上传身份证照片' + }); + return false; + } + if (!this.model1.idCardBackImage) { + uni.showToast({ + icon: 'none', + title: '请上传身份证照片' + }); + return false; + } this.model1.username = this.model1.name this.model1.phone = uni.getStorageSync('user').phone console.error({ diff --git a/lvdao-miniapp/pagesA/myZiyuan/myZiDetails.vue b/lvdao-miniapp/pagesA/myZiyuan/myZiDetails.vue index 5361b94..6e5bd5a 100644 --- a/lvdao-miniapp/pagesA/myZiyuan/myZiDetails.vue +++ b/lvdao-miniapp/pagesA/myZiyuan/myZiDetails.vue @@ -224,7 +224,7 @@ }, onLoad(options) { this.imgurl = this.$img - const item = JSON.parse(decodeURIComponent(options.item)); + const item = JSON.parse(decodeURIComponent(options.item)) console.log(options.item, '1123123213') this.record = item let imgsList = item.cereBasicInformationShop && item.cereBasicInformationShop.displayMainImage ? item diff --git a/lvdao-miniapp/utils/request.js b/lvdao-miniapp/utils/request.js index e1f63d5..44b321f 100644 --- a/lvdao-miniapp/utils/request.js +++ b/lvdao-miniapp/utils/request.js @@ -1,8 +1,8 @@ // let hostall = window.location.href; // let c1 = hostall.split('cdwlMall')[0]; -let c1 = 'https://jy.scjysm.asia:18086/' -// let c1 = 'https://zhgw-uat.028wlkj.com/' +// let c1 = 'https://jy.scjysm.asia:18086/' +let c1 = 'https://zhgw-uat.028wlkj.com/' //封装request请求 const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { //判断header提交数据类型 @@ -21,17 +21,17 @@ const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { // bases = 'https://zhgw.028wlkj.com:20443/cdwlMall/meserver/admin-server' + url; // bases = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server' + url; - // bases = 'http://128.10.249.31:9003'+ url; + bases = 'http://128.10.249.25:9003'+ url; // bases = 'https://zhld.028wlkj.com:49008/cdwlMall/admin-server' + url; - bases = c1 + 'cdwlMall/meserver/admin-server' + url; + // bases = c1 + 'cdwlMall/meserver/admin-server' + url; }else if(baseUrl == 3){ // bases = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/api' + url; // bases = 'https://zhgw.028wlkj.com:20443/cdwlMall/meserver/api' + url; // bases = 'http://128.10.249.22:9003:9007' + url; - // bases = 'http://128.10.249.23:9007' + url; - bases = c1 + 'cdwlMall/meserver/api' + url; + bases = 'http://128.10.249.25:9007' + url; + // bases = c1 + 'cdwlMall/meserver/api' + url; }else{ // bases = 'http://128.10.249.22:9004' + url; @@ -39,9 +39,9 @@ const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { // bases = 'http://172.16.61.123/cdwlMall/business-server' + url; // bases = 'https://jy.scjysm.asia:18086/cdwlMall/business-server' + url; // bases = 'https://zhgw.028wlkj.com:20443/cdwlMall/business-server' + url; - // bases = 'http://128.10.249.31:9004' + url; + bases = 'http://128.10.249.25:9004' + url; // bases = 'https://zhld.028wlkj.com:49008/cdwlMall/business-server' + url; - bases = c1 + 'cdwlMall/business-server' + url; + // bases = c1 + 'cdwlMall/business-server' + url; } var token = uni.getStorageSync('token') || ''; diff --git a/merchant-web-master/src/utils/request.js b/merchant-web-master/src/utils/request.js index 4bb872c..561d83f 100644 --- a/merchant-web-master/src/utils/request.js +++ b/merchant-web-master/src/utils/request.js @@ -21,7 +21,7 @@ let PREFIX; // PREFIX = 'http://8.130.38.56:8027/business-server'; PREFIX = 'https://zhgw-uat.028wlkj.com/cdwlMall/business-server'; // PREFIX = 'https://jy.scjysm.asia:18086/cdwlMall/business-server'; - // PREFIX = 'http://128.10.249.31:9004'; + // PREFIX = 'http://128.10.249.32:9004'; }else{ // PREFIX = '/merchant-business'; // PREFIX = 'http://8.130.38.56:9004'; diff --git a/settled-merchant-master/src/api/index.js b/settled-merchant-master/src/api/index.js index 383803f..3caf5c6 100644 --- a/settled-merchant-master/src/api/index.js +++ b/settled-merchant-master/src/api/index.js @@ -3,19 +3,18 @@ import home from './home' const host = `${window.location.protocol}//${window.location.host}` const TIAOZHUAN = `${host}/cdwlMall/meserver/` // 获取当前环境变量 true => 生产环境 false => 开发环境 -const BASEURL = (process.env.NODE_ENV === 'production') ? TIAOZHUAN + 'api' : TIAOZHUAN + 'api' -// const upUrl = (process.env.NODE_ENV === 'production') ? `${window.location.protocol}//${window.location.host}/cdwlMall/meserver/admin-server` : 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server' -const upUrl = (process.env.NODE_ENV === 'production') ? TIAOZHUAN + 'admin-server' : TIAOZHUAN + 'admin-server' +const BASEURL = (process.env.NODE_ENV === 'production') ? TIAOZHUAN + 'api' : 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/api' +const upUrl = (process.env.NODE_ENV === 'production') ? TIAOZHUAN + 'admin-server' : 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server' export const api = { - // 登录模块 - ...home(BASEURL), - // 图片上传 - upload: `${upUrl}/miniio/uploadQuestion`, - // 商家入驻 - enterpriseCheck: `${BASEURL}/check/enterpriseCheck`, - individualCheck: `${BASEURL}/check/individualCheck`, - organizationsCheck: `${BASEURL}/check/organizationsCheck`, - personalCheck: `${BASEURL}/check/personalCheck`, - getByName: `${BASEURL}/app/getSelect` + // 登录模块 + ...home(BASEURL), + // 图片上传 + upload: `${upUrl}/miniio/uploadQuestion`, + // 商家入驻 + enterpriseCheck: `${BASEURL}/check/enterpriseCheck`, + individualCheck: `${BASEURL}/check/individualCheck`, + organizationsCheck: `${BASEURL}/check/organizationsCheck`, + personalCheck: `${BASEURL}/check/personalCheck`, + getByName: `${BASEURL}/app/getSelect` } export default api diff --git a/settled-merchant-master/src/views/SettleIn/enterprisesApply.vue b/settled-merchant-master/src/views/SettleIn/enterprisesApply.vue index 1fb2637..c3be8f8 100644 --- a/settled-merchant-master/src/views/SettleIn/enterprisesApply.vue +++ b/settled-merchant-master/src/views/SettleIn/enterprisesApply.vue @@ -232,7 +232,8 @@ export default { enterpriseCardStartTime: '', // 证件有效开始时间 enterpriseCardEndTime: '', // 证件有效结束时间 enterpriseCardPositive: '', // 身份证正面照 - enterpriseCardSide: '' // 身份证反面照 + enterpriseCardSide: '' ,// 身份证反面照 + merchantType: '线上商家' }, idCardList: [], dictName: '证件类型', diff --git a/settled-merchant-master/src/views/SettleIn/individualBusiness.vue b/settled-merchant-master/src/views/SettleIn/individualBusiness.vue index 521e08f..a5fe56a 100644 --- a/settled-merchant-master/src/views/SettleIn/individualBusiness.vue +++ b/settled-merchant-master/src/views/SettleIn/individualBusiness.vue @@ -232,7 +232,8 @@ export default { subjectCardStartTime: '', // 证件有效开始时间 subjectCardEndTime: '', // 证件有效结束时间 subjectCardPositive: '', // 身份证正面照 - subjectCardSide: '' // 身份证反面照 + subjectCardSide: '' ,// 身份证反面照 + merchantType: '线上商家' }, idCardList: [], dictName: '证件类型', diff --git a/settled-merchant-master/src/views/SettleIn/organization.vue b/settled-merchant-master/src/views/SettleIn/organization.vue index e89fbf2..fd28980 100644 --- a/settled-merchant-master/src/views/SettleIn/organization.vue +++ b/settled-merchant-master/src/views/SettleIn/organization.vue @@ -230,7 +230,8 @@ export default { otherCardStartTime: '', // 证件有效开始时间 otherCardEndTime: '', // 证件有效结束时间 otherCardPositive: '', // 身份证正面照 - otherCardSide: '' // 身份证反面照 + otherCardSide: '' ,// 身份证反面照 + merchantType: '线上商家' }, idCardList: [], dictName: '证件类型', diff --git a/settled-merchant-master/src/views/SettleIn/personal.vue b/settled-merchant-master/src/views/SettleIn/personal.vue index 4d9eecd..35005ca 100644 --- a/settled-merchant-master/src/views/SettleIn/personal.vue +++ b/settled-merchant-master/src/views/SettleIn/personal.vue @@ -186,7 +186,8 @@ export default { personalCardEndTime: '', // 证件有效结束时间 personalCardPositive: '', // 身份证正面照 personalCardSide: '', // 身份证反面照 - personalCardHand: '' // 手持证件照 + personalCardHand: '' ,// 手持证件照 + merchantType: '线上商家' }, idCardList: [], dictName: '证件类型', diff --git a/settled-merchant-master/src/views/moblie/mEnterprise.vue b/settled-merchant-master/src/views/moblie/mEnterprise.vue index 8ad5856..1dc5ad0 100644 --- a/settled-merchant-master/src/views/moblie/mEnterprise.vue +++ b/settled-merchant-master/src/views/moblie/mEnterprise.vue @@ -284,7 +284,8 @@ export default { enterpriseCardStartTime: '', // 证件有效开始时间 enterpriseCardEndTime: '', // 证件有效结束时间 enterpriseCardPositive: '', // 身份证正面照 - enterpriseCardSide: '' // 身份证反面照 + enterpriseCardSide: '' ,// 身份证反面照 + merchantType: '线上商家' }, idCardList: [], dictName: '证件类型', diff --git a/settled-merchant-master/src/views/moblie/mOtherOrg.vue b/settled-merchant-master/src/views/moblie/mOtherOrg.vue index ceaa263..d3b6dd8 100644 --- a/settled-merchant-master/src/views/moblie/mOtherOrg.vue +++ b/settled-merchant-master/src/views/moblie/mOtherOrg.vue @@ -283,7 +283,8 @@ export default { otherCardStartTime: '', // 证件有效开始时间 otherCardEndTime: '', // 证件有效结束时间 otherCardPositive: '', // 身份证正面照 - otherCardSide: '' // 身份证反面照 + otherCardSide: '' ,// 身份证反面照 + merchantType: '线上商家' }, idCardList: [], dictName: '证件类型', diff --git a/settled-merchant-master/src/views/moblie/mPersonal.vue b/settled-merchant-master/src/views/moblie/mPersonal.vue index d6b530d..da26548 100644 --- a/settled-merchant-master/src/views/moblie/mPersonal.vue +++ b/settled-merchant-master/src/views/moblie/mPersonal.vue @@ -206,7 +206,8 @@ export default { personalCardEndTime: '', // 证件有效结束时间 personalCardPositive: '', // 身份证正面照 personalCardSide: '', // 身份证反面照 - personalCardHand: '' // 手持证件照 + personalCardHand: '' ,// 手持证件照 + merchantType: '线上商家' }, idCardList: [], dictName: '证件类型', diff --git a/settled-merchant-master/src/views/moblie/mUinitBusiness.vue b/settled-merchant-master/src/views/moblie/mUinitBusiness.vue index a54fb07..59a77b4 100644 --- a/settled-merchant-master/src/views/moblie/mUinitBusiness.vue +++ b/settled-merchant-master/src/views/moblie/mUinitBusiness.vue @@ -287,7 +287,8 @@ export default { subjectCardStartTime: '', // 证件有效开始时间 subjectCardEndTime: '', // 证件有效结束时间 subjectCardPositive: '', // 身份证正面照 - subjectCardSide: '' // 身份证反面照 + subjectCardSide: '' ,// 身份证反面照 + merchantType: '线上商家' }, idCardList: [], dictName: '证件类型',