diff --git a/pages.json b/pages.json
index 6d1eed5..e7516fb 100644
--- a/pages.json
+++ b/pages.json
@@ -8,6 +8,38 @@
}
},
"pages": [
+ {
+ "path" : "pages/signln/signid",
+ "style" :
+ {
+ "navigationBarTitleText" : "签到任务",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/signln/signiddetails",
+ "style": {
+ "navigationBarTitleText": "签到明细",
+ "navigationStyle": "custom"
+ }
+
+ },
+ {
+ "path" : "pages/signln/exchangemall",
+ "style" :
+ {
+ "navigationBarTitleText" : "兑换商城",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path" : "pages/signln/exdetail",
+ "style" :
+ {
+ "navigationBarTitleText" : "兑换商城详情",
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/index",
@@ -41,16 +73,16 @@
"navigationBarTextStyle": "white"
}
},
-
+
{
"path": "pages/signln/signiddetails",
"style": {
"navigationBarTitleText": "签到明细",
"navigationStyle": "custom"
}
-
+
},
-
+
{
"path": "pages/loginInfo/login",
diff --git a/pages/Friend/addfruebd.vue b/pages/Friend/addfruebd.vue
new file mode 100644
index 0000000..24e0486
--- /dev/null
+++ b/pages/Friend/addfruebd.vue
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/Friend/messagenotification.vue b/pages/Friend/messagenotification.vue
new file mode 100644
index 0000000..2c70a35
--- /dev/null
+++ b/pages/Friend/messagenotification.vue
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/common/navbar/navbar.css b/pages/common/navbar/navbar.css
new file mode 100644
index 0000000..ccc2f35
--- /dev/null
+++ b/pages/common/navbar/navbar.css
@@ -0,0 +1,13 @@
+:deep(.uni-nav-bar-text.data-v-26544265) {
+ font-size: 36rpx;
+ font-weight: 600;
+}
+
+:deep(.uni-icons) {
+ font-family: uniicons;
+ text-decoration: none;
+ text-align: center;
+ width: 31rpx;
+ height: 44rpx;
+ line-height: 44rpx;
+}
\ No newline at end of file
diff --git a/pages/common/navbar/navbar_nead.vue b/pages/common/navbar/navbar_nead.vue
new file mode 100644
index 0000000..b5d4786
--- /dev/null
+++ b/pages/common/navbar/navbar_nead.vue
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/signln/exchangemall.vue b/pages/signln/exchangemall.vue
new file mode 100644
index 0000000..a51550c
--- /dev/null
+++ b/pages/signln/exchangemall.vue
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+
+ 我的校园币:{{count}}
+
+
+
+
+
+
+
+
+
+
+ {{item.content}}
+
+
+
+
+ 兑换所需
+
+
+
+
+ {{item.count}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/signln/exdetail.vue b/pages/signln/exdetail.vue
new file mode 100644
index 0000000..9e300d0
--- /dev/null
+++ b/pages/signln/exdetail.vue
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/signln/signid.vue b/pages/signln/signid.vue
new file mode 100644
index 0000000..c4dc29a
--- /dev/null
+++ b/pages/signln/signid.vue
@@ -0,0 +1,451 @@
+
+
+
+
+
+
+ 签到明细
+
+
+
+
+ {{count}}
+ 校园币
+
+
+
+ 我的校园币
+
+
+
+
+
+
+
+
+
+
+ 已连续签到1天
+
+
+
+
+
+
+ 记得去商城兑换礼物奥!
+
+
+
+
+
+ -
+
+
+
+ 12日
+
+
+ -
+
+
+
+ 12日
+
+
+ -
+
+
+
+ 12日
+
+
+ -
+
+
+
+ 12日
+
+
+ -
+
+
+
+ 12日
+
+ -
+
+
+
+ 12日
+
+
+
+
+
+
+
+
+
+
+
+
+ 签到任务
+
+
+
+
+ {{item.type}}
+
+
+ {{item.title}}
+
+
+ {{item.count}}
+
+
+ {{item.content.title}}
+ {{item.content.count}}
+ {{item.content.cuent}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/signln/signiddetails.vue b/pages/signln/signiddetails.vue
index ca62781..d3c9c96 100644
--- a/pages/signln/signiddetails.vue
+++ b/pages/signln/signiddetails.vue
@@ -1,6 +1,7 @@
+
-
+
@@ -20,6 +21,7 @@
reactive,
ref
} from "vue"
+ let leftIcon = ref("../../static/images/sign/return.png")
let arr = reactive([{
id: 1,
text: "每日签到",
@@ -79,7 +81,10 @@
height: 44rpx;
line-height: 44rpx;
}
-
+
+ *{
+ background-color: #ffffff;;
+ }
.content {
margin-left: 32rpx;
diff --git a/pages/signln/to.js b/pages/signln/to.js
new file mode 100644
index 0000000..dc5a4db
--- /dev/null
+++ b/pages/signln/to.js
@@ -0,0 +1,9 @@
+// 跳转
+
+
+// 打印
+
+
+export function Log(t1){
+ console.log(t1);
+}
\ No newline at end of file
diff --git a/static/images/sign/1.png b/static/images/sign/1.png
new file mode 100644
index 0000000..948d92e
Binary files /dev/null and b/static/images/sign/1.png differ
diff --git a/static/images/sign/return.png b/static/images/sign/return.png
new file mode 100644
index 0000000..ecd0fbb
Binary files /dev/null and b/static/images/sign/return.png differ
diff --git a/static/images/sign/返回.png b/static/images/sign/返回.png
new file mode 100644
index 0000000..15da290
Binary files /dev/null and b/static/images/sign/返回.png differ