Browse Source

去除微信小程序直播插件

master
dy-hu 2 years ago
parent
commit
a741683f19
  1. 2
      components/canvasShow/basics/live/app/item.vue
  2. 4
      components/canvasShow/canvasShowPage.vue
  3. 12
      manifest.json
  4. 4
      pages.json
  5. 2
      pages_category_page2/livePage/components/liveBox.vue

2
components/canvasShow/basics/live/app/item.vue

@ -94,7 +94,7 @@ import { startLiveTemplate } from '@/config/subscribe.js'
import { liveAppid } from '@/config/live.js' import { liveAppid } from '@/config/live.js'
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN
const livePlayer = requirePlugin('live-player-plugin') // const livePlayer = requirePlugin('live-player-plugin')
// #endif // #endif
export default { export default {
props: { props: {

4
components/canvasShow/canvasShowPage.vue

@ -105,11 +105,11 @@
:terminal="terminal" :terminal="terminal"
:typeId="typeId" :typeId="typeId"
:shopId="shopId"></com-shop> :shopId="shopId"></com-shop>
<com-live v-if="item.type==='live'" <!-- <com-live v-if="item.type==='live'"
:componentContent="item.componentContent" :componentContent="item.componentContent"
:terminal="terminal" :terminal="terminal"
:typeId="typeId" :typeId="typeId"
:shopId="shopId"></com-live> :shopId="shopId"></com-live>-->
</div> </div>
</div> </div>
</template> </template>

12
manifest.json

@ -1,6 +1,6 @@
{ {
"name" : "cereshop", "name" : "cereshop",
"appid" : "__UNI__F5FF24E", "appid" : "__UNI__10DC0A0",
"description" : "cereshop", "description" : "cereshop",
"versionName" : "1.7.4", "versionName" : "1.7.4",
"versionCode" : 174, "versionCode" : 174,
@ -131,11 +131,11 @@
"permission" : {}, "permission" : {},
"plugins" : { "plugins" : {
// //
"live-player-plugin" : { // "live-player-plugin" : {
// "version": "1.3.2", // // // "version": "1.3.2", //
"version" : "latest", // "version" : "latest",
"provider" : "wx2b03c6e691cd7370" // "provider" : "wx2b03c6e691cd7370"
}, // },
// //
"sendCoupon" : { "sendCoupon" : {
"version" : "latest", "version" : "latest",

4
pages.json

@ -581,7 +581,7 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ /* {
"path": "livePage/index", "path": "livePage/index",
"style": { "style": {
"navigationBarTitleText": "直播推荐", "navigationBarTitleText": "直播推荐",
@ -590,7 +590,7 @@
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, },*/
{ {
"path": "channelCoupon/index", "path": "channelCoupon/index",
"style": { "style": {

2
pages_category_page2/livePage/components/liveBox.vue

@ -88,7 +88,7 @@ import { startLiveTemplate } from '@/config/subscribe.js'
import { liveAppid } from '@/config/live.js' import { liveAppid } from '@/config/live.js'
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN
const livePlayer = requirePlugin('live-player-plugin') // const livePlayer = requirePlugin('live-player-plugin')
// #endif // #endif
export default { export default {
props: { props: {

|||||||
100:0
Loading…
Cancel
Save