调整补差价驳回信息
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name" : "抖火",
|
||||
"appid" : "__UNI__C305C03",
|
||||
"description" : "纵有疾风起,人生不言弃",
|
||||
"versionName" : "1.4.6",
|
||||
"versionName" : "1.4.7",
|
||||
"versionCode" : 104,
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
@@ -95,20 +95,6 @@
|
||||
}
|
||||
},
|
||||
"nativePlugins" : {
|
||||
"Pdf-Plugin" : {
|
||||
"__plugin_info__" : {
|
||||
"name" : "Pdf-Plugin",
|
||||
"description" : "此插件为uni小程序Android原生插件,用于加载网络pdf,支持水印和缩放",
|
||||
"platforms" : "Android",
|
||||
"url" : "https://ext.dcloud.net.cn/plugin?id=11384",
|
||||
"android_package_name" : "io.douhuofalv.com",
|
||||
"ios_bundle_id" : "io.douhuofalv.com",
|
||||
"isCloud" : true,
|
||||
"bought" : 1,
|
||||
"pid" : "11384",
|
||||
"parameters" : {}
|
||||
}
|
||||
},
|
||||
"Html5App-openFile" : {
|
||||
"__plugin_info__" : {
|
||||
"name" : "Android 和 IOS 办公Office文档 doc docx ppt pdf 浏览支持离线浏览",
|
||||
|
||||
@@ -157,11 +157,12 @@
|
||||
})
|
||||
return
|
||||
}
|
||||
if(can.pay_status == 3 || can.pay_status == 6){
|
||||
if(can.pay_status == 3){
|
||||
uni.showModal({
|
||||
title : '提示',
|
||||
content : '驳回原因:' + offline_pays.remark,
|
||||
title : '驳回提示',
|
||||
content : '线下银行打款被驳回,驳回原因:' + offline_pays.remark,
|
||||
showCancel : false,
|
||||
confirmText : '编辑',
|
||||
success : res => {
|
||||
if(res.confirm && can.pay_status == 3){
|
||||
this.$Router.push({
|
||||
@@ -178,7 +179,14 @@
|
||||
})
|
||||
return
|
||||
}
|
||||
|
||||
if(can.pay_status == 6){
|
||||
uni.showModal({
|
||||
title : '驳回提示',
|
||||
content : '补差价被驳回,驳回原因:' + remark,
|
||||
showCancel : false,
|
||||
})
|
||||
return
|
||||
}
|
||||
this.onPay(synthesis_diff_price_id, order_type, can, price)
|
||||
},
|
||||
// 差价支付
|
||||
|
||||
@@ -154,13 +154,6 @@
|
||||
})
|
||||
}
|
||||
})
|
||||
// plugin.showPdf({
|
||||
// title : name,
|
||||
// url : url,
|
||||
// maxScale : '20',
|
||||
// waterMark : '河北抖火法律咨询服务有限公司',
|
||||
// // this.user.name + ' ' + this.user.mobile,
|
||||
// })
|
||||
}
|
||||
},
|
||||
onUnload() {
|
||||
|
||||
Reference in New Issue
Block a user