From 7333f5f986c3647e62a3637d0664ee431b7f05b2 Mon Sep 17 00:00:00 2001
From: abin <18644716229@163.com>
Date: Mon, 9 Oct 2023 11:49:13 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A2=81=E9=B8=BF=E6=96=8C=E6=9B=B4=E6=96=B04?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/wc/wc.js | 66 ++++++++++++++++++++++++++++++++++++++++++++++++
pages/wc/wc.json | 3 +++
pages/wc/wc.wxml | 3 +++
pages/wc/wc.wxss | 1 +
4 files changed, 73 insertions(+)
create mode 100644 pages/wc/wc.js
create mode 100644 pages/wc/wc.json
create mode 100644 pages/wc/wc.wxml
create mode 100644 pages/wc/wc.wxss
diff --git a/pages/wc/wc.js b/pages/wc/wc.js
new file mode 100644
index 0000000..cecb1c3
--- /dev/null
+++ b/pages/wc/wc.js
@@ -0,0 +1,66 @@
+// pages/wc/wc.js
+Page({
+
+ /**
+ * 页面的初始数据
+ */
+ data: {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面加载
+ */
+ onLoad(options) {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面初次渲染完成
+ */
+ onReady() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面显示
+ */
+ onShow() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面隐藏
+ */
+ onHide() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面卸载
+ */
+ onUnload() {
+
+ },
+
+ /**
+ * 页面相关事件处理函数--监听用户下拉动作
+ */
+ onPullDownRefresh() {
+
+ },
+
+ /**
+ * 页面上拉触底事件的处理函数
+ */
+ onReachBottom() {
+
+ },
+
+ /**
+ * 用户点击右上角分享
+ */
+ onShareAppMessage() {
+
+ }
+})
\ No newline at end of file
diff --git a/pages/wc/wc.json b/pages/wc/wc.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/pages/wc/wc.json
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/wc/wc.wxml b/pages/wc/wc.wxml
new file mode 100644
index 0000000..ec17616
--- /dev/null
+++ b/pages/wc/wc.wxml
@@ -0,0 +1,3 @@
+
+pages/wc/wc.wxml
+dshdhsi
diff --git a/pages/wc/wc.wxss b/pages/wc/wc.wxss
new file mode 100644
index 0000000..f8d5683
--- /dev/null
+++ b/pages/wc/wc.wxss
@@ -0,0 +1 @@
+/* pages/wc/wc.wxss */
\ No newline at end of file