https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/placeholder.html
ready() { this.$pointComponentsPointProductDetail = this.getComponentById('pointComponentsPointProductDetail');},
<point-product-detail
id="pointComponentsPointProductDetail"
>
</point-product-detail>
没用占位组件的时候,“基础库会中断渲染并抛出错误”,这个为什么会中断渲染,之前的版本即使报错都是正常渲染的。在哪个版本啥时候升级后,就中断渲染了,导致业务升级小程序后就用不了了
