Commit 1f7a40c1 by 梁建民

红包码

parent e7851b5a
......@@ -36,7 +36,8 @@
"pages/person/exchange/index",
"pages/person/withdrawal/index",
"pages/person/withdrawalsuccess/index",
"pages/person/integralrule/index"
"pages/person/integralrule/index",
"pages/person/packet/index"
],
"window": {
"backgroundTextStyle": "light",
......
// pages/person/packet/index.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{
"usingComponents": {},
"navigationBarTitleText": "红包码"
}
\ No newline at end of file
This diff could not be displayed because it is too large.
<view class="packet" hover-class="none" hover-stop-propagation="false">
<view class="head">
<view class="wrap column rowCenter verCenter">
<text class="t1">输入好友的红包码</text>
<text class="t2">领取随机红包</text>
</view>
<view class="inp">
<input type="text" placeholder="请输入红包码" class="inpt" placeholder-class="plac"></input>
</view>
</view>
<button class="btn">兑换好友红包</button>
<view class="txt column">
<text class="tit">温馨提示:</text>
<text class="t1">1.红包码可向已注册好友索要,填写后可获得随机红包。</text>
<text class="t1">2.一个账户红包码仅限兑换一次,多次兑换无效。</text>
<text class="t1">3.本活动最终解释权归深圳市电界网络科技有限公司所有。</text>
</view>
</view>
\ No newline at end of file
This diff could not be displayed because it is too large.
......@@ -48,7 +48,7 @@
"list": []
},
"miniprogram": {
"current": 13,
"current": 14,
"list": [
{
"id": -1,
......@@ -145,6 +145,13 @@
"id": -1,
"name": "pages/person/integralrule/index",
"pathName": "pages/person/integralrule/index",
"query": "",
"scene": null
},
{
"id": -1,
"name": "pages/person/packet/index",
"pathName": "pages/person/packet/index",
"scene": null
}
]
......
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 sign in to comment