feat: 签合同流程改变
This commit is contained in:
@@ -189,9 +189,8 @@
|
||||
|
||||
<!-- 腾讯电子签H5 → 集成到UniApp -->
|
||||
<web-view v-if="signUrl" :src="signUrl" @message="handleMessage"></web-view>
|
||||
<u-modal :show="tipsShow" :showCancelButton="true" confirmText="去认证"
|
||||
@cancel="onTipsCancel" @confirm="onConfirm" confirmColor="#7934F6"
|
||||
title="提示" content='签署合同需要进行实名认证,请先完成实名认证'></u-modal>
|
||||
<u-modal :show="tipsShow" :showCancelButton="true" confirmText="去认证" @cancel="onTipsCancel" @confirm="onConfirm"
|
||||
confirmColor="#7934F6" title="提示" content='签署合同需要进行实名认证,请先完成实名认证'></u-modal>
|
||||
<DownPopup :show="downShow" @ok="onSignContract" @cancel="onCancel" />
|
||||
|
||||
</view>
|
||||
@@ -439,13 +438,6 @@ export default {
|
||||
*/
|
||||
confirmReceiptOk(item) {
|
||||
const then = this;
|
||||
|
||||
if (!this.isCheckSigne) {
|
||||
|
||||
this.selectItem = item;
|
||||
this.downShow = true;
|
||||
return;
|
||||
}
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
content: '是否确认收货?',
|
||||
@@ -465,6 +457,12 @@ export default {
|
||||
this.orderList = [];
|
||||
this.form.page = 1;
|
||||
this.loadData();
|
||||
if (!this.isCheckSigne) {
|
||||
|
||||
this.selectItem = item;
|
||||
this.downShow = true;
|
||||
return;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user