JinyuXiii
JinyuXiii
  • 发布:2025-04-03 17:58
  • 更新:2025-04-03 17:58
  • 阅读:15

小程序接入微信小店时,appid无法绑定

分类:uni-app

appid直接赋值没问题,但动态绑定页面不显示小店

<template>  
     <store-home :appid="appid" />  
</template>  

<script>  
export default {  
    data() {  
        return {  
            appid: 'xxxxxxxx'  
        }  
    }  
}  
</script>
2025-04-03 17:58 负责人:无 分享
已邀请:

要回复问题请先登录注册