store-product组件,传入media_id后,bindentererror回调一直报“文件正在上传中,请稍等”,错误码10003,是什么问题?
mediaID 通过服务调用接口生成的。
<store-product class="store-product" appid="wxe016e564a4e26f29" product-id="10000251514712" media-id="{{ mediaId }}" bindentersuccess="handleProductSuccess" bindentererror="handleProductFail" open-page="product-detail" custom-content="{{true}}">
<view class="buy-button-wrap">
<image class="operate-img" mode="aspectFit" src="/images/assistant/img_store.png"></image>
<text class="operate-txt">微小店</text>
</view>
</store-product>

您好,开发者提供具体的返回报文,以及media_id是怎么获取的,展示的代码没有写。
解决了吗 我也遇到了