Commit 70be4718 by 李静静

fixed bug

parent d072895f
...@@ -83,8 +83,9 @@ ...@@ -83,8 +83,9 @@
bind:completemessage="chatGroupComplete" bind:completemessage="chatGroupComplete"
/> />
<contactCell <contactCell
styleType="1" styleType="3"
paddingStyle="20" paddingStyle="30"
isMask="{{1}}"
wx:if="{{item.type===2}}" wx:if="{{item.type===2}}"
plugid='{{item.uniq_code}}' plugid='{{item.uniq_code}}'
bind:completemessage="contactComplete" bind:completemessage="contactComplete"
......
...@@ -180,6 +180,14 @@ ...@@ -180,6 +180,14 @@
z-index: 9; z-index: 9;
opacity: 0; opacity: 0;
overflow: hidden; overflow: hidden;
left: 0;
}
.wrapper{
height: 100%;
}
.cell--messagecard{
width: 100%;
height: 100%;
} }
.modal-item-title{ .modal-item-title{
color: #3396FF; color: #3396FF;
......
//const host='http://ljj.dev.neoteched.com' //开发 //const host='http://ljj.dev.neoteched.com' //开发
const host='https://winterfell-alpha.neoteched.com' //测试 //const host='https://winterfell-alpha.neoteched.com' //测试
//const host='https://sk2.shenlancity.com' //线上 const host='https://sk2.shenlancity.com' //线上
export const request=({url,method,header,success,fail})=>{ export const request=({url,method,header,success,fail})=>{
if(!url){ if(!url){
console.error('url不能为空') console.error('url不能为空')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment