Commit 6fefee12ab62004f4f065f6c58edfa0013023c81
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
Showing
2 changed files
with
3 additions
and
3 deletions
pages/cart/cart/cart.wxml
... | ... | @@ -4,9 +4,9 @@ |
4 | 4 | --> |
5 | 5 | <!-- 广告图片 --> |
6 | 6 | |
7 | -<navigator class="picture" url="/pages/activity/seckill_list/seckill_list" wx:if="{{is_has_flash}}"> | |
7 | +<!-- <navigator class="picture" url="/pages/activity/seckill_list/seckill_list" wx:if="{{is_has_flash}}"> | |
8 | 8 | <image mode="widthFix" class="picture" src="{{iurl}}miniapp/images/stores/Seckill.png"></image> |
9 | -</navigator> | |
9 | +</navigator> --> | |
10 | 10 | |
11 | 11 | <block wx:if="{{ad_data}}"> |
12 | 12 | <swiper class="swiper" circular="true" autoplay="true" | ... | ... |
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 | ... | ... |