linkTo
This commit is contained in:
@@ -167,9 +167,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
clickLaw(index) {
|
clickLaw(index) {
|
||||||
uni.navigateTo({
|
this.$linkTo("/mods/AppLegalLearning/AppLegalLearning?inx=" + index)
|
||||||
url: "/mods/AppLegalLearning/AppLegalLearning?inx=" + index
|
|
||||||
})
|
|
||||||
},
|
},
|
||||||
handleActive({type, appId, url}) {
|
handleActive({type, appId, url}) {
|
||||||
if (type == 0) {
|
if (type == 0) {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="AppLegalLearning">
|
<div class="AppLegalLearning">
|
||||||
<u-navbar title="法治学习" title-color="#000" title-size="32" :background="{background: '#f4f6fa'}" :is-back="false" :title-bold="true"></u-navbar>
|
<u-navbar title="普法学习" title-color="#000" title-size="32" :background="{background: '#f4f6fa'}" :is-back="false" :title-bold="true"></u-navbar>
|
||||||
<div class="tabs_box">
|
<div class="tabs_box">
|
||||||
<u-tabs :list="tabs" font-size="32" bg-color="#f3f5f7" inactive-color="#999999"
|
<u-tabs :list="tabs" font-size="32" bg-color="#f3f5f7" inactive-color="#999999"
|
||||||
:active-item-style="{color: '#222222'}" :is-scroll="true" :current="currIndex" @change="(i) => (currIndex = i)"> </u-tabs>
|
:active-item-style="{color: '#222222'}" :is-scroll="true" :current="currIndex" @change="(i) => (currIndex = i)"> </u-tabs>
|
||||||
|
|||||||
Reference in New Issue
Block a user