chore(视频号组件): 更新视频号样式
This commit is contained in:
@@ -12,9 +12,8 @@
|
||||
<script>
|
||||
import DiyMinx from './minx.js'
|
||||
|
||||
// #ifdef MP-WEIXIN
|
||||
import { wechatChannelConfig } from './js/wechat-channel.js'
|
||||
// #endif
|
||||
|
||||
export default {
|
||||
name: 'diy-channel-header',
|
||||
props: {
|
||||
@@ -26,10 +25,7 @@ export default {
|
||||
mixins: [DiyMinx],
|
||||
computed: {
|
||||
arrowIcon() {
|
||||
// #ifdef MP-WEIXIN
|
||||
return wechatChannelConfig.icon.channelArrow
|
||||
// #endif
|
||||
return ''
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user