提交代码

This commit is contained in:
duan
2025-01-11 14:01:27 +08:00
parent 5d4cb8ccbe
commit a3b0c66779
3 changed files with 15 additions and 5 deletions

View File

@@ -21,6 +21,7 @@
v-if="item.parentId == 0"
>
<view class="text-item">{{ problemItem.helpWordTitle }}</view>
<view class="text-item">通过手机号注册注册完成即可登录</view>
<view class="line" v-if="problemIndex != item.helpWordList.length - 1"></view>
</view>
</view>

View File

@@ -8,9 +8,12 @@
<view class="navTitle">
<view></view>
<view class="title">任务大厅</view>
<image @click="goNav({ jumpType: 1, buttonUrl: '/pages/me/index' })" class="navTitleIcon"
<view class="">
</view>
<!-- <image @click="goNav({ jumpType: 1, buttonUrl: '/pages/me/index' })" class="navTitleIcon"
src="../../static/images/my.png"></image>
</view>
--> </view>
<view class="icon u-relative padding">
<image class="task_icon1 u-relative" src="../../static/images/me/task_icon1.png"></image>
<view class="icon_title u-font-32 text-bold u-relative">新人好礼送不停</view>
@@ -70,7 +73,7 @@
<view class="u-font-28 text-bold title"
:style="{ alignSelf: item.rewardImg ? 'center' : 'flex-start' }">{{ item.title }}</view>
<u-image v-if="item.rewardImg" class="cell_icon" :src="item.rewardImg"></u-image>
<view class="u-font-24 tip">{{ item.rewardDetail }}</view>
<view class="u-font-24 tip" v-if="isShowMoneyPay">{{ item.rewardDetail }}</view>
</view>
<view class="subhead u-font-24">{{ item.detail }}</view>
</view>
@@ -86,7 +89,7 @@
: (item.discNumber <= 0 ? item.buttonTitle : `剩余${item.discNumber}`) }}
</view>
<!-- <view v-else class="btn u-font-24 text-bold" @click="goNav(item)">{{ item.buttonTitle }}</view> -->
<view v-if="item.buttonUnderContent && item.buttonUnderUrl" class="u-font-22 tip"
<view v-if="item.buttonUnderContent && item.buttonUnderUrl&&isShowMoneyPay" class="u-font-22 tip"
@click="goNav({ id: item.id, buttonUrl: item.buttonUnderUrl, jumpType: 1, title: item.title, disabled: item.disabled, discNumber: item.discNumber })">
{{ item.buttonUnderContent }}
</view>
@@ -103,7 +106,8 @@
</template>
<script>
import {
import index from '../../tuniao-ui'
import {
data
} from '../../tuniao-ui/libs/mixin/mixin'
@@ -485,7 +489,12 @@
arrData.push(ele)
}
})
arrData[0].detail='每日签到666金币'
arrData[1].detail='每日签到1666金币'
arrData[2].detail='每日签到6666金币'
arrData[3].detail='每日签到8888金币'
this.list = arrData
} else {
this.list = res.data
}