毕设-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

@ -8,10 +8,7 @@ Page({
data: {
// 四张轮播图(已统一为同一 URL
banners: [
'./images/banner.png',
'./images/banner.png',
'./images/banner.png',
'./images/banner.png'
'/static/logo.jpg'
],
// 后端返回的项目列表
items: [],

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>