Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
FlashMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
华国豪
FlashMan
Commits
8e5a0bff
Commit
8e5a0bff
authored
Aug 29, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
da282d8d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
77 additions
and
8 deletions
+77
-8
Common.wxss
Common.wxss
+3
-0
Successview.js
pages/product/SametradeZW/Successview/Successview.js
+6
-0
Successview.wxml
pages/product/SametradeZW/Successview/Successview.wxml
+22
-6
Successview.wxss
pages/product/SametradeZW/Successview/Successview.wxss
+46
-2
No files found.
Common.wxss
View file @
8e5a0bff
...
...
@@ -251,4 +251,7 @@ image{
.flex-ter{
display: flex;
align-items: center;
}
.center{
text-align: center;
}
\ No newline at end of file
pages/product/SametradeZW/Successview/Successview.js
View file @
8e5a0bff
...
...
@@ -15,6 +15,12 @@ Page({
minute
:
''
,
token
:
''
,
contactNumber
:
''
,
boxShow
:
false
,
},
setBoxShow
:
function
(){
this
.
setData
({
boxShow
:
!
this
.
data
.
boxShow
})
},
goHappyPrice
:
function
(){
wx
.
navigateTo
({
...
...
pages/product/SametradeZW/Successview/Successview.wxml
View file @
8e5a0bff
<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
pages/product/SametradeZW/Successview/Successview.wxss
View file @
8e5a0bff
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment