From a9bec68feb3daf415569c4e97d50a2c41f801355 Mon Sep 17 00:00:00 2001
From: aihe <961836564@qq.com>
Date: Sat, 9 Dec 2023 13:50:49 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 3 +
common/enum.js | 4 +-
.../buns-paytype-sheet/buns-paytype-sheet.vue | 178 ++++++++++++++++++
pages/post/post.vue | 15 +-
4 files changed, 192 insertions(+), 8 deletions(-)
create mode 100644 components/buns-paytype-sheet/buns-paytype-sheet.vue
diff --git a/App.vue b/App.vue
index dd79fc8..d932c05 100644
--- a/App.vue
+++ b/App.vue
@@ -8,6 +8,9 @@
import checkUpdate from '@/uni_modules/uni-upgrade-center-app/utils/check-update';
export default {
+ globalData: {
+
+ },
onLaunch: function() {
// #ifdef H5
console.log(
diff --git a/common/enum.js b/common/enum.js
index 6051c85..07db382 100644
--- a/common/enum.js
+++ b/common/enum.js
@@ -20,8 +20,8 @@ const payTypeEnum = {
}
const payTypeList = [
- { title: '待取件', val: payTypeEnum.postNow },
- { title: '已取件', val: payTypeEnum.toNow },
+ { title: '寄付现结', val: payTypeEnum.postNow },
+ { title: '到付现结', val: payTypeEnum.toNow },
{ title: '寄付月结', val: payTypeEnum.postMonth },
{ title: '到付月结', val: payTypeEnum.toMonth },
{ title: '第三方付款', val: payTypeEnum.outNow },
diff --git a/components/buns-paytype-sheet/buns-paytype-sheet.vue b/components/buns-paytype-sheet/buns-paytype-sheet.vue
new file mode 100644
index 0000000..9a8257a
--- /dev/null
+++ b/components/buns-paytype-sheet/buns-paytype-sheet.vue
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{caCurrent.item.title}}
+
+
+
+
+
+
+
+
+
+
+
+ 管理月结卡
+
+
+
+
+
+
+
+
+
+
+
+
+ 确认
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/post/post.vue b/pages/post/post.vue
index 7d7ebe6..0420370 100644
--- a/pages/post/post.vue
+++ b/pages/post/post.vue
@@ -148,7 +148,7 @@
-
+
@@ -235,14 +235,13 @@
+