页面修改
This commit is contained in:
parent
06f22cbf2b
commit
47a517b653
@ -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>
|
||||
|
@ -14,6 +14,9 @@
|
||||
"compatible": {
|
||||
"ignoreVersion": true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
|
||||
},
|
||||
"compatible": {
|
||||
"ignoreVersion": true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
|
||||
},
|
||||
// "statusbar": {
|
||||
// "immersed": false
|
||||
// },
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user