Commit 462597df authored by haiyoucuv's avatar haiyoucuv

init

parent 3a12cb77
俞嘉婷
小程序框架搭建 2h
获取地理位置 3h
授权手机号 4h
生成带参二维码 4h
首页(轮播+自适应长页面) 6h
我的页面 3h
神策埋点 2h
自测联调+小程序发布 6h
共30h
邱旭
小程序框架搭建 2h
底部tab处理 2h
订阅功能 2h
免登处理 2h
授权微信头像、昵称 4h
活动页(背景图可配+banner轮播+产品列表) 6h
产品详情页 长图页面 读配置 2h
喝鲜奶弹窗 1h
已领取弹窗 1h
神策埋点 2h
自测联调+小程序发布 6h
共 30h
lw17637145052
duiba3292
dbzb-iphone8
huanghaitao425
dbzb-xm9
fish1767039461
{
"pages": [
"pages/index/index",
"pages/logs/logs"
"pages/logs/logs",
"pages/my/my"
],
"window": {
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"tabBar": {
"list": [{
"pagePath": "pages/index/index",
"text": "首页"
}, {
"pagePath": "pages/logs/logs",
"text": "日志"
}]
"color": "#666666",
"borderStyle": "white",
"selectedColor": "#000000",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "assets/tabbar/homeD.png",
"selectedIconPath": "assets/tabbar/homeA.png"
},
{
"pagePath": "pages/logs/logs",
"text": "活动",
"iconPath": "assets/tabbar/actD.png",
"selectedIconPath": "assets/tabbar/actA.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "assets/tabbar/myD.png",
"selectedIconPath": "assets/tabbar/myA.png"
}
]
},
"style": "v2",
"rendererOptions": {
......
{
"usingComponents": {}
}
\ No newline at end of file
/* pages/my/my.wxss */
\ No newline at end of file
// pages/my/my.ts
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad() {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady() {
},
/**
* 生命周期函数--监听页面显示
*/
onShow() {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide() {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload() {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh() {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom() {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage() {
}
})
\ No newline at end of file
<!--pages/my/my.wxml-->
<text>pages/my/my.wxml</text>
\ No newline at end of file
......@@ -20,7 +20,10 @@
"packNpmRelationList": [],
"ignoreUploadUnusedFiles": true,
"compileHotReLoad": false,
"skylineRenderEnable": true
"skylineRenderEnable": true,
"condition": false,
"es6": false,
"uglifyFileName": false
},
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
......
......@@ -2,6 +2,7 @@
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "junlebao-milk-20240619",
"setting": {
"compileHotReLoad": true
"compileHotReLoad": true,
"preloadBackgroundData": false
}
}
\ 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