Commit fe601d26 authored by 郑秀明's avatar 郑秀明

bug

parent 17f26879
......@@ -30,7 +30,7 @@
<text @click="previewContract">《产品分期采购合同》</text>
</view> -->
<view class="sign_btn_box">
<text class="prev_step">上一步</text>
<text class="prev_step" @click="goBack">上一步</text>
<text class="confirm_pay" @click="handleSubmit">缴纳定金
<i class="arrow_icon"></i>
</text>
......@@ -177,6 +177,10 @@
checkAgree(){
this.is_agree = !this.is_agree;
},
// 返回上一页
goBack(){
this.$backup();
},
// 获取签署合同提交信息
getData(){
const length = this.list.length;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment