Forráskód Böngészése

智能选址前端页面修改

liutao 4 hónapja
szülő
commit
b7c5a541be

+ 7 - 4
web_ui/src/views/industrial-land/AiIndustriaLandDetail.vue

@@ -114,7 +114,7 @@
               autocomplete="off"
               spellcheck="false"
               autocorrect="off"
-              placeholder="您可以试着这样问我,如“帮我在杭州市西湖区找几块面积35亩左右,人口相对密集的工业用地”"
+              placeholder="您可以试着这样问我,如“帮我在杭州市西湖区找几块面积35亩左右,人口相对密集的工业用地”"
               autofocus=""
             >
             </textarea>
@@ -811,8 +811,9 @@ export default {
     },
     hotQuestionReset() {
       if (this.inputText == "" || this.inputText == null) {
-        this.$Message.info("请输入");
-        return;
+        // this.$Message.info("请输入");
+        // return;
+         this.inputText = "帮我在杭州市西湖区找几块面积35亩左右,人口相对密集的工业用地";
       }
 
       this.zwinputText = "";
@@ -1078,6 +1079,7 @@ export default {
         this.clearMark();
         this.activeItem = null;
       }
+      this.goLocation(item,index);
     },
     //地块收藏点击查看详情
     dkInfo(item) {
@@ -1511,7 +1513,7 @@ export default {
 
       this.interval = setInterval(
         () => {
-          if (this.activeIndex < this.steps.length - 2) {
+          if (this.activeIndex < this.steps.length - 1) {
             this.activeIndex = this.activeIndex + 1;
           }
         },
@@ -2329,6 +2331,7 @@ export default {
           position: absolute;
           bottom: 26px;
           padding: 18px 0px 0px 19px;
+          border:1px solid #adadad;
           textarea {
             border: none;
             resize: none;