Commit 7da5a726 authored by 王建威's avatar 王建威

Merge branch 'develop' of http://39.96.27.29/zhengxiuming/shop_mobile_uni into develop

parents c008c62b fe601d26
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<text @click="previewContract">《产品分期采购合同》</text> <text @click="previewContract">《产品分期采购合同》</text>
</view> --> </view> -->
<view class="sign_btn_box"> <view class="sign_btn_box">
<text class="prev_step">上一步</text> <text class="prev_step" @click="goBack">上一步</text>
<text class="confirm_pay" @click="handleSubmit">缴纳定金 <text class="confirm_pay" @click="handleSubmit">缴纳定金
<i class="arrow_icon"></i> <i class="arrow_icon"></i>
</text> </text>
...@@ -177,6 +177,10 @@ ...@@ -177,6 +177,10 @@
checkAgree(){ checkAgree(){
this.is_agree = !this.is_agree; this.is_agree = !this.is_agree;
}, },
// 返回上一页
goBack(){
this.$backup();
},
// 获取签署合同提交信息 // 获取签署合同提交信息
getData(){ getData(){
const length = this.list.length; 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