更换版本

This commit is contained in:
2024-01-22 18:48:00 +08:00
parent 9f65ea8fd9
commit 00e6dcaec0
1158 changed files with 70609 additions and 51780 deletions

11
pages/data_null/index.js Normal file
View File

@@ -0,0 +1,11 @@
Page({
data: {},
onLoad: function (n) {},
onReady: function () {},
onShow: function () {},
onHide: function () {},
onUnload: function () {},
onPullDownRefresh: function () {},
onReachBottom: function () {},
onShareAppMessage: function () {},
});

View File

@@ -0,0 +1,6 @@
<template name="title">
<view class="zanwushuju_border">
<image class="zanwushuju_border_img" src="/pages/image/none_message.png"></image>
<view class="zanwushuju_border_title">{{title}}</view>
</view>
</template>

View File