From 1a71c9b959110358c85e7e87eb03ffe57ba8a46b Mon Sep 17 00:00:00 2001
From: corala <18339694416@163.com>
Date: Wed, 14 Sep 2022 16:13:12 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=96=E6=8E=98=E6=89=A7?=
=?UTF-8?q?=E8=A1=8C=E7=8E=87=E9=A2=9C=E8=89=B2=E5=80=BC=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
manifest.json | 2 +-
pages/center/consumer/consumerDetail.vue | 22 +++++++++++-----------
pages/learning/Keywordsearch.vue | 15 +++++++++++----
pages/mine/details2.vue | 20 ++++++++++----------
4 files changed, 33 insertions(+), 26 deletions(-)
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'
})
}