Commit 9c1bf375 by 高淑倩

add: point_detail;

parent 76149df3
// pages/pointDetail/pointDetail.js
const app = getApp()
const wxService = require('../../utils/wxService')
const utils = require('../../utils/util')
wxService.page({
/**
* 页面的初始数据
*/
data: {
imgHeight: 450
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{
"navigationBarTitleText": "集点详情",
"usingComponents": {
"status-img": "/component/statusPoint/statusPoint"
}
}
\ No newline at end of file
<!--pages/pointDetail/pointDetail.wxml-->
<status-img imgHeight="{{imgHeight}}"></status-img>
/* pages/pointDetail/pointDetail.wxss */
@import './../../base/base.wxss';
\ No newline at end of file
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