页面修改

This commit is contained in:
zmj 2023-11-09 18:28:19 +08:00
parent 06f22cbf2b
commit 47a517b653
4 changed files with 384 additions and 366 deletions

View File

@ -1,5 +1,9 @@
<template>
<view class="c_task_item" @click="clickTask">
<!-- {{datas.datas[0].data_field}} -->
<view class="personnel_list" v-for="(item ,i) in datas.datas">
<view class="cards" v-if="item.ai_question">
@ -8,8 +12,18 @@
<view class="">
AI提问
</view>
<view class="" style="white-space: pre-line;">
<view class="">
{{item.ai_question}}
根据以下信息
</view>
<view class="" style="text-align: left;" v-for="(items,indexs) in item.data_field">
{{indexs}} :{{items}}
</view>
<!-- {{item.ai_question}} -->
<view class="">
请问有那些商机需要购买哪些商品
</view>
</view>
</view>
@ -19,7 +33,7 @@
<view class="">
AI回答
</view>
<view class="">
<view class="" style="white-space: pre-line;">
{{item.ai_aianalyse}}
</view>
</view>

View File

@ -14,6 +14,9 @@
"compatible": {
"ignoreVersion": true //trueHBuilderX1.9.0
},
"compatible": {
"ignoreVersion": true //trueHBuilderX1.9.0
},
// "statusbar": {
// "immersed": false
// },

View File

@ -69,10 +69,11 @@
</text>
<view class="goods-tit" style="align-items: center;"
v-for="(item,index) in goodsDetil.product" :key="index">
<u--image style="flex: 2;" radius='10' :showLoading="true" :src="item.goods_pic"
width="100rpx" height="100rpx" @click="click"></u--image>
<text style="flex: 6;">{{item.goods_name}}</text>
<u--image style="flex: 2;" :showLoading="true" :src="item.goods_pic" width="100rpx"
height="100rpx" @click="click"></u--image>
<text style="flex: 2;">X{{item.product_num}}{{item.goods_unit}}</text>
<text style="flex: 1;">X{{item.product_num}}{{item.goods_unit}}</text>
</view>
</view>
</view>

View File

@ -214,9 +214,9 @@
</text>
<view class="goods_tit" style="align-items: center;"
v-for="(item,index) in goodsDetil.product">
<u--image style="flex: 2;" radius='10' :showLoading="true" :src="item.goods_pic"
width="100rpx" height="100rpx"></u--image>
<text style="width: 60vw;margin: 0;padding: 0;">{{item.goods_name}}</text>
<u--image style="flex: 2;" :showLoading="true" :src="item.goods_pic" width="100rpx"
height="100rpx" @click="click"></u--image>
<text>X{{item.product_num}}{{item.goods_unit}}</text>
</view>
</view>