| | |
| | | <script> |
| | | import { wxAuthorize, refreshToken, app_url } from '@/api' |
| | | import { |
| | | wxAuthorize, |
| | | refreshToken, |
| | | app_url |
| | | } from '@/api' |
| | | export default { |
| | | onLaunch: function () { |
| | | window.addEventListener("popstate", (event) => { |
| | |
| | | <style lang="scss"> |
| | | /*每个页面公共css */ |
| | | @import "uview-ui/index.scss"; |
| | | html, body { |
| | | |
| | | html, |
| | | body { |
| | | height: auto; |
| | | min-height: 100%; |
| | | overflow: visible; |
| | | } |
| | | |
| | | .flex-cb { |
| | | display: flex; |
| | | justify-content: space-between; |
| | |
| | | max-width: 800rpx; |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | .empty_wrap{ |
| | | display: flex; |
| | | flex-direction: column; |
| | |
| | | align-items: center; |
| | | color: #666666; |
| | | min-height: 600rpx; |
| | | |
| | | image{ |
| | | width: 300rpx; |
| | | height: 300rpx; |
| | | } |
| | | } |
| | | |
| | | .doumee-container .ivu-tabs-nav { |
| | | width: 100%; |
| | | } |
| | |
| | | color: #999999 !important; |
| | | font-size: 28rpx; |
| | | } |
| | | |
| | | .placeholder3{ |
| | | color: #333333 !important; |
| | | } |
| | | |
| | | .red{ |
| | | color: red !important; |
| | | } |
| | |
| | | margin: 0; |
| | | display: flex; |
| | | } |
| | | |
| | | input { |
| | | font-size: 30rpx; |
| | | } |
| | | |
| | | textarea { |
| | | box-sizing: border-box; |
| | | // background-color: #f7f7f7; |
| | |
| | | border-radius: 8rpx; |
| | | color: #333333 !important; |
| | | } |
| | | |
| | | .u-textarea { |
| | | padding: 0 !important; |
| | | color: #333333 !important; |
| | |
| | | font-size: 28rpx; |
| | | color: #333333; |
| | | } |
| | | |
| | | .popupShow { |
| | | overflow: hidden; |
| | | position: fixed; |
| | | width: 100%; |
| | | } |
| | | |
| | | .placeholder6 { |
| | | color: #666666; |
| | | font-size: 28rpx; |
| | | } |
| | | |
| | | .primaryColor { |
| | | color: $uni-color-primary; |
| | | } |
| | | |
| | | .avatar { |
| | | width: 64rpx; |
| | | height: 64rpx; |
| | |
| | | color: #fff; |
| | | font-size: 30rpx; |
| | | } |
| | | |
| | | .placeholder9 { |
| | | color: #999999; |
| | | font-size: 28rpx; |
| | | } |
| | | |
| | | .fs24 { |
| | | font-size: 24rpx; |
| | | } |
| | | |
| | | .mr24 { |
| | | margin-right: 24rpx; |
| | | } |
| | | |
| | | .mt24 { |
| | | margin-top: 24rpx; |
| | | } |
| | |
| | | .mr12 { |
| | | margin-right: 12rpx; |
| | | } |
| | | |
| | | .ml12 { |
| | | margin-left: 12rpx; |
| | | } |
| | | |
| | | .ml6 { |
| | | margin-left: 6rpx; |
| | | } |
| | | |
| | | .mt6 { |
| | | margin-top: 6rpx; |
| | | } |
| | | |
| | | .mr6 { |
| | | margin-right: 6rpx; |
| | | } |
| | |
| | | title: '证件类型不能为空', |
| | | icon: 'none' |
| | | }) |
| | | if (!this.withUserList.idcardNo) return uni.showToast({ |
| | | title: '证件号码不能为空', |
| | | icon: 'none' |
| | | }) |
| | | // if (!this.withUserList.idcardNo) return uni.showToast({ |
| | | // title: '证件号码不能为空', |
| | | // icon: 'none' |
| | | // }) |
| | | if (!this.withUserList.faceImg) return uni.showToast({ |
| | | title: '人脸照片不能为空', |
| | | icon: 'none' |