邻里互助
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="AppCircle">
|
<div class="AppCircle">
|
||||||
<u-navbar :is-back="true" title="邻里互助" title-color="#fff" title-width="300" title-size="28" :background="background" back-icon-color="#fff"></u-navbar>
|
<!-- <u-navbar :is-back="true" title="邻里互助" title-color="#fff" title-width="300" title-size="28" :background="background" back-icon-color="#fff"></u-navbar> -->
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="top">
|
<div class="top">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
@@ -79,7 +79,6 @@
|
|||||||
export default {
|
export default {
|
||||||
name: 'AppCircle',
|
name: 'AppCircle',
|
||||||
appName: '邻里互助',
|
appName: '邻里互助',
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
currIndex: 0,
|
currIndex: 0,
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ export default {
|
|||||||
name: "AppConvenientService",
|
name: "AppConvenientService",
|
||||||
appName: "便民服务",
|
appName: "便民服务",
|
||||||
customNavigation: true,
|
customNavigation: true,
|
||||||
navigationBarTextStyle: 'black',
|
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(['user', 'token']),
|
...mapState(['user', 'token']),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user