l***@icloud.com
l***@icloud.com
  • 发布:2025-06-24 17:00
  • 更新:2025-06-24 17:02
  • 阅读:24

微信小程序打包样式正确,支付宝小程序样式就丢了

分类:uni-app

页面使用了一个组件

# 组件 C  
<template>  
    <view>  
        <slot />  
    </view>  
</template>
<template>  
    <C class="container">  
        <view class="a">test</view>  
    </C>  
</template>  

<style lang="scss">  
    .contaner {  
        .a {  
            color: red;  
        }  
    }  
</style>  

微信小程序颜色可以出来,支付宝的不行,有朋友知道如何解决吗?

2025-06-24 17:00 负责人:无 分享
已邀请:
DCloud_UNI_yuhe

DCloud_UNI_yuhe

使用的哪个版本的 hbuilderx?是不是你 微信小程序开了 mergeVirtualHostAttributes ,支付宝没开

  • l***@icloud.com (作者)

    HBuilder X 4.66

    2025-06-24 17:03

  • l***@icloud.com (作者)

    "mp-weixin": {

    "appid": "",

    "setting": {

    "urlCheck": false,

    "es6": true

    },

    "usingComponents": true

    },

    "mp-alipay": {

    "usingComponents": true,

    "appid": "",

    "styleIsolation": "shared"

    },

    2025-06-24 17:04

  • DCloud_UNI_yuhe

    回复 l***@icloud.com: styleIsolation 去掉这个呢?

    2025-06-24 17:15

要回复问题请先登录注册