毕设-dev-first
This commit is contained in:
@ -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