Commit 3f356f22 authored by 华国豪's avatar 华国豪 🙄

no message

parent 43b53ef6
// pages/shopPage/shopPage.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": {}
}
\ No newline at end of file
<view class='shop commonF'>
<image mode='widthFix' src='http://imgfile.oytour.com/New/Upload/Cloud/2019-07/20190719083756341.png'></image>
<view class='f24 c88'>正在开发中,敬请期待~</view>
</view>
\ No newline at end of file
.shop{
height: calc(100vh);
text-align: center;
padding-top: 250rpx;
background-color: #f5f5f5;
}
image{
width: 300rpx;
}
\ 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