zjs_project 10 tháng trước cách đây
mục cha
commit
236fb10168

+ 1 - 1
src/pages/webgl_rxdz_recognizer_houseList/webgl_rxdz_recognizer_houseList.html

@@ -20,7 +20,7 @@
                         <div class="item-note rows justify-center">{{item.note}}</div>
                     </div>
                     <div class="columns left" v-else>
-                        <div>{{item.text}}</div>
+                        <div v-html="item.text"></div>
                     </div>
                 </template>
             </div>

+ 1 - 1
src/pages/webgl_rxdz_recognizer_houseList/webgl_rxdz_recognizer_houseList.vue

@@ -56,7 +56,7 @@
                     {
                         author: 'AI',
                         type:   2,
-                        text:   "欢迎使用柔性定制体验版,请【按住说话】开启定制",
+                        text:   "欢迎使用柔性定制体验版,请【按住说话】开启定制<br>例如说:我想要一个两室一厅的房子",
                     }
                 ], //消息列表
             }