我想做一个图片壁纸网站。需求如下:
设计架构1.采用vue2进行设计
准备1.从本地读取多个txt文件,每个txt文件里面都是是图片的网络链接
2.将每个txt文件的文件名作为图片导航栏的标题,用户点击的时候当前导航栏下面会显示蓝色标记
3.每个图片都是瀑布流形式加载,并且用fancybox来装图片
4.导航栏下面还有一个固定页面的盒子刚开始的时候和导航栏融在一起,用户一下滑到图片就一直悬浮在网页顶端。盒子里有分页显示,并且有多个按钮【跳转、点我一次打乱顺序、去除毛玻璃效果】
5.每个图片刚开始都是带有毛玻璃样式的模糊的不可看清楚,用户鼠标放在上面会去掉毛玻璃效果,或者点击去除毛玻璃效果所有图片的毛玻璃效果都去掉
6.首页瀑布流布局展示、兼容PC端和移动端
250123 资费备份
WITH base_data AS (SELECTps.personnel_name AS 姓名,ps.employee_id AS 员工编号,ps.date::date AS 出差日期,CASEWHEN ps.subsidy_state = ‘1’ THENCASEWHEN ps.is_hotel = ‘1’ AND ps.is_bicycle = ‘2’ THEN ph.in_hotelWHEN ps.is_hotel = ‘2’ AND ps.is_bicycle = ‘2’ THEN ph.not_in_hotelWHEN ps.is_hotel = ‘2’ AND ps.is_bicycle = ‘1’ THEN ph.not_in_hotelWHEN ps.is_hotel = ‘1’ AND ps.is_bicycle = ‘1’ THEN ph.single_personELSE NULLENDELSE NULLEND::numeric AS 每日补助FRO ...
获取订单接口:https://moduo.luluhoo.cn/appApi/app/order/list数据:
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318 ...
/**
查询专家库列表
@param specialist 专家库
@return 专家库 */@Overridepublic List selectSpecialistList(Specialist specialist) {
List queryShowArea = specialist.getQueryShowArea(); if (queryShowArea != null && queryShowArea.size() > 0) { specialist.setShowArea(StringUtils.join(queryShowArea, “|”)); specialist.setQueryShowArea(null); }
QueryWrapper queryWrapper = QueryWapperUtils.createQueryWrapper(specialist); queryWrapper.lambda().orderByAsc(Specialist::get ...
订单形成
接口一【POST】:https://moduo.luluhoo.cn/appApi/app/order/amountpayload【所有选项都选中】:
12345678910111213141516171819202122232425262728293031323334353637383940414243444546{ "shopId": "f76b2e3bb6194966904816651ac471de", "foods": [ { "foodId": "da8e628b4427400cbf931fbd06bd41dd", "quantity": 4, "foodName": "火锅", "price": 899 }, { "foodId": "9eaf33 ...
选择预定日期和场次接口:https://moduo.luluhoo.cn/appApi/app/free/querySession?selectedDate=2025-01-15&shopId=5a8c709d531f455f81a065de099f7aa3返回数据:{ “data”: [ { “createBy”: “”, “createTime”: “2024-03-04 00:25:05”, “updateBy”: “”, “updateTime”: “2024-12-13 17:13:26”, “remark”: null, “id”: “7”, “sessionId”: “24c247939eec496a81ed40ad2ec07a34”, “sessionName”: “白天场”, “fromTime”: “10:00”, “to ...
1、Ueditor 资源下载
ueditor 官网:http://ueditor.baidu.com
ueditor API 文档:http://ueditor.baidu.com/doc
ueditor github 地址:http://github.com/fex-team/ueditor
2、资源下载之后的文件解压,改个名字,改为UEditor,复制放入项目public文件夹下
3、方便使用,形成组件,放入components文件夹下
ueditor.vue 代码,如果需要在headers中配置Authorization,在config中配置无效,需修改js文件,具体修改见下文
1<template> <div> <div :id="id" type="text/plain"></div> </div></template><script> import '/public/static/Ueditor/ueditor.config.j ...
安装支持的微信版本,用”ctrl+R”打开以下路径,然后删除
1%AppData%\Tencent\WeChat\radium\WmpfCache
1%AppData%\Tencent\WeChat\XPlugin\Plugins\RadiumWMPF
这两个路径中高版本的微信小程序包就好了











