From 09906e5b5a49a94e5bbf6878492fb8a1391c646e Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 25 七月 2022 16:22:44 +0800
Subject: [PATCH] #
---
pages.json | 11 +++++
pages/basics/bad.vue | 42 +++++++++++++++++++++
pages/index/index.vue | 13 +++---
3 files changed, 59 insertions(+), 7 deletions(-)
diff --git a/pages.json b/pages.json
index 655452c..5cc4317 100644
--- a/pages.json
+++ b/pages.json
@@ -90,7 +90,16 @@
"enablePullDownRefresh": false
}
- }
+ },
+ {
+ "path" : "pages/basics/bad",
+ "style" :
+ {
+ "navigationBarTitleText": "娈嬫鍝�",
+ "enablePullDownRefresh": false
+
+ }
+ }
diff --git a/pages/basics/bad.vue b/pages/basics/bad.vue
new file mode 100644
index 0000000..5362521
--- /dev/null
+++ b/pages/basics/bad.vue
@@ -0,0 +1,42 @@
+<template>
+ <view>
+ <view class="square-2">
+ <view class="square-title">
+ <view class="title-sign"><view class="sign"></view></view>
+ <view class="title-text"><text>妫�绱㈠晢鍝�</text></view>
+ </view>
+ <view class="square-content">
+ <view class="content-input">
+ <input>
+ <uni-icons type="closeempty" size="20" color="#dadada"></uni-icons>
+ </view>
+ </view>
+ </view>
+ <view class="footer flex justify-around">
+ <view>
+ <button class="cu-btn lg" @click="">閲嶇疆</button>
+ </view>
+ <view>
+ <button class="cu-btn lg pakin-btn bg-blue" @click="">纭</button>
+ </view>
+ </view>
+ </view>
+</template>
+
+<script>
+ export default {
+ data() {
+ return {
+
+ }
+ },
+ methods: {
+ name() {
+
+ }
+ },
+ }
+</script>
+
+<style>
+</style>
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 65d84a5..21e4a9d 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -48,6 +48,12 @@
cuIcon: 'safe'
},
{
+ title: '娈嬫鍝�',
+ name: 'bad',
+ color: 'grey',
+ cuIcon: 'exit'
+ },
+ {
title: '缁勬墭鍏ュ簱',
name: 'pakin',
color: 'grey',
@@ -65,12 +71,7 @@
color: 'grey',
cuIcon: 'exit'
},
- // {
- // title: '鏃ュ織',
- // name: 'logbook',
- // color: 'grey',
- // cuIcon: 'exit'
- // },
+
]
}
},
--
Gitblit v1.9.1