diff --git a/jiuyi2/common/js/config.js b/jiuyi2/common/js/config.js index e9007fd5..f3f483e5 100644 --- a/jiuyi2/common/js/config.js +++ b/jiuyi2/common/js/config.js @@ -6,8 +6,8 @@ const config = { // host: 'h5api', // #endif // #ifndef H5 - // host: 'http://91f.xyz:8080', - host: 'http://1d857465.r24.cpolar.top', + host: 'http://91f.xyz:8080', + // host: 'http://1d857465.r24.cpolar.top', // #endif // 是否vivo显示 showVivo: true, diff --git a/jiuyi2/pages/news/chat/jy-plus.vue b/jiuyi2/pages/news/chat/jy-plus.vue index 90e59bd0..c7cc9e49 100644 --- a/jiuyi2/pages/news/chat/jy-plus.vue +++ b/jiuyi2/pages/news/chat/jy-plus.vue @@ -43,29 +43,29 @@ label: '拍摄', value: 'takePhoto', }, { - type: 'pages/news/group/create.png', + type: 'redPacket.png', label: '红包', value: 'redEnvelope', }] const isCustomer = props.msg.isCustomer; - // 单聊 - if (props.msg.type == 'C2C' && !isCustomer) result.push({ - type: 'news-voice.png', - label: '音视频', - value: 'voice' - }) - // 客服 - if (isCustomer) result.unshift({ - type: 'order.png', - label: '订单', - value: 'chooseOrder', - }, { - type: 'shop.png', - label: '商品', - value: 'chooseShop', - }) + // // 单聊 + // if (props.msg.type == 'C2C' && !isCustomer) result.push({ + // type: 'news-voice.png', + // label: '音视频', + // value: 'voice' + // }) + // // 客服 + // if (isCustomer) result.unshift({ + // type: 'order.png', + // label: '订单', + // value: 'chooseOrder', + // }, { + // type: 'shop.png', + // label: '商品', + // value: 'chooseShop', + // }) return result }) diff --git a/jiuyi2/static/new-red-envelope.png b/jiuyi2/static/new-redPacket.png similarity index 100% rename from jiuyi2/static/new-red-envelope.png rename to jiuyi2/static/new-redPacket.png