Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] 升级1.0.6版本以后,goods-action-button 必须要同时存在两个按钮吗? #2786

Closed
charescape opened this issue Feb 25, 2020 · 1 comment · Fixed by #2808
Labels
Milestone

Comments

@charescape
Copy link
Contributor

charescape commented Feb 25, 2020

设备

IOS

VantWeapp 版本

1.0.6

基础库版本

最新

如果是 UI 问题,截图链接(多图回车分隔)

https://i.loli.net/2020/02/25/fnxrt1SjZUP2hb7.png

请提供核心代码片段链接

<van-goods-action>
  <van-goods-action-icon
    icon="chat-o"
    text="客服"
    bind:click="onClickIcon"
  />
  <van-goods-action-icon
    icon="cart-o"
    text="购物车"
    bind:click="onClickIcon"
  />
  <van-goods-action-button
    text="立即购买"
    bind:click="onClickButton"
  />
</van-goods-action>

描述问题

1.0.5 版本样式正常

更新 1.0.6 版本之后,样式发生改变

@rex-zsd
Copy link
Collaborator

rex-zsd commented Feb 26, 2020

应该是修复版本兼容bug的时候引入的问题,下版本会修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants