diff --git a/api/contract.js b/api/contract.js new file mode 100644 index 0000000..15245f8 --- /dev/null +++ b/api/contract.js @@ -0,0 +1,12 @@ +import oahttp from "@/utils/oahttp.js"; + +/** + * 合同列表 + */ +export const contractList = (data) => oahttp.get('/contract/index', data) + + +/** + * 合同详情 + */ +export const contractView = (data) => oahttp.get('/contract/view', data) \ No newline at end of file diff --git a/api/notice.js b/api/notice.js new file mode 100644 index 0000000..73e3623 --- /dev/null +++ b/api/notice.js @@ -0,0 +1,6 @@ +import oahttp from "@/utils/oahttp.js"; + +/** + * 鍏憡鍒楄〃 + */ +export const noticeList = (data) => oahttp.get('/article/lists', data) diff --git a/api/pay.js b/api/pay.js index b6a04e4..42eebc0 100644 --- a/api/pay.js +++ b/api/pay.js @@ -20,3 +20,7 @@ export const payPrepay = (data) => oahttp.post('/pay/prepay', data) */ export const wechatJsConfig = (data) => oahttp.get('/wechat/jsConfig', data) +/** + * 鏀粯鐘舵 + */ +export const payStatus = (data) => oahttp.get('/pay/payStatus', data) diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 0000000..aa0bba5 --- /dev/null +++ b/babel.config.js @@ -0,0 +1,8 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ], + plugins: [ + '@babel/plugin-proposal-optional-chaining' + ] +} \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7510e8c..391d1c6 100644 --- a/manifest.json +++ b/manifest.json @@ -52,7 +52,7 @@ "payment" : { "weixin" : { "__platform__" : [ "android" ], - "appid" : "__UNI__3A527D1", + "appid" : "wx9d68c92b550ddd1e", "UniversalLinks" : "" } }, diff --git a/pages.json b/pages.json index 3aac9bd..e3f705b 100644 --- a/pages.json +++ b/pages.json @@ -5,7 +5,10 @@ "path": "pages/oaHome/oaHome", "style": { "navigationBarTitleText": "棣栭〉", - "enablePullDownRefresh": true + "enablePullDownRefresh": true, + "app-plus": { + "titleNView": false + } } }, { @@ -29,12 +32,18 @@ { "path": "pages/oaMy/oaMy", "style": { - "navigationBarTitleText": "鎴戠殑" + "navigationBarTitleText": "鎴戠殑", + "app-plus": { + "titleNView": false + } } }, { "path": "pages/oaLogin/oaLogin", "style": { - "navigationBarTitleText": "鐧诲綍" + "navigationBarTitleText": "鐧诲綍", + "app-plus": { + "titleNView": false + } } }, { diff --git a/pages/oaHome/oaHome.vue b/pages/oaHome/oaHome.vue index af15f90..0d6e7e1 100644 --- a/pages/oaHome/oaHome.vue +++ b/pages/oaHome/oaHome.vue @@ -1,6 +1,9 @@ + + .stop_btn { + width: 694rpx; + height: 84rpx; + border-radius: 42rpx 42rpx 42rpx 42rpx; + display: flex; + justify-content: center; + align-items: center; + color: #3274F9; + background-color: transparent; + margin: 30rpx auto; + } + \ No newline at end of file diff --git a/subpkg/finance/finance.vue b/subpkg/finance/finance.vue index 8f61fa2..397c7e1 100644 --- a/subpkg/finance/finance.vue +++ b/subpkg/finance/finance.vue @@ -11,6 +11,13 @@ 璐︽埛鍏呭 + + + 璐︽埛鎬婚噾棰(鍏) + + 1338.96 + 鍙彁鐜伴噾棰 + @@ -65,5 +72,8 @@ export default { color: #FFFFFF; } } + .center{ + color: #fff; + } } diff --git a/subpkg/topUp/topUp.vue b/subpkg/topUp/topUp.vue index 5541b01..6512400 100644 --- a/subpkg/topUp/topUp.vue +++ b/subpkg/topUp/topUp.vue @@ -32,7 +32,7 @@