|
|
@@ -413,7 +413,8 @@ export default {
|
|
|
that.$util.pageTo({url: '/pagesPurchase/pb'})
|
|
|
}
|
|
|
if(res.tapIndex == 1){
|
|
|
- that.suggest()
|
|
|
+ //that.suggest()
|
|
|
+ that.openPfShop2()
|
|
|
}
|
|
|
if(res.tapIndex == 2){
|
|
|
that.$util.pageTo({url:'/pagesPurchase/open'})
|
|
|
@@ -456,6 +457,15 @@ export default {
|
|
|
})
|
|
|
})
|
|
|
},
|
|
|
+ openPfShop2(){
|
|
|
+ this.$util.confirmModal({content:'确认提交申请?客服将在一个工作日内与您电话联系'},() => {
|
|
|
+ openPfFn().then(res=>{
|
|
|
+ if(res.code == 1){
|
|
|
+ this.$msg(res.msg)
|
|
|
+ }
|
|
|
+ })
|
|
|
+ })
|
|
|
+ },
|
|
|
suggest(){
|
|
|
let that = this
|
|
|
that.$util.confirmModal({content:'请添加技术人员微信反馈:15280215347',okText:'复制微信'},() => {
|