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'
// #ifdef MP-WEIXIN
const livePlayer = requirePlugin('live-player-plugin')
// const livePlayer = requirePlugin('live-player-plugin')
// #endif
export default {
props: {

4
components/canvasShow/canvasShowPage.vue

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

12
manifest.json

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

4
pages.json

@ -581,7 +581,7 @@
"enablePullDownRefresh": false
}
},
{
/* {
"path": "livePage/index",
"style": {
"navigationBarTitleText": "直播推荐",
@ -590,7 +590,7 @@
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
},*/
{
"path": "channelCoupon/index",
"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'
// #ifdef MP-WEIXIN
const livePlayer = requirePlugin('live-player-plugin')
// const livePlayer = requirePlugin('live-player-plugin')
// #endif
export default {
props: {

Loading…
Cancel
Save