Commit 7849a60c authored by 华国豪's avatar 华国豪 🙄

1

parent 124ded52
......@@ -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"
......
// 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
{
"usingComponents": {}
}
\ No newline at end of file
<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
.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
......@@ -19,7 +19,7 @@
<text>游玩\n门票</text>
</view>
<view>
<image style="width:80rpx;height:71rpx;" src='/images/local/b4.png'></image>
<image style="width:80rpx;height:71rpx;" src='http://imgfile.oytour.com/New/Upload/Cloud/2019-11/20191115055822584.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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment