From 63a6726754ac20407a5a156a08c90b5d74e53aa4 Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Tue, 30 Jan 2024 18:59:21 +0800 Subject: [PATCH] 00 --- common/css/app.scss | 4 + config/api.js | 4 + manifest.json | 4 +- pages.json | 8 + pages/indexEntry/signIn/signIn.vue | 83 ++++ pages/tabbar/index/index.vue | 40 +- static/images/carIcon/sigin.png | Bin 0 -> 2000 bytes static/images/carIcon/siginNo.png | Bin 0 -> 2534 bytes static/images/carIcon/siginOk.png | Bin 0 -> 1855 bytes static/images/icon/arrowDown.png | Bin 0 -> 600 bytes static/images/icon/arrowLeft.png | Bin 0 -> 562 bytes static/images/icon/arrowRight.png | Bin 0 -> 587 bytes static/images/mineIcon/emtryIcon (1).png | Bin 0 -> 4817 bytes static/images/mineIcon/emtryIcon (2).png | Bin 0 -> 5412 bytes static/images/mineIcon/emtryIcon (3).png | Bin 0 -> 4398 bytes static/images/mineIcon/emtryIcon (4).png | Bin 0 -> 4946 bytes static/images/mineIcon/minIcon (1).png | Bin 0 -> 2195 bytes static/images/mineIcon/minIcon (2).png | Bin 0 -> 2379 bytes static/images/mineIcon/minIcon (3).png | Bin 0 -> 2478 bytes static/images/mineIcon/minIcon (4).png | Bin 0 -> 2285 bytes static/images/mineIcon/minIcon (5).png | Bin 0 -> 2216 bytes static/images/mineIcon/minIcon (6).png | Bin 0 -> 1993 bytes static/images/mineIcon/minIcon (7).png | Bin 0 -> 2477 bytes static/images/mineIcon/二维码.png | Bin 0 -> 1214 bytes static/images/mineIcon/扫码.png | Bin 0 -> 626 bytes static/images/mineIcon/箭头 拷贝 2(1).png | Bin 0 -> 638 bytes static/images/mineIcon/箭头 拷贝 2.png | Bin 0 -> 516 bytes uni_modules/zeng-calen/changelog.md | 8 + .../components/zeng-calen/zeng-calen - 副本.vue | 456 +++++++++++++++++++ .../components/zeng-calen/zeng-calen.vue | 490 +++++++++++++++++++++ uni_modules/zeng-calen/package.json | 85 ++++ uni_modules/zeng-calen/readme.md | 69 +++ 32 files changed, 1235 insertions(+), 16 deletions(-) create mode 100644 pages/indexEntry/signIn/signIn.vue create mode 100644 static/images/carIcon/sigin.png create mode 100644 static/images/carIcon/siginNo.png create mode 100644 static/images/carIcon/siginOk.png create mode 100644 static/images/icon/arrowDown.png create mode 100644 static/images/icon/arrowLeft.png create mode 100644 static/images/icon/arrowRight.png create mode 100644 static/images/mineIcon/emtryIcon (1).png create mode 100644 static/images/mineIcon/emtryIcon (2).png create mode 100644 static/images/mineIcon/emtryIcon (3).png create mode 100644 static/images/mineIcon/emtryIcon (4).png create mode 100644 static/images/mineIcon/minIcon (1).png create mode 100644 static/images/mineIcon/minIcon (2).png create mode 100644 static/images/mineIcon/minIcon (3).png create mode 100644 static/images/mineIcon/minIcon (4).png create mode 100644 static/images/mineIcon/minIcon (5).png create mode 100644 static/images/mineIcon/minIcon (6).png create mode 100644 static/images/mineIcon/minIcon (7).png create mode 100644 static/images/mineIcon/二维码.png create mode 100644 static/images/mineIcon/扫码.png create mode 100644 static/images/mineIcon/箭头 拷贝 2(1).png create mode 100644 static/images/mineIcon/箭头 拷贝 2.png create mode 100644 uni_modules/zeng-calen/changelog.md create mode 100644 uni_modules/zeng-calen/components/zeng-calen/zeng-calen - 副本.vue create mode 100644 uni_modules/zeng-calen/components/zeng-calen/zeng-calen.vue create mode 100644 uni_modules/zeng-calen/package.json create mode 100644 uni_modules/zeng-calen/readme.md diff --git a/common/css/app.scss b/common/css/app.scss index e920f4e..9eab989 100644 --- a/common/css/app.scss +++ b/common/css/app.scss @@ -51,7 +51,11 @@ view { background-size: 100% ; } .h1 { + text { + color: #999; + } .active { + color: #333; &::before { background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-01-29/1706510133553-0') #F6F7FA no-repeat; background-size: 100% 100%; diff --git a/config/api.js b/config/api.js index 6215ae8..9bf072d 100644 --- a/config/api.js +++ b/config/api.js @@ -172,6 +172,10 @@ export const trainingApplyList = (params={}) => http.get('app/training-apply/lis export const trainingApplyDelete = (params={}) => http.delete('app/training-apply/delete?id='+params.id, ) +// 新增的接口 +export const getBannerList = (params={}) => http.get('business/video/getBannerList ', {params}) + + diff --git a/manifest.json b/manifest.json index bdc33c0..894dedc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "recruitStudent", + "name" : "洛阳学车", "appid" : "__UNI__BD23957", "description" : "", "versionName" : "1.0.0", @@ -96,7 +96,7 @@ "disableHostCheck" : true, "proxy" : { "/api" : { - "target" : "http://192.168.1.15:48080/", + "target" : "http://192.168.1.36:8318/", // "target" : "http://192.168.1.36:48080/", "changeOrigin" : true, "secure" : true, diff --git a/pages.json b/pages.json index 5749840..73ee41f 100644 --- a/pages.json +++ b/pages.json @@ -41,6 +41,14 @@ "pages": [ { + "path": "signIn/signIn", + "style": { + "navigationBarTitleText": "签到签退", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + }, + { "path": "NonPlatformStudentInfo/NonPlatformStudentInfo", "style": { "navigationBarTitleText": "非平台学员", diff --git a/pages/indexEntry/signIn/signIn.vue b/pages/indexEntry/signIn/signIn.vue new file mode 100644 index 0000000..3af35e3 --- /dev/null +++ b/pages/indexEntry/signIn/signIn.vue @@ -0,0 +1,83 @@ + + + + + \ No newline at end of file diff --git a/pages/tabbar/index/index.vue b/pages/tabbar/index/index.vue index c331fc4..3fe7173 100644 --- a/pages/tabbar/index/index.vue +++ b/pages/tabbar/index/index.vue @@ -27,10 +27,10 @@ :current="current" :mode="mode" :dots-styles="dotsStyles" field="content"> - + - + @@ -85,12 +85,12 @@ 行业资讯 政策法规 - + - - + + @@ -127,7 +127,7 @@ + \ No newline at end of file diff --git a/uni_modules/zeng-calen/components/zeng-calen/zeng-calen.vue b/uni_modules/zeng-calen/components/zeng-calen/zeng-calen.vue new file mode 100644 index 0000000..d903c12 --- /dev/null +++ b/uni_modules/zeng-calen/components/zeng-calen/zeng-calen.vue @@ -0,0 +1,490 @@ + + + \ No newline at end of file diff --git a/uni_modules/zeng-calen/package.json b/uni_modules/zeng-calen/package.json new file mode 100644 index 0000000..e03ca90 --- /dev/null +++ b/uni_modules/zeng-calen/package.json @@ -0,0 +1,85 @@ +{ + "id": "zeng-calen", + "displayName": "日历组件可选择周与月标记打卡支持左右切换", + "version": "1.0.5", + "description": "zeng-calen日历组件可选择周与月支持左右切换", + "keywords": [ + "日历", + "多选", + "单选", + "日期选择", + "标记打卡" +], + "repository": "", + "engines": { + "HBuilderX": "^3.4.2" + }, + "dcloudext": { + "type": "component-vue", + "sale": { + "regular": { + "price": "0.00" + }, + "sourcecode": { + "price": "0.00" + } + }, + "contact": { + "qq": "" + }, + "declaration": { + "ads": "无", + "data": "插件不采集任何数据", + "permissions": "无" + }, + "npmurl": "" + }, + "uni_modules": { + "dependencies": [], + "encrypt": [], + "platforms": { + "cloud": { + "tcb": "y", + "aliyun": "y" + }, + "client": { + "Vue": { + "vue2": "y", + "vue3": "y" + }, + "App": { + "app-vue": "y", + "app-nvue": "y" + }, + "H5-mobile": { + "Safari": "y", + "Android Browser": "y", + "微信浏览器(Android)": "y", + "QQ浏览器(Android)": "y" + }, + "H5-pc": { + "Chrome": "y", + "IE": "y", + "Edge": "y", + "Firefox": "y", + "Safari": "y" + }, + "小程序": { + "微信": "y", + "阿里": "y", + "百度": "y", + "字节跳动": "y", + "QQ": "y", + "钉钉": "y", + "快手": "y", + "飞书": "y", + "京东": "y" + }, + "快应用": { + "华为": "u", + "联盟": "u" + } + } + } + } +} \ No newline at end of file diff --git a/uni_modules/zeng-calen/readme.md b/uni_modules/zeng-calen/readme.md new file mode 100644 index 0000000..bfa6a5a --- /dev/null +++ b/uni_modules/zeng-calen/readme.md @@ -0,0 +1,69 @@ + + +### 代码块 + +直接引入就可以使用,代码如下: +```xml + + + + + + +``` +### +Calendar Props: + +| 属性名 | 类型 | 默认值 | 说明 | +| :----- | :--: | :-------: | :-------: | +| weekstart | Number | 0 | 星期几为第一天(0为星期日) | +| markDays | Array | null | 已标记的日期 | +| headerBar | Boolean | true | 是否展示月份切换按钮 | +| disabledAfter | Boolean | false | 过去日期是否不可点击 | +| actDay | Array | null | 接收用户选择的参数 | +| chooseDay | Array | null | 接受已经被选择的参数 | + +### +Calendar Events: + +| 事件 | 说明 | +| :----- | :--: | +| onDayClick | 选中的日期 | \ No newline at end of file