解决已知问题

This commit is contained in:
Ling53666
2025-05-16 19:45:14 +08:00
parent bac2777196
commit c10a348001
4 changed files with 51 additions and 20 deletions

View File

@ -54,22 +54,22 @@
</view>
<view class="erweima">
<view class="zuobox">
<view style="padding: 10px;">
<text>{{item.salespersonName}}</text>
<text style="margin-left: 15rpx;">{{item.salespersonPhone}}</text>
<view style="padding: 5px 0 0 10px;">
<text style="font-size: 14px;">{{item.salespersonName}}</text>
<text style="margin-left: 15rpx;font-size: 15px;">{{item.salespersonPhone}}</text>
</view>
<view style="padding: 10px;">
<text>任务名称:{{item.projectName}}</text>
<view style="padding: 5px 0 0 10px;">
<text style="font-size: 12px;color: #a5a5a5;">任务名称:{{item.projectName}}</text>
</view>
<view class="jiexuan">
<view style="background-color: #FC7E09; width: 80px;display: flex;justify-content: center; align-items: center;">
<text style="color: #E33C64;">结算明细</text>
<view style="border-radius: 8rpx; background-color: #f7c79b; width: 80px;display: flex;justify-content: center; align-items: center;margin-top: 10rpx;">
<text style="color: #f02453;font-size: 13px;padding: 5rpx;">结算明细</text>
</view>
</view>
</view>
<view class="youbox" bind:tap="xianshi">
<image class="imagesize1" src="{{item.projectImage}}" mode="aspectFill"/>
<text style="margin-top: 10rpx;">查看推广码</text>
<text style="margin-top: 10rpx;font-size: 12px; color: #a5a5a5;">查看推广码</text>
</view>
</view>
</view>