Commit 0ee17334 by 高淑倩

集点详情组件

parent 6b117148
...@@ -10,6 +10,11 @@ require('../../component/noMore/noMore'); ...@@ -10,6 +10,11 @@ require('../../component/noMore/noMore');
require('../../component/picNavServe/picNavServe'); require('../../component/picNavServe/picNavServe');
require('../../component/table/table'); require('../../component/table/table');
require('../../component/exchange-coupon-modal/exchange-coupon-modal'); require('../../component/exchange-coupon-modal/exchange-coupon-modal');
require('../../component/statusPoint/statusPoint');
require('../../component/dialog/dialog');
require('../../component/progressPoint/progressPoint');
require('../../component/progressImage/progressImage');
require('../../component/authorization-modal-point/authorization-modal-point');
require('../../pages/userCenter/userCenter'); require('../../pages/userCenter/userCenter');
require('../../pages/mySpend/mySpend'); require('../../pages/mySpend/mySpend');
require('../../pages/memberOfOwn/memberOfOwn'); require('../../pages/memberOfOwn/memberOfOwn');
......
...@@ -27,6 +27,11 @@ require('../../component/noMore/noMore'); ...@@ -27,6 +27,11 @@ require('../../component/noMore/noMore');
require('../../component/picNavServe/picNavServe'); require('../../component/picNavServe/picNavServe');
require('../../component/table/table'); require('../../component/table/table');
require('../../component/exchange-coupon-modal/exchange-coupon-modal'); require('../../component/exchange-coupon-modal/exchange-coupon-modal');
require('../../component/statusPoint/statusPoint');
require('../../component/dialog/dialog');
require('../../component/progressPoint/progressPoint');
require('../../component/progressImage/progressImage');
require('../../component/authorization-modal-point/authorization-modal-point');
require('../../pages/userCenter/userCenter'); require('../../pages/userCenter/userCenter');
require('../../pages/mySpend/mySpend'); require('../../pages/mySpend/mySpend');
require('../../pages/memberOfOwn/memberOfOwn'); require('../../pages/memberOfOwn/memberOfOwn');
......
/* component/noMore.wxss */
.detail-list-bottom {
text-align: center;
font-size: 21rpx;
color: #bfbfbf;
/* margin-top: 45rpx; */
}
\ No newline at end of file
<!--component/noMore.axml-->
<view class="detail-list-bottom">-已经到底啦-</view>
\ No newline at end of file
const wx2my = require('../../wx2my');
const Behavior = require('../../Behavior');
// component/noMore.js
Component({
/**
* 页面的初始数据
*/
data: {},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {}
});
\ No newline at end of file
{
"component": true,
"usingComponents": {}
}
\ No newline at end of file
/* component/noMore.wxss */
.detail-list-bottom {
text-align: center;
font-size: 21rpx;
color: #bfbfbf;
/* margin-top: 45rpx; */
}
\ No newline at end of file
<!--component/noMore.axml-->
<view class="detail-list-bottom">-已经到底啦-</view>
\ No newline at end of file
const wx2my = require('../../wx2my');
const Behavior = require('../../Behavior');
// component/noMore.js
Component({
/**
* 页面的初始数据
*/
data: {},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {}
});
\ No newline at end of file
{
"component": true,
"usingComponents": {}
}
\ No newline at end of file
/* component/noMore.wxss */
.detail-list-bottom {
text-align: center;
font-size: 21rpx;
color: #bfbfbf;
/* margin-top: 45rpx; */
}
\ No newline at end of file
<!--component/noMore.axml-->
<view class="detail-list-bottom">-已经到底啦-</view>
\ No newline at end of file
const wx2my = require('../../wx2my');
const Behavior = require('../../Behavior');
// component/noMore.js
Component({
/**
* 页面的初始数据
*/
data: {},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {}
});
\ No newline at end of file
{
"component": true,
"usingComponents": {}
}
\ No newline at end of file
/* component/noMore.wxss */
.detail-list-bottom {
text-align: center;
font-size: 21rpx;
color: #bfbfbf;
/* margin-top: 45rpx; */
}
\ No newline at end of file
<!--component/noMore.axml-->
<view class="detail-list-bottom">-已经到底啦-</view>
\ No newline at end of file
const wx2my = require('../../wx2my');
const Behavior = require('../../Behavior');
// component/noMore.js
Component({
/**
* 页面的初始数据
*/
data: {},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {}
});
\ No newline at end of file
{
"component": true,
"usingComponents": {}
}
\ No newline at end of file
/* component/noMore.wxss */
.detail-list-bottom {
text-align: center;
font-size: 21rpx;
color: #bfbfbf;
/* margin-top: 45rpx; */
}
\ No newline at end of file
<!--component/noMore.axml-->
<view class="detail-list-bottom">-已经到底啦-</view>
\ No newline at end of file
const wx2my = require('../../wx2my');
const Behavior = require('../../Behavior');
// component/noMore.js
Component({
/**
* 页面的初始数据
*/
data: {},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {}
});
\ No newline at end of file
{
"component": true,
"usingComponents": {}
}
\ No newline at end of file
{ {
"usingComponents": { "usingComponents": {
"no-more": "/component/noMore/noMore" "status-img": "/component/statusPoint/statusPoint",
"x-dialog":"/component/dialog/dialog",
"x-progress-point":"/component/progressPoint/progressPoint",
"x-progress-image":"/component/progressImage/progressImage",
"authorization-modal-point": "/component/authorization-modal-point/authorization-modal-point"
}, },
"defaultTitle": "集点详情", "defaultTitle": "集点详情",
"pullRefresh": true "pullRefresh": true
......
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