<van-button v-for="(item, index) in btnsArr" style="margin-bottom: 300px"
:disabld="item.stgBinCode === null" :style="{'background-color': btnColor(item.stgBinCode)}"
:key="index">{{item.binName}}</van-button>
</div>
可以自己手写一个
tooltip
提示链接放在这了 https://codesandbox.io/s/epic...
具体
css
代码