b***@qq.com
b***@qq.com
  • 发布:2024-11-05 16:28
  • 更新:2024-11-06 19:18
  • 阅读:55

【报Bug】公众号h5跳转微信小程序,使用 微信标签 wx-open-launch-weapp 报错如下:

分类:uni-app

产品分类: uniapp/H5

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: win11

HBuilderX类型: 正式

HBuilderX版本号: 4.32

浏览器平台: Chrome

浏览器版本: 版本 126.0.2592.113 (正式版本) (64 位)

项目创建方式: HBuilderX

示例代码:

在template模板中使用微信提供的代码

<wx-open-launch-weapp username="gh_4825d486c75b">
<script type="text/wxtag-template">
<style>
.text {
font-size: 30rpx;
}
</style>
<view class="text">测试跳转小程序</view>
</script>
</wx-open-launch-weapp>

运行就报错如下:

[plugin:vite:vue] Tags with side effect (<script> and <style>) are ignored in client component templates.

操作步骤:

在template模板中使用微信提供的代码

<wx-open-launch-weapp username="gh_4825d486c75b">
<script type="text/wxtag-template">
<style>
.text {
font-size: 30rpx;
}
</style>
<view class="text">测试跳转小程序</view>
</script>
</wx-open-launch-weapp>

运行就报错如下:

[plugin:vite:vue] Tags with side effect (<script> and <style>) are ignored in client component templates.

预期结果:

在template模板中使用微信提供的代码

<wx-open-launch-weapp username="gh_4825d486c75b">
<script type="text/wxtag-template">
<style>
.text {
font-size: 30rpx;
}
</style>
<view class="text">测试跳转小程序</view>
</script>
</wx-open-launch-weapp>

运行就报错如下:

[plugin:vite:vue] Tags with side effect (<script> and <style>) are ignored in client component templates.

实际结果:

在template模板中使用微信提供的代码

<wx-open-launch-weapp username="gh_4825d486c75b">
<script type="text/wxtag-template">
<style>
.text {
font-size: 30rpx;
}
</style>
<view class="text">测试跳转小程序</view>
</script>
</wx-open-launch-weapp>

运行就报错如下:

[plugin:vite:vue] Tags with side effect (<script> and <style>) are ignored in client component templates.

bug描述:

在template模板中使用微信提供的代码

<wx-open-launch-weapp username="gh_4825d486c75b">
<script type="text/wxtag-template">
<style>
.text {
font-size: 30rpx;
}
</style>
<view class="text">测试跳转小程序</view>
</script>
</wx-open-launch-weapp>

运行就报错如下:

[plugin:vite:vue] Tags with side effect (<script> and <style>) are ignored in client component templates.

2024-11-05 16:28 负责人:无 分享
已邀请:
DCloud_UNI_OttoJi

DCloud_UNI_OttoJi - 日常回复 uni-app/x 问题,如果艾特我没看到,请主动私信

看着和 https://ask.dcloud.net.cn/question/200988 相同,在那个帖子里回复了

该问题目前已经被锁定, 无法添加新回复