Commit dbd46816e7ec21998476d6f749d483a19ba8a6e0
1 parent
47f9af08
健康商城注释打开APP组件
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/healthMall/healthMall.vue
| 1 | 1 | <template> |
| 2 | 2 | <div class="gift_zone_detail"> |
| 3 | - <call-app-box | |
| 3 | + <!-- <call-app-box | |
| 4 | 4 | class="call-app-box" |
| 5 | 5 | :style="'padding-top: ' + $parent.top.value + 'px'" |
| 6 | 6 | ref="callApp" |
| 7 | 7 | v-if="!isCNLive.value" |
| 8 | 8 | :callApps="$parent.callApps" |
| 9 | 9 | > |
| 10 | - </call-app-box> | |
| 10 | + </call-app-box> --> | |
| 11 | 11 | <back-box |
| 12 | 12 | v-if="isCNLive.value" |
| 13 | 13 | :class="{'hide': $route.query.hideBack == true}" | ... | ... |