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