Browse Source

修改bug

newyun
corala 2 years ago
parent
commit
2b4ba3e459
2 changed files with 4 additions and 4 deletions
  1. +1
    -1
      pages/center/consumer/consumerDetail.vue
  2. +3
    -3
      pages/mine/details2.vue

+ 1
- 1
pages/center/consumer/consumerDetail.vue View File

@@ -1330,7 +1330,7 @@
}

.tabchange {
background:#fff;
.tabactive1 {
padding-bottom: 100rpx;



+ 3
- 3
pages/mine/details2.vue View File

@@ -801,7 +801,7 @@
if(item.selected==0){
this.Pinspeak = false
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'
})
}
@@ -2859,14 +2859,14 @@
align-items: center;

.title1 {
flex: 2;
flex: 1;
font-size: 28rpx;
color: #333333;
font-weight: 400;
}

.leve1-jindu {
flex: 3;
flex: 1;
display: flex;
justify-content: center;
align-items: center;


Loading…
Cancel
Save