毕设-dev-first

This commit is contained in:
2025-08-19 13:41:17 +08:00
parent 3dc4d64215
commit 4807d0547b
13 changed files with 322 additions and 471 deletions

View File

@ -17,7 +17,7 @@
<!-- 项目列表 -->
<view class="mt-20 flex-col list">
<view
<view bindtap="gotoPromotion" data-id="{{item.id}}"
class="flex-row justify-between items-center relative list-item mt-17"
wx:for="{{items}}"
wx:for-item="item"
@ -51,8 +51,6 @@
</view>
</view>
<view
bindtap="gotoPromotion"
data-id="{{item.id}}"
class="flex-col justify-start items-center text-wrapper_2">
<text class="font_3 text_2">参与推广</text>
</view>