cshenfu
2023-06-05 b55b05c4468449fb6c3f5aed636a5755b97098d4
pages/index/chat.vue
@@ -12,7 +12,7 @@
         <view v-for="(item,index) in arr" :key="index" :id="'message' + item.message_id">
            <view class="body_l" v-if="item.role == 'assistant'">
               <view class="body_lpic a">
                  <image :src="`${setting_data.base_url+now_model.icon}`" mode=""></image>
                  <image :src="`${now_model.icon}`" mode=""></image>
               </view>
               <view class="body_box">
                  <view class="body_jt"></view>
@@ -43,7 +43,7 @@
         
         <view class="body_l" v-if="loading" id="loading">
            <view class="body_lpic a">
               <image :src="`${setting_data.base_url+now_model.icon}`" mode=""></image>
               <image :src="`${now_model.icon}`" mode=""></image>
            </view>
            <view class="body_box">
               <view class="body_lcon pdg border_radius_l" style="display:flex; overflow-x: hidden;">