权益列表优化
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
<u-navbar :background="background" :is-back="true" :title="title" :border-bottom="false" style="position: absolute;"></u-navbar>
|
||||
<view class="task_bg u-relative">
|
||||
<u-image class="task_bg" src="../../static/images/task/member_bg.png" ></u-image>
|
||||
<view class="title ">每月打卡免费领</view>
|
||||
<view class="title ">任选其一</view>
|
||||
</view>
|
||||
|
||||
|
||||
<view class="content bg-white u-relative" v-if="list.length">
|
||||
<view class="title">
|
||||
<view>打卡奖励</view>
|
||||
<view class="tip">每月免费领</view>
|
||||
<view class="tip">任选其一</view>
|
||||
</view>
|
||||
<view class="cell flex justify-between" v-for="(item,index) in list" :key="index" >
|
||||
<view class="cell_left flex">
|
||||
|
||||
Reference in New Issue
Block a user