刘嘉炜
4 years ago
12 changed files with 170 additions and 42 deletions
-
13src/pages.json
-
16src/pages/collection/detail/detail.vue
-
13src/pages/collection/record/record.vue
-
54src/pages/index/index.vue
-
9src/pages/merchant_info/merchant_info.vue
-
9src/pages/merchant_login/merchant_login.vue
-
30src/pages/order_list/order_list.vue
-
26src/pages/time_select/year/year.vue
-
11src/pages/turnover/turnover.vue
-
10src/pages/web_view/web_view.vue
-
17src/pages/write_off/confirm/confirm.vue
-
4src/pages/write_off/list/list.vue
@ -0,0 +1,26 @@ |
|||
<template> |
|||
<view class="time-year"> |
|||
<view class="ty-tip">仅保留最近10年日报数据</view> |
|||
</view> |
|||
</template> |
|||
<script> |
|||
export default { |
|||
|
|||
} |
|||
</script> |
|||
<style lang="scss" scoped> |
|||
@import "../../../style/public.scss"; |
|||
.time-year{ |
|||
.ty-tip{ |
|||
margin: 0 auto 86upx; |
|||
width: 600upx; |
|||
height: 166upx; |
|||
line-height: 164upx; |
|||
text-align: center; |
|||
border-bottom: 2upx solid #D8D8D8; |
|||
font-size: 28upx; |
|||
color: #9C9C9F; |
|||
|
|||
} |
|||
} |
|||
</style> |
@ -0,0 +1,10 @@ |
|||
<template> |
|||
<web-view src="https://www.ouxuanzhineng.cn"></web-view> |
|||
</template> |
|||
<script> |
|||
export default { |
|||
onLoad(){ |
|||
|
|||
} |
|||
} |
|||
</script> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue