瀏覽代碼

屏蔽右导航

zhaomiao 4 年之前
父節點
當前提交
5efc68f736
共有 2 個文件被更改,包括 2 次插入2 次删除
  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>
 		<!-- 抽屉组件 -->