任务增加看视频获取免费时长
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"></view>
|
||||
|
||||
|
||||
@@ -24,7 +24,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