|
|
@@ -801,7 +801,7 @@ |
|
|
if(item.selected==0){ |
|
|
if(item.selected==0){ |
|
|
this.Pinspeak = false |
|
|
this.Pinspeak = false |
|
|
uni.navigateTo({ |
|
|
uni.navigateTo({ |
|
|
url: '/pages/learning/Keywordsearch?customerId=' + this.customerId + "&keyword=" + item.question + |
|
|
|
|
|
|
|
|
url: '/pages/learning/Keywordsearch?customerId=' + this.customerId + "&keyword=" + item.showFormatExpression + |
|
|
"&skpl=" + "2" + '&UpDateEvent=DETAILS2INIT' |
|
|
"&skpl=" + "2" + '&UpDateEvent=DETAILS2INIT' |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
@@ -2859,14 +2859,14 @@ |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
|
|
|
|
|
|
.title1 { |
|
|
.title1 { |
|
|
flex: 2; |
|
|
|
|
|
|
|
|
flex: 1; |
|
|
font-size: 28rpx; |
|
|
font-size: 28rpx; |
|
|
color: #333333; |
|
|
color: #333333; |
|
|
font-weight: 400; |
|
|
font-weight: 400; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.leve1-jindu { |
|
|
.leve1-jindu { |
|
|
flex: 3; |
|
|
|
|
|
|
|
|
flex: 1; |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
|