Commit 55172051 authored by 高滢's avatar 高滢

首页 文字

parent 7b48419e
......@@ -20,7 +20,7 @@
<div style="background-color: #707070;width: 1px;height: 18px;margin: 0 16px" />
<!-- <span style="cursor: pointer;">个人注册</span>-->
<router-link :to="'/personalCenter/registration'">
<span>立即注册</span>
<span>个人注册</span>
</router-link>
</div>
<div v-if="haveToken" style="display: flex;">
......
......@@ -551,7 +551,7 @@ export default {
this.$router.push({ name: 'myServiceIndex' })
} else {
this.$confirm('您还未登录请先登录!', '提示', {
confirmButtonText: '前往登',
confirmButtonText: '前往登',
cancelButtonText: '暂不登录',
type: 'warning'
}).then(() => {
......@@ -565,7 +565,7 @@ export default {
this.$router.push({ name: 'addComplaint', params: { serviceType: '1' }})
} else {
this.$confirm('您还未登录请先登录!', '提示', {
confirmButtonText: '前往登',
confirmButtonText: '前往登',
cancelButtonText: '暂不登录',
type: 'warning'
}).then(() => {
......@@ -579,8 +579,8 @@ export default {
this.$router.push({ name: 'addComplaint', params: { serviceType: '2' }})
} else {
this.$confirm('您还未登录请先登录!', '提示', {
confirmButtonText: '前往登',
cancelButtonText: '不登录',
confirmButtonText: '前往登',
cancelButtonText: '不登录',
type: 'warning'
}).then(() => {
this.$router.push({ path: '/personalCenter/login' })
......@@ -593,8 +593,8 @@ export default {
this.$router.push({ name: 'addComplaint', params: { serviceType: '3' }})
} else {
this.$confirm('您还未登录请先登录!', '提示', {
confirmButtonText: '前往登',
cancelButtonText: '不登录',
confirmButtonText: '前往登',
cancelButtonText: '不登录',
type: 'warning'
}).then(() => {
this.$router.push({ path: '/personalCenter/login' })
......@@ -607,8 +607,8 @@ export default {
this.$router.push({ name: 'addComplaint', params: { serviceType: '4' }})
} else {
this.$confirm('您还未登录请先登录!', '提示', {
confirmButtonText: '前往登',
cancelButtonText: '不登录',
confirmButtonText: '前往登',
cancelButtonText: '不登录',
type: 'warning'
}).then(() => {
this.$router.push({ path: '/personalCenter/login' })
......
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