Commit 713bf0ea8fedccbf6bb7d9ebc4f9ececd0ac18e2
1 parent
e7e22d1f
批量预约隐藏
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/my_service/i_service.wxml
... | ... | @@ -99,4 +99,4 @@ |
99 | 99 | <my_confirm id="my_confirm"></my_confirm> |
100 | 100 | |
101 | 101 | <!-- 批量预约图标 --> |
102 | -<view class="icon-container" bindtap="goto" data-url="/packageA/pages/my_service2/appment_main"><text class="iconfont icon-plyy"></text></view> | |
103 | 102 | \ No newline at end of file |
103 | +<view class="icon-container" bindtap="goto" data-url="/packageA/pages/my_service2/appment_main" hidden><text class="iconfont icon-plyy"></text></view> | |
104 | 104 | \ No newline at end of file | ... | ... |