'修改饿了么名称'
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
<!-- 状态栏 -->
|
||||
<view class="status_bar"></view>
|
||||
|
||||
<!-- 导航栏 :border="false" -->
|
||||
<uni-nav-bar left-icon="left" left-text="返回" :title="navTitle" rightWidth="200rpx" style="padding:10rpx 0" @clickLeft="clickLeft">
|
||||
<!-- 导航栏 :border="false" :left-text=" isLogin ? '返回': '首页'" :title="navTitle"-->
|
||||
<uni-nav-bar left-icon="left" rightWidth="200rpx" style="padding:10rpx 0" @clickLeft="clickLeft">
|
||||
<view style="flex: 1;flex-direction: row;display:flex;align-items: center;justify-content: center;overflow: hidden;">
|
||||
<text style="font-weight: bold;font-size: 36rpx;">{{ navTitle }}</text>
|
||||
</view>
|
||||
<template #right>
|
||||
<view @tap="switchTerrace" class="switchTerrace">
|
||||
<jx-icon icon="qiehuan" color="#2dd091" />
|
||||
|
||||
Reference in New Issue
Block a user