收藏
回答

store-product 如何动态设置属性product-id?

<store-product v-for="(item,index) in storeProducts" appid="{{item.appId}}" product-id="{{item.productId}}" custom-content="{{true}}" open-page="product-detail" product-promotion-link="{{item.productLink}}">

  <button class="quan-btn" style="background-color: #ff6100;margin-left: 5%;">购买</button>

</store-product>

动态设置属性product-id,appid,product-promotion-link点击不跳转如何解决

回答关注问题邀请回答
收藏

4 个回答

登录 后发表内容