Commit 2087af52 by 李静静

自测改bug

parent 803bf593
...@@ -119,5 +119,8 @@ Page({ ...@@ -119,5 +119,8 @@ Page({
this.setData({ this.setData({
modal:false modal:false
}) })
},
noop:function(e){
//console.log(e)
} }
}) })
...@@ -53,7 +53,9 @@ ...@@ -53,7 +53,9 @@
<!-- <view class="join-btn-text" >加入专属备考群</view> --> <!-- <view class="join-btn-text" >加入专属备考群</view> -->
</view> </view>
<view wx:if="{{modal}}" class="modal" > <view wx:if="{{modal}}" class="modal"
catch:touchmove="noop"
>
<view class="modal-content"> <view class="modal-content">
<view class="modal-close" bindtap="modalClose"></view> <view class="modal-close" bindtap="modalClose"></view>
<view class="modal-h4">{{text}}</view> <view class="modal-h4">{{text}}</view>
...@@ -81,7 +83,8 @@ ...@@ -81,7 +83,8 @@
bind:completemessage="completemessage" bind:completemessage="completemessage"
/> />
<contactCell <contactCell
paddingStyle="80" styleType="1"
paddingStyle="20"
wx:if="{{item.type===2}}" wx:if="{{item.type===2}}"
plugid='{{item.uniq_code}}' plugid='{{item.uniq_code}}'
......
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){
......
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