|
|
@@ -6,6 +6,7 @@
|
|
|
fixed
|
|
|
placeholder
|
|
|
@click-left="onClickLeft"
|
|
|
+ @click-right="onClickRight"
|
|
|
z-index="100"
|
|
|
>
|
|
|
<template #left>
|
|
|
@@ -13,7 +14,7 @@
|
|
|
<div style="color: #fff" >返回</div>
|
|
|
</template>
|
|
|
<template #right>
|
|
|
- <div style="color: #fff" @click="onClickRight">提交任务</div>
|
|
|
+ <div style="color: #fff">提交任务</div>
|
|
|
</template>
|
|
|
</van-nav-bar>
|
|
|
<div class="blind-task-list">
|