Commit 6d8e036a579fbc3f4cce8a6104203ae4e0ecd4ac
1 parent
4978840e
唤起app设置
Showing
1 changed file
with
5 additions
and
3 deletions
src/pages/index/index.vue
| 1 | <template> | 1 | <template> |
| 2 | <div> | 2 | <div> |
| 3 | + <!-- H5唤起App组件 --> | ||
| 4 | + <call-app-box v-if="!isCNLive.value" | ||
| 5 | + :callApps="$parent.callApps"> | ||
| 6 | + </call-app-box> | ||
| 3 | <div class="box"> | 7 | <div class="box"> |
| 4 | - <!--打开app--> | ||
| 5 | - <callAppBox :callApps="$parent.callApps" v-if="!isCNLive.value"></callAppBox> | ||
| 6 | <div class="first_item"></div> | 8 | <div class="first_item"></div> |
| 7 | <!--商品列表--> | 9 | <!--商品列表--> |
| 8 | <div class="item"> | 10 | <div class="item"> |
| @@ -195,6 +197,6 @@ | @@ -195,6 +197,6 @@ | ||
| 195 | </script> | 197 | </script> |
| 196 | 198 | ||
| 197 | <!-- Add "scoped" attribute to limit CSS to this component only --> | 199 | <!-- Add "scoped" attribute to limit CSS to this component only --> |
| 198 | -<style rel="stylesheet/less" lang="less"> | 200 | +<style rel="stylesheet/less" lang="less" scoped> |
| 199 | @import "index"; | 201 | @import "index"; |
| 200 | </style> | 202 | </style> |