cxz-lastest-commit

This commit is contained in:
2025-06-04 07:34:05 +08:00
parent 1067eb8c72
commit 80923c3d66
5 changed files with 17 additions and 19 deletions

View File

@ -1,6 +1,6 @@
<view class="flex-col justify-start page">
<view class="flex-col list">
<view class="flex-col list-item mt-15" wx:for="{{ userProjectList }}" wx:for-item="item" wx:for-index="index" wx:key="index" >
<view class="flex-col list-item mt-15" wx:for="{{ userProjectList }}" wx:for-item="item" wx:for-index="index" wx:key="index" bind:tap="gotoProjectDetail" data-id="{{ item.projectId }}">
<view class="flex-row justify-between items-center self-stretch">
<view class="flex-row items-center">
<image
@ -15,19 +15,17 @@
<image
class="image_2"
src="./images/yjt.png"
bind:tap="gotoProjectDetail"
data-id="{{ item.id }}"
/>
</view>
<view class="mt-14 flex-row group_2 equal-division">
<view class="flex-row justify-center items-center section equal-division-item" bind:tap="gotoProjectDetail" data-id="{{ item.id }}">
<view class="flex-row justify-center items-center section equal-division-item" data-id="{{ item.projectId }}"catch:tap="stopEventPropagation">
<image
class="image_3"
src="./images/tgm.png"
/>
<text class="ml-4 font_3">推广码</text>
</view>
<view class="ml-14 flex-row items-center section equal-division-item_2" bind:tap="gotoSubSettlement" data-id="{{ item.id }}">
<view class="ml-14 flex-row items-center section equal-division-item_2" bind:tap="gotoSubSettlement" data-id="{{ item.projectId }}">
<image
class="shrink-0 image_4"
src="./images/jsmx.png"