From 18aeb9bdfd73b18eb42807b3ced85f4583a52661 Mon Sep 17 00:00:00 2001
From: lifizer <913626195@qq.com>
Date: Fri, 22 Mar 2024 11:51:18 +0800
Subject: [PATCH 01/18] =?UTF-8?q?Fix:[#988,#987,#986,#985,#983]=E4=BF=AE?=
=?UTF-8?q?=E5=A4=8D=E6=B5=8B=E8=AF=95=E5=8F=8D=E9=A6=88=E7=9A=84=E9=97=AE?=
=?UTF-8?q?=E9=A2=98=E5=92=8C=E8=B0=83=E6=95=B4=E5=86=85=E5=AE=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/cloud/components/HotelItem.vue | 110 ++++++
pages/cloud/haveFun.vue | 352 ++++++++----------
pages/home/index.vue | 4 +-
pagesInn/components/jin-edit/jin-edit.vue | 34 +-
pagesInn/inn/innHome.vue | 5 +-
pagesInn/inn/innInfoPublish.vue | 68 ++--
.../components}/gbro-marquee/marquee.vue | 0
pkg-video/views/lottery.vue | 6 +-
pkg_user/components/Coupons.vue | 142 +++++++
pkg_user/views/myCoupons.vue | 43 +--
.../custom-waterfalls-flow.vue | 46 ++-
utils/dialog.js | 8 +-
12 files changed, 536 insertions(+), 282 deletions(-)
create mode 100644 pages/cloud/components/HotelItem.vue
rename {components => pkg-video/components}/gbro-marquee/marquee.vue (100%)
create mode 100644 pkg_user/components/Coupons.vue
diff --git a/pages/cloud/components/HotelItem.vue b/pages/cloud/components/HotelItem.vue
new file mode 100644
index 0000000..f63f17b
--- /dev/null
+++ b/pages/cloud/components/HotelItem.vue
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+ {{ item.cityName }}
+
+
+ {{ item.content }}
+
+
+
+ {{ item.name }}
+
+
+
+
+
diff --git a/pages/cloud/haveFun.vue b/pages/cloud/haveFun.vue
index 359503d..cc86761 100644
--- a/pages/cloud/haveFun.vue
+++ b/pages/cloud/haveFun.vue
@@ -1,117 +1,36 @@
-
-
-
-
-
-
-
+
+
-
-
+
{{ item.name }}
-
@@ -119,41 +38,150 @@ export default {
{{ cityName }}
-
-
-
-
-
-
-
-
- {{ item.cityName }}
+
+
+
+
+
+
- {{ item.content }}
-
-
-
- {{ item.name }}
+
+
+
+
-
-
-
-
-
- 暂无数据
+
+
+
+ 暂无数据
+
+
-
+
diff --git a/pages/home/index.vue b/pages/home/index.vue
index 405b075..69e42e6 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -211,7 +211,9 @@
{{ unReadMessageInfo.noticeTitle }}
-
+
+
+
我知道了
diff --git a/pagesInn/components/jin-edit/jin-edit.vue b/pagesInn/components/jin-edit/jin-edit.vue
index c435769..652c83d 100644
--- a/pagesInn/components/jin-edit/jin-edit.vue
+++ b/pagesInn/components/jin-edit/jin-edit.vue
@@ -1,17 +1,18 @@
@@ -36,7 +37,7 @@
-
+
@@ -49,8 +50,15 @@
+
+
\ No newline at end of file
diff --git a/pkg_user/views/myCoupons.vue b/pkg_user/views/myCoupons.vue
index 6413c58..b871308 100644
--- a/pkg_user/views/myCoupons.vue
+++ b/pkg_user/views/myCoupons.vue
@@ -5,23 +5,13 @@
-
-
-
-
-
diff --git a/uni_modules/custom-waterfalls-flow/components/custom-waterfalls-flow/custom-waterfalls-flow.vue b/uni_modules/custom-waterfalls-flow/components/custom-waterfalls-flow/custom-waterfalls-flow.vue
index 0f019e9..7b634d7 100644
--- a/uni_modules/custom-waterfalls-flow/components/custom-waterfalls-flow/custom-waterfalls-flow.vue
+++ b/uni_modules/custom-waterfalls-flow/components/custom-waterfalls-flow/custom-waterfalls-flow.vue
@@ -1,8 +1,29 @@
-
-
-
+
+
+
@@ -15,8 +36,22 @@
-
-
+
+
@@ -156,6 +191,7 @@
this.msg++;
}
this.$nextTick(() => {
+ console.log(this.data.list)
this.initValue(this.curIndex, 'refresh==>');
})
}, 1)
diff --git a/utils/dialog.js b/utils/dialog.js
index 732c0bc..0906f31 100644
--- a/utils/dialog.js
+++ b/utils/dialog.js
@@ -49,7 +49,7 @@ dialog.message = (mes = "操作失败", obj = {}) => {
uni.showToast({
title: mes,
icon: "none",
- duration: 2000,
+ duration: 3000,
complete: () => {
resolve();
}
@@ -61,7 +61,7 @@ dialog.toast = (options) => {
uni.showToast({
title: options.mes,
icon: "none",
- duration: 2000,
+ duration: 3000,
complete: () => {
options.callback ? options.callback() : null
}
@@ -72,7 +72,7 @@ dialog.error = (mes) => {
uni.showToast({
title: mes,
icon: "none",
- duration: 2000
+ duration: 3000
});
};
@@ -84,7 +84,7 @@ export function validatorDefaultCatch(err, type = "message") {
uni.showToast({
title: err.errors[0].message,
icon: 'none',
- duration: 2000
+ duration: 3000
})
return false
}
From 1979f279f476803416f6690b65110ea2d3c1401a Mon Sep 17 00:00:00 2001
From: lifizer <913626195@qq.com>
Date: Fri, 22 Mar 2024 14:52:32 +0800
Subject: [PATCH 02/18] =?UTF-8?q?Style(=E5=BA=97=E9=93=BA):=E7=95=8C?=
=?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
assets/css/base.less | 5 +++
pagesInn/components/jin-edit/jin-edit.vue | 3 +-
pagesInn/components/jin-edit/jin-icons.vue | 4 +-
pagesInn/inn/innHome.vue | 46 +++++++++++++++++++---
pagesInn/inn/innInfoPublish.vue | 3 +-
5 files changed, 52 insertions(+), 9 deletions(-)
diff --git a/assets/css/base.less b/assets/css/base.less
index 78111a7..d917846 100644
--- a/assets/css/base.less
+++ b/assets/css/base.less
@@ -290,4 +290,9 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked {
.ai-center {
align-items: center;
+}
+.ql-editor.ql-blank::before {
+ font-style: normal;
+ font-size: 28rpx;
+ color: #C2C5CC;
}
\ No newline at end of file
diff --git a/pagesInn/components/jin-edit/jin-edit.vue b/pagesInn/components/jin-edit/jin-edit.vue
index 652c83d..a3bcc47 100644
--- a/pagesInn/components/jin-edit/jin-edit.vue
+++ b/pagesInn/components/jin-edit/jin-edit.vue
@@ -9,6 +9,7 @@
:show-img-toolbar="true"
:show-img-resize="true"
:read-only="readOnly"
+ placeholder-style="font-size:24rpx;color:#C2C5CC;"
@ready="onEditorReady"
@statuschange="statuschange"
@focus="editFocus"
@@ -264,7 +265,7 @@ export default {
.ql-container {
line-height: 150%;
- font-size: 22rpx;
+ font-size: 28rpx;
width: 100%;
height: 240px;
background: #fff;
diff --git a/pagesInn/components/jin-edit/jin-icons.vue b/pagesInn/components/jin-edit/jin-icons.vue
index 223ff10..0d35516 100644
--- a/pagesInn/components/jin-edit/jin-icons.vue
+++ b/pagesInn/components/jin-edit/jin-icons.vue
@@ -23,7 +23,7 @@
},
fontSize: {
type: String,
- default: '32rpx'
+ default: '36rpx'
},
title: {
type: String,
@@ -53,7 +53,7 @@
bottom: 0;
width: 100%;
text-align: center;
- font-size: 8px;
+ font-size: 12px;
color: #666;
line-height: 8px;
transform: translateY(-8px);
diff --git a/pagesInn/inn/innHome.vue b/pagesInn/inn/innHome.vue
index d943f52..76fc43e 100644
--- a/pagesInn/inn/innHome.vue
+++ b/pagesInn/inn/innHome.vue
@@ -29,8 +29,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/wenwan/views/store.vue b/wenwan/views/store.vue
deleted file mode 100644
index f17e651..0000000
--- a/wenwan/views/store.vue
+++ /dev/null
@@ -1,1048 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ inn.name }}
-
-
-
- {{ inn.cityName }}
-
-
-
-
-
-
- {{ inn.ownerName }}/店主
-
-
-
-
-
-
- 保证金:{{ inn.guaranteeValue }}元
-
-
-
- {{ inn.zan }}
-
-
-
- {{ inn.zan }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ inn.content }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ inn.address }}
-
-
-
-
- 联系客服
-
-
-
-
- 进入地图
-
-
-
-
-
-
- 企业文化
-
-
-
-
- 最新资讯
-
-
-
-
- 商家资质
-
-
-
-
- 商品
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ info.monthDay }}
- {{ info.year }}
-
-
-
-
-
-
-
-
-
- {{ info.name }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{ info.pv }}
-
-
-
- {{ info.zan }}
-
-
- {{ info.time }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.storeName }}
-
- 产地:{{ item.origin }}
- 单位:{{ item.unitName }}
-
- 规格:{{ item.storeInfo }}
- ¥{{ item.price }}
-
-
-
- 全部商品列表
-
-
- 发布动态
- 修改资料
-
-
-
-
-
-
-
-
-
-
-