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
d9c24ce0
Commit
d9c24ce0
authored
Sep 11, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏自由行相关
parent
885105ce
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
50 additions
and
15 deletions
+50
-15
Common.wxss
Common.wxss
+5
-2
home.wxml
pages/Home/home.wxml
+6
-7
SearchPage.wxml
pages/SearchPage/SearchPage.wxml
+3
-3
VoucherDetails.js
pages/Voucher/VoucherDetails/VoucherDetails.js
+8
-1
VoucherDetails.wxml
pages/Voucher/VoucherDetails/VoucherDetails.wxml
+17
-1
VoucherDetails.wxss
pages/Voucher/VoucherDetails/VoucherDetails.wxss
+11
-1
No files found.
Common.wxss
View file @
d9c24ce0
...
...
@@ -40,10 +40,10 @@
font-size: 26rpx;
}
.commonF .f28{
font-size: 2
6
rpx;
font-size: 2
8
rpx;
}
.commonF .f30{
font-size:30rpx;
font-size:30rpx
!important
;
}
.commonF .f32{
font-size:32rpx;
...
...
@@ -254,4 +254,7 @@ image{
}
.center{
text-align: center;
}
.t-left{
text-align: left;
}
\ No newline at end of file
pages/Home/home.wxml
View file @
d9c24ce0
...
...
@@ -27,13 +27,13 @@
</navigator>
</view>
<view>
<
!-- <
view>
<navigator hover-class="Home_hover" url="/pages/local/localhome">
<image src="http://imgfile.oytour.com/New/Upload/Cloud/2019-07/20190719083338755.png"></image>
<view>当地游</view>
</navigator>
</view>
</view>
-->
<view>
<navigator hover-class="Home_hover" url="/pages/visa/visa">
<image src="http://imgfile.oytour.com/New/Upload/Cloud/2019-07/20190719083504391.png"></image>
...
...
@@ -171,7 +171,7 @@
</view>
</view>
<!-- 景点门票 -->
<view id="ScenScroll" class="FlTitleView">
<
!-- <
view id="ScenScroll" class="FlTitleView">
<text class="text" style="color:#6AA8F9"> \ \ \ </text>
<text style="font-size:30rpx;color:#000000;font-weight:600;margin:0 12rpx"> 景点门票</text>
<text class="text" style="color:#6AA8F9"> \ \ \</text>
...
...
@@ -180,7 +180,6 @@
<view class="Scen CommonList">
<view bindtap="goTicket" data-item="{{item}}" wx:for="{{scenList}}" wx:key="index">
<view class="ScenimgView">
<!-- <text class="country">日本</text> -->
<image wx:if="{{item.coverImgs[0]}}" src="{{item.coverImgs[0]}}"></image>
<view class="DesView">
<view class='pad title text1'>{{item.name}}</view>
...
...
@@ -192,9 +191,9 @@
</view>
</view>
</view>
</view>
-->
<!-- 当地游 -->
<view class="FlTitleView">
<
!-- <
view class="FlTitleView">
<text class="text" style="color:#F36C9B"> \ \ \ </text>
<text style="font-size:30rpx;color:#000000;font-weight:600;margin:0 12rpx"> 当地游</text>
<text class="text" style="color:#F36C9B"> \ \ \</text>
...
...
@@ -209,7 +208,7 @@
</view>
</view>
</view>
</view>
-->
</scroll-view>
</view>
\ No newline at end of file
pages/SearchPage/SearchPage.wxml
View file @
d9c24ce0
...
...
@@ -8,9 +8,9 @@
<input bindinput="inputValue" data-self="self" value="{{value}}" style="width:520rpx;display:inline-block" placeholder="搜索目的地/交通/景点/酒店" />
<view class="TypeList" hidden="{{!typeHidden}}">
<view bindtap="goUrl" data-type="gentuan" data-value="跟团游">跟团游</view>
<
view bindtap="goUrl" data-type="oneday" data-value="一日游">一日游</view
>
<
view bindtap="goUrl" data-type="ticket" data-value="门票">门票</view
>
<
view bindtap="goUrl" data-type="food" data-value="美食">美食</view
>
<
!-- <view bindtap="goUrl" data-type="oneday" data-value="一日游">一日游</view> --
>
<
!-- <view bindtap="goUrl" data-type="ticket" data-value="门票">门票</view> --
>
<
!-- <view bindtap="goUrl" data-type="food" data-value="美食">美食</view> --
>
</view>
</view>
<text bindtap="searchInput" class='Seach'>搜索</text>
...
...
pages/Voucher/VoucherDetails/VoucherDetails.js
View file @
d9c24ce0
...
...
@@ -16,12 +16,19 @@ Page({
Message
:
''
,
showYouJi
:
false
,
showBadYouJi
:
false
,
wxInfo
:
''
wxInfo
:
''
,
tips
:
false
,
},
setTips
(){
this
.
setData
({
tips
:
!
this
.
data
.
tips
})
},
/**
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
this
.
setTips
()
let
info
=
wx
.
getStorageSync
(
'info'
),
wxInfo
=
wx
.
getStorageSync
(
'wxInfo'
),
orderId
=
options
.
orderId
,
...
...
pages/Voucher/VoucherDetails/VoucherDetails.wxml
View file @
d9c24ce0
<view class='page-details'>
<view class='page-details
commonF
'>
<view>
<text class='text'>感谢{{nameID}}参与意见调查</text>
</view>
...
...
@@ -59,4 +59,20 @@
</view>
</view>
</view>
<view class='dialog dialog2' wx:if="{{tips}}">
<view class='box'>
<view class='tit f30'>各位贵宾,感谢你参加印象之旅日本旅游</view>
<view class="f28 c33 text-left">以下请各位贵宾特别注意:</view>
<scroll-view scroll-y class="scroll-header f28">
<view class="t-left">1)由于非洲猪瘟的原因,日本入境严禁携带肉制品入境,重则罚款百万日元,严重者会坐牢。</view>
<view class="t-left">2)日本是一个高度发达的国家,社保制度以及法律制度也是非常严格。日本处方药属于日本社会福利药品,管控相当严格,你在任何一个药妆店买不到一个处方药,却可以在朋友圈买到大量处方药,请购买时三思同时我公司严禁在日本团上,车上,酒店内,行程中购买处方药。同时目前市场上大量的处方药来路不明,公司不做违法的事情,同时也告知各位如果你在日本购买的处方药也是没有任何保障的。
如果出境海关检查你行李中有夹带处方药,你将被罚款或永不能入境日本。
如果任何人,在日本行程中任何地点在车上或景点行程中推荐处方药,如购买后请检举揭发。你将得到药品的全额退款,同时奖励日币10万日元一次。
</view>
</scroll-view>
<view class='btn'>
<button class='next' type="default" size="mini" bindtap="setTips">确定</button>
</view>
</view>
</view>
</view>
\ No newline at end of file
pages/Voucher/VoucherDetails/VoucherDetails.wxss
View file @
d9c24ce0
...
...
@@ -79,7 +79,7 @@ button.next:active{
justify-content: center;
}
.dialog .box{
padding: 5
4
rpx;
padding: 5
0rpx 40
rpx;
border-radius:20rpx;
min-height: 694rpx;
box-sizing: border-box;
...
...
@@ -117,4 +117,14 @@ navigator{
position: absolute;z-index: 2;
width: 100%;
height: 100%;
}
.scroll-header{
height: 200px;
}
.dialog2 .box .tit{
margin-bottom: 20rpx;
}
.text-left{
text-align: left;
margin-bottom: 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