更换版本
This commit is contained in:
11
pages/data_null/index.js
Normal file
11
pages/data_null/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
Page({
|
||||
data: {},
|
||||
onLoad: function (n) {},
|
||||
onReady: function () {},
|
||||
onShow: function () {},
|
||||
onHide: function () {},
|
||||
onUnload: function () {},
|
||||
onPullDownRefresh: function () {},
|
||||
onReachBottom: function () {},
|
||||
onShareAppMessage: function () {},
|
||||
});
|
6
pages/data_null/index.wxml
Normal file
6
pages/data_null/index.wxml
Normal 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>
|
0
pages/data_null/index.wxss
Normal file
0
pages/data_null/index.wxss
Normal file
Reference in New Issue
Block a user