@@ -19,7 +19,23 @@ import jsonp from "jsonp";
export default {
methods: {
back() {
- this.$router.back();
+ console.log(this.$route.name);
+ if (this.$route.name == 'kpsub_detail') {
+ this.$router.replace({
+ name:'kpsub_list'
+ });
+ }
+ else if (this.$route.name == 'kpsub_list') {
+ name:'keyproject'
+ } else if (this.$route.name == 'keyproject') {
+ name:'Home'
+ } else{
+ this.$router.back();
localStorage.setItem("isShowWel", "1");
},
wxShare() {
@@ -93,7 +109,7 @@ export default {
position: fixed;
top: 16px;
left: 12px;
- z-index: 99;
+ z-index: 9999;
}
</style>
@@ -50,5 +50,9 @@ export default {
.cele{
width: 100%;
height: 100%;
+ & /deep/ .home .mcon .main > li > div > span{
+ font-size: 14px!important;
+ padding: 10px 4px;
@@ -164,7 +164,7 @@ export default {
text-align: center;
transform: translateX(-50%);
display: inline-block;
- font-size: 16px;
+ font-size: 14px;
padding: 6px 0;
color: rgba(255, 255, 255, 0.9);
z-index: 100;
@@ -162,7 +162,7 @@ export default {
@@ -53,6 +53,10 @@ export default {
top: 0;
.main{
height: auto;
+ > li > div > span{