diff --git a/manifest.json b/manifest.json index 53d6cf1f..fbbd02f5 100644 --- a/manifest.json +++ b/manifest.json @@ -179,7 +179,13 @@ "postcss" : true }, "optimization" : { - "subPackages" : true //开启小程序分包优化。 + "subPackages" : true + }, + "plugins" : { + "live-player-plugin" : { + "version" : "1.3.5", + "provider" : "wx2b03c6e691cd7370" + } }, "lazyCodeLoading" : "requiredComponents", "usingComponents" : {}, diff --git a/pages/goods/index.vue b/pages/goods/index.vue index 143be53f..5f20fe13 100644 --- a/pages/goods/index.vue +++ b/pages/goods/index.vue @@ -77,8 +77,8 @@ :skus="state.goodsInfo.skus" @tap="state.showSelectSku = true" /> - - + +