|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<!--最后一步-->
|
|
|
- <div class="section" style="height: calc(100vh - 0.98rem - 0.88rem);overflow-y: auto;">
|
|
|
+ <div class="section" style="overflow-y: auto;position: absolute;height: 100%;">
|
|
|
<div class="step-last">
|
|
|
<!-- <h4 class="h4">免费开店</h4>
|
|
|
<p class="title">申请开店完全免费,一个企业只能开一家店,申请到正式开通预计需1-3个工作日。了解更多请看《开店规则》</p>-->
|
|
|
@@ -107,7 +107,7 @@
|
|
|
<upload :typeData="index" @uploadAction="onUpload" :NopassThree="true"></upload>
|
|
|
</div>
|
|
|
<div class="file-text">品牌logo/商标注册原件/授权说明书</div>
|
|
|
- <div v-show="brands.length > 1" @click="deleteBrand(index)" class="delete" title="删除"><i class="fa fa-trash"></i></div>
|
|
|
+ <div v-show="brands.length > 1" @click="deleteBrand(index)" class="delete" title="删除" style="float: right;text-align: center;line-height: 1.09rem;height: 1.09rem;padding-top: 0.36rem;"><i class="fa fa-trash"></i></div>
|
|
|
<!--<div class="col-md-12"><em v-if="index == 0">*</em>仅支持JPG、PNG、GIF、PDF格式,大小不超过3M</div>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -476,7 +476,7 @@
|
|
|
if (response.data.success) {
|
|
|
this.isSelfRegisterSuccess = true
|
|
|
// 删除保存的缓存企业信息
|
|
|
- this.$http.delete('basic/user/userCacheEnterprise')
|
|
|
+ this.$http.delete('/basic/user/userCacheEnterprise')
|
|
|
// 把当前用户登录企业信息切换为注册的企业
|
|
|
this.$http.get(`/user/authentication/` + response.data.data.enuu).then(() => {
|
|
|
// 重新获取登录用户信息
|
|
|
@@ -568,8 +568,9 @@
|
|
|
this.$http.post('/basic/enterprise/openVendor/' + enuu)
|
|
|
.then(() => {
|
|
|
setTimeout(() => {
|
|
|
- this.$router.push('/mobile/user')
|
|
|
- }, 3000)
|
|
|
+ window.location.href = '/mobile/user'
|
|
|
+ // this.$router.push('/mobile/user')
|
|
|
+ }, 1500)
|
|
|
})
|
|
|
}, err => {
|
|
|
console.log(err)
|
|
|
@@ -641,7 +642,7 @@
|
|
|
.then(response => {
|
|
|
if (response.data.success) {
|
|
|
this.isSelfRegisterSuccess = true
|
|
|
- this.$http.delete('basic/user/userCacheEnterprise')
|
|
|
+ this.$http.delete('/basic/user/userCacheEnterprise')
|
|
|
this.reflashEnterprise(response.data.data.enuu, baseUrl || '/vendor#/vendor_upload')
|
|
|
} else {
|
|
|
this.isSelfRegisterSuccess = false
|