你好!我这边有推客小程序,加wx: xiao2567
官方有没有微信小店带货机构绑定使用的推客小程序?注册微信小店优选联盟带货机构后,机构需要绑定一个小程序,官方有没有这样的小程序?
07-09我这边会整,加 v x: xiao2567
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点击不跳转如何解决
06-29我这边实现了,加v x : xiao2567
store-product 自定义custom-content有没有demo呢?[图片] https://developers.weixin.qq.com/miniprogram/dev/component/store-product.html#%E4%BD%BF%E7%94%A8%E8%87%AA%E5%AE%9A%E4%B9%89%E6%8F%92%E6%A7%BD-custom-content-%E7%A4%BA%E4%BE%8B%E4%BB%A3%E7%A0%81 根据以上文档自定义成图中的格式 <store-product appid="xxx" product-id="xxx" custom-content="{{true}}"> <view>自定义卡片内容</view> </store-product> 使用store-product 自定义卡片内容,这个自定义内容格式有没有demo或者文档说明,感谢帮助!
06-29我是使用的:autoplay="false" muted="true" object-fit="cover" 三个属性
channel-video短视频播放组件,时不时进入小程序首页有自动声音问题?你好,我这边是99智选小程序,我们开发的短视频组件播放视频mp4文件时遇到时不时进入首页视频会自动播放,我们明明设置了autoplay="false"的,这个是为啥? <view class="swiper_item-box" v-for="(item,idx) in state.videoList" :key="idx"><view class="hot_video_box"><channel-video v-if="item.feedToken !=null &&item.promoterShareLink!=null" autoplay="false" object-fit="cover" :feed-token="item.feedToken" :promoterShareLink="item.promoterShareLink" @click="viewVideo" style="width:100%;height:100%;border-radius: 20rpx;" /></view></view>
06-18