pages
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="lawClass">
|
||||
<div class="pic-left">
|
||||
<img src="https://cdn.cunwuyun.cn/qujing/but-zaixianketang.png" alt="" @click="clickLaw(0)">
|
||||
<div class="pic-left" @click="clickLaw(0)">
|
||||
<img src="https://cdn.cunwuyun.cn/qujing/but-zaixianketang.png">
|
||||
</div>
|
||||
<div class="pic-right">
|
||||
<img src="https://cdn.cunwuyun.cn/qujing/but-pufakaoshi.png" alt="" @click="clickLaw(1)">
|
||||
<div class="pic-right" @click="clickLaw(1)">
|
||||
<img src="https://cdn.cunwuyun.cn/qujing/but-pufakaoshi.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid-content">
|
||||
@@ -167,7 +167,8 @@ export default {
|
||||
}
|
||||
},
|
||||
clickLaw(index) {
|
||||
this.$linkTo("/mods/AppLegalLearning/AppLegalLearning?inx=" + index)
|
||||
|
||||
this.$linkTo("/pages/AppLegalLearning/AppLegalLearning?inx=" + index)
|
||||
},
|
||||
handleActive({type, appId, url}) {
|
||||
if (type == 0) {
|
||||
@@ -387,7 +388,8 @@ export default {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
height: 112px;
|
||||
margin-bottom: 38px;
|
||||
.pic-left,
|
||||
.pic-right {
|
||||
width: 46%;
|
||||
|
||||
Reference in New Issue
Block a user