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
7849a60c
Commit
7849a60c
authored
Nov 18, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
124ded52
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
3 additions
and
110 deletions
+3
-110
app.json
app.json
+1
-2
b4.png
images/local/b4.png
+0
-0
b6.png
images/local/b6.png
+0
-0
payOk.js
pages/Home/payOk/payOk.js
+0
-71
payOk.json
pages/Home/payOk/payOk.json
+0
-3
payOk.wxml
pages/Home/payOk/payOk.wxml
+0
-10
payOk.wxss
pages/Home/payOk/payOk.wxss
+0
-22
localhome.wxml
pages/local/localhome.wxml
+2
-2
No files found.
app.json
View file @
7849a60c
...
...
@@ -67,8 +67,7 @@
"pages/mine/UseDetails/UseDetails"
,
"pages/shopPage/shopPage"
,
"pages/webview/webview"
,
"pages/Home/pay/pay"
,
"pages/Home/payOk/payOk"
"pages/Home/pay/pay"
],
"navigateToMiniProgramAppIdList"
:
[
"wxb6bcc99626870225"
...
...
images/local/b4.png
deleted
100644 → 0
View file @
124ded52
1.84 KB
images/local/b6.png
deleted
100644 → 0
View file @
124ded52
1.64 KB
pages/Home/payOk/payOk.js
deleted
100644 → 0
View file @
124ded52
// pages/Home/payOk/payOk.js
Page
({
/**
* 页面的初始数据
*/
data
:
{
},
/**
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
},
seeBtn
(){
wx
.
navigateTo
({
url
:
'/pages/member/Coupon/Coupon'
})
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady
:
function
()
{
},
/**
* 生命周期函数--监听页面显示
*/
onShow
:
function
()
{
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide
:
function
()
{
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload
:
function
()
{
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh
:
function
()
{
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom
:
function
()
{
},
/**
* 用户点击右上角分享
*/
onShareAppMessage
:
function
()
{
}
})
\ No newline at end of file
pages/Home/payOk/payOk.json
deleted
100644 → 0
View file @
124ded52
{
"usingComponents"
:
{}
}
\ No newline at end of file
pages/Home/payOk/payOk.wxml
deleted
100644 → 0
View file @
124ded52
<view class="payok">
<view style="text-align:center;margin-top:200rpx">
<image style="width:100rpx;height:100rpx" src="http://imgfile.oytour.com/New/Upload/Cloud/2019-11/20191113050907499.png"></image>
</view>
<view style="text-align:center;margin-top:20rpx;color:#EE4454">支付成功</view>
<view style="text-align:center;margin-top:100rpx;">
<text bindtap="seeBtn" class="seeBtn">前往查看</text>
</view>
<view class="sm">您也可以在[我的->我的优惠券]查看优惠券信息</view>
</view>
\ No newline at end of file
pages/Home/payOk/payOk.wxss
deleted
100644 → 0
View file @
124ded52
.payok{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #fff;
}
.seeBtn{
border: 1px solid #EE4454;
padding: 13rpx 38rpx;
color:#EE4454;
border-radius: 10rpx;
}
.sm{
position: absolute;
bottom: 70rpx;
color: #aaaaaa;
font-size: 28rpx;
text-align: center;
width: 100%;
}
\ No newline at end of file
pages/local/localhome.wxml
View file @
7849a60c
...
...
@@ -19,7 +19,7 @@
<text>游玩\n门票</text>
</view>
<view>
<image style="width:80rpx;height:71rpx;" src='
/images/local/b
4.png'></image>
<image style="width:80rpx;height:71rpx;" src='
http://imgfile.oytour.com/New/Upload/Cloud/2019-11/2019111505582258
4.png'></image>
<text>当地\n美食</text>
</view>
<view>
...
...
@@ -27,7 +27,7 @@
<text>精彩\n演出</text>
</view>
<view>
<image style="width:78rpx;height:80rpx;" src='
/images/local/b6
.png'></image>
<image style="width:78rpx;height:80rpx;" src='
http://imgfile.oytour.com/New/Upload/Cloud/2019-11/20191115055754663
.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