| | |
| | | <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> |
| | |
| | | |
| | | <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;"> |