Commit 70be4718 by 李静静

fixed bug

parent d072895f
......@@ -83,8 +83,9 @@
bind:completemessage="chatGroupComplete"
/>
<contactCell
styleType="1"
paddingStyle="20"
styleType="3"
paddingStyle="30"
isMask="{{1}}"
wx:if="{{item.type===2}}"
plugid='{{item.uniq_code}}'
bind:completemessage="contactComplete"
......
......@@ -180,6 +180,14 @@
z-index: 9;
opacity: 0;
overflow: hidden;
left: 0;
}
.wrapper{
height: 100%;
}
.cell--messagecard{
width: 100%;
height: 100%;
}
.modal-item-title{
color: #3396FF;
......
//const host='http://ljj.dev.neoteched.com' //开发
const host='https://winterfell-alpha.neoteched.com' //测试
//const host='https://sk2.shenlancity.com' //线上
//const host='https://winterfell-alpha.neoteched.com' //测试
const host='https://sk2.shenlancity.com' //线上
export const request=({url,method,header,success,fail})=>{
if(!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