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
3c92c29c
Commit
3c92c29c
authored
Jun 26, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Plain Diff
11
parents
4c477c34
ba4df2a8
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
28 additions
and
12 deletions
+28
-12
bg1.png
images/free/bg1.png
+0
-0
footer.png
images/free/footer.png
+0
-0
top1.png
images/local/top1.png
+0
-0
banner.png
images/login/banner.png
+0
-0
VoucherDetails.js
pages/Voucher/VoucherDetails/VoucherDetails.js
+1
-1
VoucherDetails.wxml
pages/Voucher/VoucherDetails/VoucherDetails.wxml
+3
-2
VoucherDetails.wxss
pages/Voucher/VoucherDetails/VoucherDetails.wxss
+7
-0
write.wxml
pages/Voucher/write/write.wxml
+2
-1
write.wxss
pages/Voucher/write/write.wxss
+7
-0
free.wxml
pages/freeTravel/free.wxml
+5
-5
localhome.wxml
pages/local/localhome.wxml
+1
-1
login.wxml
pages/login/login.wxml
+1
-1
project.config.json
project.config.json
+1
-1
No files found.
images/free/bg1.png
deleted
100644 → 0
View file @
4c477c34
55.6 KB
images/free/footer.png
deleted
100644 → 0
View file @
4c477c34
132 KB
images/local/top1.png
deleted
100644 → 0
View file @
4c477c34
105 KB
images/login/banner.png
deleted
100644 → 0
View file @
4c477c34
105 KB
pages/Voucher/VoucherDetails/VoucherDetails.js
View file @
3c92c29c
...
...
@@ -14,7 +14,7 @@ Page({
voucherData
:
{},
rating
:
''
,
Message
:
''
,
showYouJi
:
tru
e
,
showYouJi
:
fals
e
,
showBadYouJi
:
false
},
/**
...
...
pages/Voucher/VoucherDetails/VoucherDetails.wxml
View file @
3c92c29c
...
...
@@ -39,7 +39,7 @@
<button class='next' type="default" size="mini" bindtap="goWrite">写游记,领奖品</button>
</view>
<view class='btn'>
<button class='next cancle' type="default" size="mini" bindtap="logOut">
取消
</button>
<button class='next cancle' type="default" size="mini" bindtap="logOut">
<navigator open-type="exit" target="miniProgram">取消</navigator>
</button>
</view>
<view class='tips'>
根据自身经历写游记,还可获得奖品
...
...
@@ -51,7 +51,8 @@
<view class='tit'>感谢参与调查</view>
<image src='../../../images/voucher/xieyouji_icon.png'></image>
<view class='btn'>
<button class='next' type="default" size="mini" bindtap="logOut">好的,不用谢~</button>
<button class='next' type="default" size="mini"><navigator open-type="exit" target="miniProgram">好的,不用谢</navigator></button>
<!-- <button class='next' type="default" size="mini" bindtap="logOut">好的,不用谢~</button> -->
</view>
<view class='tips'>
非常感谢您的配合,祝您生活愉快~
...
...
pages/Voucher/VoucherDetails/VoucherDetails.wxss
View file @
3c92c29c
...
...
@@ -99,6 +99,8 @@ button.next:active{
background:rgba(238,68,84,1) !important;
border-color: rgba(238,68,84,1) !important;
color: white;
display:flex;
justify-content:center;
}
.dialog .box .btn button.next.cancle{
background:white !important;
...
...
@@ -110,4 +112,9 @@ button.next:active{
font-size: 28rpx;
color: #999999;
margin-top: 25rpx;
}
navigator{
position: absolute;z-index: 2;
width: 100%;
height: 100%;
}
\ No newline at end of file
pages/Voucher/write/write.wxml
View file @
3c92c29c
...
...
@@ -36,7 +36,8 @@
<view class='tit'>感谢参与调查</view>
<image src='../../../images/voucher/xieyouji_icon.png'></image>
<view class='btn'>
<button class='next' type="default" size="mini" bindtap="logOut">好的,不用谢~</button>
<button class='next' type="default" size="mini"><navigator open-type="exit" target="miniProgram">好的,不用谢</navigator></button>
<!-- <button class='next' type="default" size="mini" bindtap="logOut">好的,不用谢~</button> -->
</view>
<view class='tips'>常感谢您的配合,请保持电话畅通~稍后客户经理会与您联系</view>
</view>
...
...
pages/Voucher/write/write.wxss
View file @
3c92c29c
...
...
@@ -178,9 +178,16 @@ page{
height: 84rpx;
width: 350rpx;
line-height: 84rpx;
display:flex;
justify-content:center;
}
.dialog .box .tips{
font-size: 28rpx;
color: #999999;
margin-top: 25rpx;
}
navigator{
position: absolute;z-index: 2;
width: 100%;
height: 100%;
}
\ No newline at end of file
pages/freeTravel/free.wxml
View file @
3c92c29c
<view class="free commonF">
<view class="headImg">
<image src="
../../images/free/bg1
.png"></image>
<image src="
http://imgfile.oytour.com/New/Upload/Cloud/2019-06/20190626095806143
.png"></image>
</view>
<view class="ybg">
<view class="TopView">
...
...
@@ -128,7 +128,7 @@
</view>
<view class="personImg">
<image src="
../../images/free/bg1
.png"></image>
<image src="
http://imgfile.oytour.com/New/Upload/Cloud/2019-06/20190626095806143
.png"></image>
</view>
</view>
...
...
@@ -144,7 +144,7 @@
</view>
<view class="personImg">
<image src="
../../images/free/bg1
.png"></image>
<image src="
http://imgfile.oytour.com/New/Upload/Cloud/2019-06/20190626095806143
.png"></image>
</view>
</view>
...
...
@@ -160,7 +160,7 @@
</view>
<view class="personImg">
<image src="
../../images/free/bg1
.png"></image>
<image src="
http://imgfile.oytour.com/New/Upload/Cloud/2019-06/20190626095806143
.png"></image>
</view>
</view>
...
...
@@ -181,7 +181,7 @@
<view class="f32 bold" style="color:#000033;text-align:center">我们将提供什么?</view>
<view class="porView">
<view class="footbg">
<image src="
../../images/free/footer
.png"></image>
<image src="
http://imgfile.oytour.com/New/Upload/Cloud/2019-06/20190626095718753
.png"></image>
</view>
<view class="proFlex">
<view class="proItem">
...
...
pages/local/localhome.wxml
View file @
3c92c29c
<view class="localhome commonF">
<search></search>
<view style="width:100%;height:300rpx;margin-top:36rpx">
<image src='
/images/local/top1
.png'></image>
<image src='
http://imgfile.oytour.com/New/Upload/Cloud/2019-06/20190626095424470
.png'></image>
</view>
<view class="ban">
<view>
...
...
pages/login/login.wxml
View file @
3c92c29c
<view class="page">
<view class='banner_box'>
<image class='banner_image' src='
../../images/login/banner
.png'></image>
<image class='banner_image' src='
http://imgfile.oytour.com/New/Upload/Cloud/2019-06/20190626095603000
.png'></image>
</view>
<view class='page__bd'>
<view class='header'>
...
...
project.config.json
View file @
3c92c29c
...
...
@@ -12,7 +12,7 @@
"autoAudits"
:
false
},
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.
0.4
"
,
"libVersion"
:
"2.
7.2
"
,
"appid"
:
"wxb25e6cd9b147f76c"
,
"projectname"
:
"FLASHMAN"
,
"debugOptions"
:
{
...
...
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