毕设-dev-first
This commit is contained in:
@ -8,10 +8,7 @@ Page({
|
||||
data: {
|
||||
// 四张轮播图(已统一为同一 URL)
|
||||
banners: [
|
||||
'./images/banner.png',
|
||||
'./images/banner.png',
|
||||
'./images/banner.png',
|
||||
'./images/banner.png'
|
||||
'/static/logo.jpg'
|
||||
],
|
||||
// 后端返回的项目列表
|
||||
items: [],
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user