任务增加看视频获取免费时长
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user