任务增加看视频获取免费时长

This commit is contained in:
GaoHao
2024-12-24 13:59:32 +08:00
parent 8ae7639d1c
commit 78436969a6
4 changed files with 50 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<!-- 任务中心 -->
<template>
<view class="container">
<!-- <u-navbar :background="background" :is-back="false" :title="title" :border-bottom="false"></u-navbar> -->
<u-navbar :background="background" :is-back="true" :title="title" :border-bottom="false"></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>
@@ -35,7 +35,7 @@
return {
title: '',
background: {
backgroundImage: 'linear-gradient(to right, #DDEAFC 0%, #C8DBFA 49%, #AFC9F6 100%)'
backgroundImage: 'transparent',
},
list: [],
source: null,