<template>
	<view class='credit-page'>
		<view class='credit-header'>提交成功</view>
		<view class='c-imgs'>
			<image src='http://ddh.yyhock.com/appStatic/credit-result.png'></image>
		</view>
		<view class='c-des'>
			请保持电话畅通,稍后有客服联系您
		</view>
		<view class='c-btn' @click="goBtn">返回</view>
	</view>
</template>

<script>
	export default {
		data() {
			return {
				
			}
		},
		methods: {
			goBtn(){
				this.Go('uni:/pages/index/indexs','tab')
			}
		}
	}
</script>
<style src='./index.less' lang="less" scoped></style>