|
|
@@ -1,18 +1,17 @@
|
|
|
<template>
|
|
|
<view class="total-page page-box task-bg page-env-20">
|
|
|
<Nav title="上传征信" :genre="1" is_fixed></Nav>
|
|
|
- <view class="p-lr30 p-t10 container">
|
|
|
- <text>已上传(0页)</text>
|
|
|
- <view class=" container">
|
|
|
+ <view class="p-lr30 p-t10 container-box">
|
|
|
+ <view><text>已上传(0页)</text></view>
|
|
|
+ <view class=" container m-t20">
|
|
|
<view class="column-c justify-center item-box" @click="onUpload">
|
|
|
<image class="wh-45 m-b10" src="/static/img/information/credit.png" mode="aspectFill"></image>
|
|
|
<text class="text-color-666 size-26">上传征信</text>
|
|
|
</view>
|
|
|
<view class="item-box" v-for="(item,index) in 10">
|
|
|
- <!-- <image style="width: 100%;height: 240rpx;" src="/static/img/index/top-nav.png"
|
|
|
+ <image style="width: 100%;height: 240rpx;" src="/static/img/index/top-nav.png"
|
|
|
mode="aspectFill">
|
|
|
- </image> -->
|
|
|
- 1ddadsad
|
|
|
+ </image>
|
|
|
<image class="wh-30 delete_iocn" src="/static/img/information/blank_delete.png" mode=""></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -28,12 +27,12 @@
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
- // onUpload() {
|
|
|
- // this.$refs.popup.open('bottom')
|
|
|
- // },
|
|
|
- // onClose() {
|
|
|
- // this.$refs.popup.close('bottom')
|
|
|
- // },
|
|
|
+ onUpload() {
|
|
|
+
|
|
|
+ },
|
|
|
+ onClose() {
|
|
|
+ this.$refs.popup.close('bottom')
|
|
|
+ },
|
|
|
}
|
|
|
}
|
|
|
</script>
|