完成了登录模块
This commit is contained in:
@ -26,16 +26,21 @@
|
||||
<view class="flex-col mt-35">
|
||||
<view class="flex-col group_3">
|
||||
<view class="flex-row justify-between group_4">
|
||||
<text class="font text_6">项目详情</text>
|
||||
<text class="font text_7">我的推广码</text>
|
||||
<text class="font text_6 {{ activeTab===0 ? 'tab-active' : 'tab-inactive' }}"
|
||||
bindtap="switchTab"
|
||||
data-index="0">项目详情</text>
|
||||
<text class="font text_7 {{ activeTab===1 ? 'tab-active' : 'tab-inactive' }}"
|
||||
bindtap="switchTab"
|
||||
data-index="1"
|
||||
>我的推广码</text>
|
||||
</view>
|
||||
<view class="flex-row justify-between group_5">
|
||||
<view class="section_2"></view>
|
||||
<view class="section_2 view"></view>
|
||||
<view class="section_2 {{ activeTab===0 ? 'line-active' : 'line-hidden' }}"></view>
|
||||
<view class="section_2 view {{ activeTab===1 ? 'line-active' : 'line-hidden' }}"></view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex-col group_6">
|
||||
<view class="flex-col section_3">
|
||||
<view class="flex-col group_6 ">
|
||||
<view wx:if="{{ activeTab === 0 }}" class="flex-col section_3">
|
||||
<view class="flex-row items-center">
|
||||
<image
|
||||
class="image_3"
|
||||
@ -58,7 +63,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex-col section_4">
|
||||
<view wx:if="{{ activeTab === 0 }}" class="flex-col section_4">
|
||||
<view class="flex-row items-center">
|
||||
<image
|
||||
class="image_4"
|
||||
@ -85,7 +90,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex-col list">
|
||||
<view wx:if="{{ activeTab === 0 }}" class="flex-col list">
|
||||
<view class="flex-col relative section_7">
|
||||
<text class="self-start font_5 text_15">结算说明</text>
|
||||
<view class="self-stretch section_8 view_2"></view>
|
||||
@ -111,7 +116,8 @@
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex-col list_2">
|
||||
<view wx:if="{{ activeTab === 1 }}"
|
||||
class="flex-col list_2">
|
||||
<view
|
||||
class="flex-col relative list-item_2 mt-18"
|
||||
wx:for="{{items_2}}"
|
||||
|
Reference in New Issue
Block a user