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] =?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
}