|
@@ -4,7 +4,8 @@
|
|
|
<view class="nav-content">
|
|
<view class="nav-content">
|
|
|
<view class="nav-left" @click="leftTypeComputed !== 'none' && handleLeft()">
|
|
<view class="nav-left" @click="leftTypeComputed !== 'none' && handleLeft()">
|
|
|
<template v-if="leftTypeComputed === 'back'">
|
|
<template v-if="leftTypeComputed === 'back'">
|
|
|
- <uni-icons type="back" size="20" color="#333"></uni-icons>
|
|
|
|
|
|
|
+ <!-- <uni-icons type="back" size="20" color="#333"></uni-icons> -->
|
|
|
|
|
+ <text class="home-text">返回</text>
|
|
|
</template>
|
|
</template>
|
|
|
<template v-else-if="leftTypeComputed === 'home'">
|
|
<template v-else-if="leftTypeComputed === 'home'">
|
|
|
<text class="home-text">返回首页</text>
|
|
<text class="home-text">返回首页</text>
|