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
1b1b1c9e
Commit
1b1b1c9e
authored
Nov 12, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f36cc072
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
34 additions
and
4 deletions
+34
-4
b1.png
images/local/b1.png
+0
-0
b3.png
images/local/b3.png
+0
-0
VoucherDetails.js
pages/Voucher/VoucherDetails/VoucherDetails.js
+14
-0
VoucherDetails.wxml
pages/Voucher/VoucherDetails/VoucherDetails.wxml
+2
-1
write.js
pages/Voucher/write/write.js
+14
-0
write.wxml
pages/Voucher/write/write.wxml
+2
-1
localhome.wxml
pages/local/localhome.wxml
+2
-2
No files found.
images/local/b1.png
deleted
100644 → 0
View file @
f36cc072
2.2 KB
images/local/b3.png
deleted
100644 → 0
View file @
f36cc072
2.41 KB
pages/Voucher/VoucherDetails/VoucherDetails.js
View file @
1b1b1c9e
...
...
@@ -19,6 +19,20 @@ Page({
wxInfo
:
''
,
tips
:
false
,
},
goGouwu
:
function
()
{
let
_this
=
this
wx
.
navigateToMiniProgram
({
appId
:
'wxb6bcc99626870225'
,
path
:
'pages/Home/home?GuestId='
+
_this
.
data
.
GuestId
,
extraData
:
{
foo
:
'bar'
},
envVersion
:
'trial'
,
success
(
res
)
{
// 打开成功
}
})
},
setTips
(){
this
.
setData
({
tips
:
!
this
.
data
.
tips
...
...
pages/Voucher/VoucherDetails/VoucherDetails.wxml
View file @
1b1b1c9e
...
...
@@ -54,7 +54,8 @@
非常感谢您的配合,祝您生活愉快~
</view>
<view class='btn'>
<button class='next' type="default" size="mini"><navigator open-type="exit" target="miniProgram">好的</navigator></button>
<button class='next' type="default" size="mini" bindtap="goGouwu">去购物店看看</button>
<button class='next cancle' type="default" size="mini"><navigator open-type="exit" target="miniProgram">好的</navigator></button>
<!-- <button class='next' type="default" size="mini" bindtap="logOut">好的,不用谢~</button> -->
</view>
</view>
...
...
pages/Voucher/write/write.js
View file @
1b1b1c9e
...
...
@@ -16,6 +16,20 @@ Page({
tag2
:
[],
ActivateCode
:
'166666666'
,
},
goGouwu
:
function
(){
let
_this
=
this
wx
.
navigateToMiniProgram
({
appId
:
'wxb6bcc99626870225'
,
path
:
'pages/Home/home?GuestId='
+
_this
.
data
.
GuestId
,
extraData
:
{
foo
:
'bar'
},
envVersion
:
'trial'
,
success
(
res
)
{
// 打开成功
}
})
},
copyText
:
function
(
e
)
{
let
_this
=
this
...
...
pages/Voucher/write/write.wxml
View file @
1b1b1c9e
...
...
@@ -39,7 +39,8 @@
</view>
<view class='tips'>为表达对您的感谢,特送上100元跟团游通用优惠券,本券仅限于本次报名的门店使用。在您下次报名的时候请主动出示此优惠码。(建议您截图保存、或复并存到备忘录)</view>
<view class='btn'>
<button class='next' type="default" size="mini"><navigator open-type="exit" target="miniProgram">好的</navigator></button>
<button class='next' type="default" size="mini" bindtap="goGouwu">去购物店看看</button>
<button class='next cancle' type="default" size="mini"><navigator open-type="exit" target="miniProgram">好的</navigator></button>
<!-- <button class='next' type="default" size="mini" bindtap="logOut">好的,不用谢~</button> -->
</view>
</view>
...
...
pages/local/localhome.wxml
View file @
1b1b1c9e
...
...
@@ -7,7 +7,7 @@
</view>
<view class="ban">
<view>
<image src='
/images/local/b1
.png'></image>
<image src='
http://imgfile.oytour.com/New/Upload/Cloud/2019-11/20191112101752077
.png'></image>
<text>一日游</text>
</view>
<view>
...
...
@@ -15,7 +15,7 @@
<text>交通\n接驳</text>
</view>
<view>
<image style="width:79rpx;height:80rpx;" src='
/images/local/b3
.png'></image>
<image style="width:79rpx;height:80rpx;" src='
http://imgfile.oytour.com/New/Upload/Cloud/2019-11/20191112101709650
.png'></image>
<text>游玩\n门票</text>
</view>
<view>
...
...
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