diff --git a/manifest.json b/manifest.json index 16c8fd4..16f44b9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "去房智控管家", + "name" : "数智工牌", "appid" : "__UNI__7A1611D", "description" : "去房智控管家", "versionName" : "1.1.0", diff --git a/pages/center/consumer/consumerDetail.vue b/pages/center/consumer/consumerDetail.vue index 37a0165..46d4b42 100644 --- a/pages/center/consumer/consumerDetail.vue +++ b/pages/center/consumer/consumerDetail.vue @@ -321,14 +321,14 @@ 暂无话术 - {{inc+1}}.{{che.showFormatExpression || che.keywordsName}} + :style="che.isAskQuestions==2?'color:#FF8C13':che.isAskQuestions==0?'':'color: #666'"> + {{inc+1}}.{{che.showFormatExpression}} - - @@ -384,25 +384,25 @@ {{ inc + 1 }}.{{ - che.showFormatExpression || che.keywordsName + che.showFormatExpression }} - + @@ -11,7 +10,6 @@ - @@ -142,5 +140,14 @@ } diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 33309d9..b9408df 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -360,14 +360,14 @@ 暂无话术 - {{inc+1}}.{{che.showFormatExpression || che.keywordsName}} + :style="che.isAskQuestions==2?'color:#FF8C13':che.isAskQuestions==0?'':'color: #666'"> + {{inc+1}}.{{che.showFormatExpression}} - - @@ -400,14 +400,14 @@ - {{inc+1}}.{{che.showFormatExpression || che.keywordsName}} + :style="che.isAskQuestions==2?'color:#FF8C13':che.isAskQuestions==0?'':'color: #666'"> + {{inc+1}}.{{che.showFormatExpression}} - - @@ -798,10 +798,10 @@ }, // 点击话术 clickWajue(item){ - if(item.selected==0){ + if(item.isAskQuestions==0){ this.Pinspeak = false uni.navigateTo({ - url: '/pages/learning/Keywordsearch?customerId=' + this.customerId + "&keyword=" + item.showFormatExpression||item.keywordsName + + url: '/pages/learning/Keywordsearch?customerId=' + this.customerId + "&keyword=" + item.showFormatExpression + "&skpl=" + "2" + '&UpDateEvent=DETAILS2INIT' }) }