diff --git a/src/components/pagination/index.js b/src/components/pagination/index.js
index 5e4732e..46d75e7 100644
--- a/src/components/pagination/index.js
+++ b/src/components/pagination/index.js
@@ -9,6 +9,10 @@ Component({
return {}
},
},
+ customEmpty: {
+ tyep: Boolean,
+ value: false,
+ },
},
data: {
imageUrl: app.globalData.imageUrl,
diff --git a/src/components/pagination/index.wxml b/src/components/pagination/index.wxml
index 816f343..0655329 100644
--- a/src/components/pagination/index.wxml
+++ b/src/components/pagination/index.wxml
@@ -1,4 +1,7 @@
-
+
+
+
+
加载中...
diff --git a/src/images/empty3.png b/src/images/empty3.png
new file mode 100644
index 0000000..5ca4227
Binary files /dev/null and b/src/images/empty3.png differ
diff --git a/src/patient/pages/live/index.scss b/src/patient/pages/live/index.scss
index c6c331a..73b7c19 100644
--- a/src/patient/pages/live/index.scss
+++ b/src/patient/pages/live/index.scss
@@ -323,4 +323,20 @@ page {
}
}
}
+
+ .empty {
+ display: block;
+ margin: 260rpx auto 0;
+ text-align: center;
+ .icon {
+ margin: 0 auto;
+ display: block;
+ width: 458rpx;
+ height: 210rpx;
+ }
+ .title {
+ font-size: 32rpx;
+ color: #211d2e;
+ }
+ }
}
diff --git a/src/patient/pages/live/index.wxml b/src/patient/pages/live/index.wxml
index 98c2a3b..ec4e4c9 100644
--- a/src/patient/pages/live/index.wxml
+++ b/src/patient/pages/live/index.wxml
@@ -161,7 +161,12 @@
-
+
+
+
+ 活动准备中,敬请期待
+
+