diff --git a/components/uni-list-item/uni-list-item.vue b/components/uni-list-item/uni-list-item.vue
index 4dac0cd..05d62d5 100644
--- a/components/uni-list-item/uni-list-item.vue
+++ b/components/uni-list-item/uni-list-item.vue
@@ -237,6 +237,7 @@
color: #999;
font-size: 24rpx;
overflow: hidden;
+ width: 350rpx;
}
.right{
width: 40rpx;
diff --git a/main.js b/main.js
index 850400d..89e7c13 100644
--- a/main.js
+++ b/main.js
@@ -6,7 +6,7 @@ Vue.config.productionTip = false
App.mpType = 'app'
-Vue.prototype.path = 'https://xyb.wlkjwl.cn/'
+Vue.prototype.path = 'https://qlb.wlkjwl.cn/'
// Vue.prototype.path = 'http://192.168.0.156:8091'
Vue.prototype.$store = store;
//异步请求
@@ -73,4 +73,4 @@ Vue.prototype.request = function(options){
const app = new Vue({
...App
})
-app.$mount()
+app.$mount()
diff --git a/pages.json b/pages.json
index ab73be6..dd66413 100644
--- a/pages.json
+++ b/pages.json
@@ -1,12 +1,17 @@
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": true
}
- },
+ },{
+ "path" : "pages/my/my",
+ "style" : {
+ "navigationStyle":"custom"
+ }
+ }
+ ,
{
"path" : "pages/support/support",
"style" : {
@@ -15,15 +20,7 @@
"cell": "plugin://contactPlugin/cell"
}
}
- }
- ,
- {
- "path" : "pages/my/my",
- "style" : {
- "navigationStyle":"custom"
- }
- }
- ,
+ },
{
"path" : "pages/ad/ad",
"style" : {
@@ -55,7 +52,13 @@
,{
"path" : "pages/card/card",
"style" : {}
- }
+ },
+ {
+ "path" : "pages/guard/index",
+ "style" : {
+ "navigationBarTitleText":"守护详情"
+ }
+ }
],
"globalStyle": {
@@ -83,4 +86,4 @@
}
]
}
-}
+}
diff --git a/pages/guard/index.vue b/pages/guard/index.vue
new file mode 100644
index 0000000..836c2d6
--- /dev/null
+++ b/pages/guard/index.vue
@@ -0,0 +1,193 @@
+
+
+
+
+ 我要守护你:{{ name }}
+
+
+
+
+
+
+
+ 今天{{ item }}:00到{{ item+1 }}:00
+ 守护{{ name }}这一个小时
+
+
+ {{ userInfo.nickName }}
+
+
+ 我要守护
+
+
+
+
+
+
+
+
diff --git a/pages/index/index.vue b/pages/index/index.vue
index ff1e18d..ae67b03 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -92,14 +92,34 @@
+
+
+
+ 超级奖励发放
+ 领取
+
+ 今天赠送给你的每日权益票
+ {{piao}}票
+
+
+
+
+.guard-popup {
+ background-color: #FFFFFF;
+ box-sizing: border-box;
+ width: 700rpx;
+ padding: 50rpx 30rpx 100rpx;
+ position: relative;
+ .title {
+ text-align: center;
+ font-size: 40rpx;
+ color: #07a6e0;
+ margin-bottom: 50rpx;
+ }
+ .cando {
+ font-size: 33rpx;
+ color: #646464;
+ > view {
+ margin: 0 15rpx 30rpx;
+ }
+ }
+ .guard-item {
+ font-size: 30rpx;
+ > view {
+ width: 606rpx;
+ height: 108rpx;
+ text-align: center;
+ line-height: 108rpx;
+ border: 2rpx solid #f59ccc;
+ color: #FFFFFF;
+ margin-bottom: 16rpx;
+ background-color: rgb(7,166,224);
+ }
+ }
+ .close {
+ position: absolute;
+ right: 30rpx;
+ top: 30rpx;
+ font-size: 40rpx;
+ color: #000;
+ }
+}
+
diff --git a/static/106.png b/static/106.png
new file mode 100644
index 0000000..1ba1ad2
Binary files /dev/null and b/static/106.png differ
diff --git a/static/supprt/guard.png b/static/supprt/guard.png
new file mode 100644
index 0000000..db4c44a
Binary files /dev/null and b/static/supprt/guard.png differ
diff --git a/static/supprt/rank.png b/static/supprt/rank.png
new file mode 100644
index 0000000..c873078
Binary files /dev/null and b/static/supprt/rank.png differ