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 @@ + + + + + \ 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 @@ +