Browse Source

屏蔽右导航

zhaomiao 4 years ago
parent
commit
5efc68f736
2 changed files with 2 additions and 2 deletions
  1. 1 1
      components/mine/addressBook/addressBook.vue
  2. 1 1
      pages/mine/Mine.vue

+ 1 - 1
components/mine/addressBook/addressBook.vue

@@ -16,7 +16,7 @@
 			</block>
 			<block slot="content">通讯录</block>
 			<block slot="right">
-				<view class="plus" @tap="" data-target="viewModal"></view>
+				<view class="plus" @tap="" data-target="viewModal">+</view>
 			</block>
 		</cu-custom>
 

+ 1 - 1
pages/mine/Mine.vue

@@ -16,7 +16,7 @@
 			</block>
 		    <block slot="content">{{address}}</block>
 			<block slot="right">
-				<view class="plus" @tap="showModal" data-target="viewModal">+</view>
+				<view class="plus" @tap="" data-target="viewModal">+</view>
 			</block>
 		</cu-custom>
 		<!-- 抽屉组件 -->