瀏覽代碼

修改bug

newyun
corala 2 年之前
父節點
當前提交
2b4ba3e459
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. +1
    -1
      pages/center/consumer/consumerDetail.vue
  2. +3
    -3
      pages/mine/details2.vue

+ 1
- 1
pages/center/consumer/consumerDetail.vue 查看文件

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

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



+ 3
- 3
pages/mine/details2.vue 查看文件

@@ -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…
取消
儲存