Commit 8e5a0bff authored by 华国豪's avatar 华国豪 🙄

no message

parent da282d8d
......@@ -251,4 +251,7 @@ image{
.flex-ter{
display: flex;
align-items: center;
}
.center{
text-align: center;
}
\ No newline at end of file
......@@ -15,6 +15,12 @@ Page({
minute: '',
token:'',
contactNumber:'',
boxShow: false,
},
setBoxShow: function(){
this.setData({
boxShow: !this.data.boxShow
})
},
goHappyPrice: function (){
wx.navigateTo({
......
<import src='../../../wxParse/wxParse.wxml' />
<view class="page">
<view class="page ">
<view class='box'>
<image class='success' src='http://imgfile.oytour.com/New/Upload/Cloud/2019-06/20190625044641415.png'></image>
<view class='xbox'>
......@@ -8,7 +8,7 @@
<view class='content'>
<view class='content_t'>
<view class='img_ti'>
<text>!</text>
<text>!</text>
</view>
<text class='content_ts'>特别提示</text>
</view>
......@@ -30,16 +30,32 @@
<!-- 广告位 -->
<view class='huo'>
<view class='advertisement' bindtap='draw_t' bindtap="setBoxShow">
<image src='http://imgfile.oytour.com/New/Upload/Cloud/2019-08/20190829055725048.png'></image>
</view>
<view class='advertisement' bindtap='draw' catchtouchmove="doNothing">
<image src='http://imgfile.oytour.com/New/Upload/Cloud/2019-06/20190625044635970.png'></image>
</view>
<view class='advertisement' bindtap='draw_t' catchtouchmove="doNothing">
<image src='http://imgfile.oytour.com/New/Upload/Cloud/2019-06/20190625044636072.jpg'></image>
</view>
<view class='advertisement' bindtap='goHappyPrice' catchtouchmove="doNothing">
<image src='http://imgfile.oytour.com/New/Upload/Cloud/2019-07/20190719071419291.png'></image>
</view>
</view>
<view style="width: 100%;height : 50px"></view>
<view wx:if="{{boxShow}}" class="boxShow commonF" bindtap="setBoxShow">
<view>
<image class="close-img" src="http://imgfile.oytour.com/New/Upload/Cloud/2019-08/20190829054304114.png"></image>
<view class="top-img"></view>
<view class="bold" catchtap>
<view class="f28 center info">
<view>在客服会话中回复“1”进入</view>
<view>进入 <text class="cee ">同业APP</text></view>
</view>
<view class="btn">
<button open-type="contact" session-from="weapp" class="f28 cff">
进入客服会话
</button>
</view>
</view>
</view>
</view>
</view>
\ No newline at end of file
......@@ -117,11 +117,55 @@
margin: 5px 0;
border-radius: 5px;
margin-top: 50rpx
}
button.advertisement{
padding: 0;
}
.advertisement image{
width: 100%;
height: 100%;
border-radius: 5px
}
.boxShow{
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .3);
display: flex;
justify-content: center;
}
.boxShow>view{
width: 80%;
height: 280px;
margin-top: 150px;
background-color: white;
border-radius: 8rpx;
box-sizing: border-box;
overflow: hidden;
position: relative;
}
.boxShow>view .top-img{
width: 100%;
height: 300rpx;
background: url(http://imgfile.oytour.com/New/Upload/Cloud/2019-08/20190829054304363.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
.boxShow>view button{
background-color: #F56C6C;
}
.info{
padding: 46rpx;
}
.btn{
padding: 0 30rpx 20rpx;
}
.close-img{
position: absolute;
width: 28rpx;
height: 28rpx;
right: 20rpx;
top: 20rpx;
}
\ No newline at end of file
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