This commit is contained in:
2025-04-05 23:47:00 +08:00
commit 8001f8eaeb
215 changed files with 14655 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
Page({
data: {},
onLoad: function(n) {
wx.showModal({
title: "开发中~"
});
},
onReady: function() {},
onShow: function() {},
onHide: function() {},
onUnload: function() {},
onPullDownRefresh: function() {},
onReachBottom: function() {},
onShareAppMessage: function() {}
});

View File

@@ -0,0 +1,6 @@
{
"usingComponents": {
"page-loding": "../../template/pageLoding/pageLoding"
},
"navigationBarTitleText": "聚美汽服"
}

View File

@@ -0,0 +1 @@
<view></view>

View File