|
@@ -508,7 +508,7 @@ export default {
|
|
|
// #endif
|
|
// #endif
|
|
|
// #ifdef MP-WEIXIN
|
|
// #ifdef MP-WEIXIN
|
|
|
if(Number(this.ghsId)>0){
|
|
if(Number(this.ghsId)>0){
|
|
|
- uni.reLaunch({url: '/pagesPurchase/ghsProduct?id='+this.ghsId})
|
|
|
|
|
|
|
+ uni.reLaunch({url: '/pagesPurchase/ghsProduct?id='+this.ghsId+'&ghsId='+this.ghsId})
|
|
|
}else{
|
|
}else{
|
|
|
this.$util.confirmModal({content:'没有登录,请先登录'},() => {
|
|
this.$util.confirmModal({content:'没有登录,请先登录'},() => {
|
|
|
this.pageTo({url: '/admin/home/login'})
|
|
this.pageTo({url: '/admin/home/login'})
|
|
@@ -798,12 +798,12 @@ export default {
|
|
|
goNext(){
|
|
goNext(){
|
|
|
let id = this.options.id||0
|
|
let id = this.options.id||0
|
|
|
if(this.ghsInfo && this.ghsInfo.pfLevel == 1){
|
|
if(this.ghsInfo && this.ghsInfo.pfLevel == 1){
|
|
|
- this.pageTo({url: '/admin/billing/affirmDn?id='+id,type: 2})
|
|
|
|
|
|
|
+ this.pageTo({url: '/admin/billing/affirmDn?id='+id+'&ghsId='+id,type: 2})
|
|
|
}else{
|
|
}else{
|
|
|
if(this.ghsInfo && this.ghsInfo.useNewShMethod == 1){
|
|
if(this.ghsInfo && this.ghsInfo.useNewShMethod == 1){
|
|
|
- this.pageTo({url: '/admin/billing/affirmSh?id='+id,type: 2})
|
|
|
|
|
|
|
+ this.pageTo({url: '/admin/billing/affirmSh?id='+id+'&ghsId='+id,type: 2})
|
|
|
}else{
|
|
}else{
|
|
|
- this.pageTo({url: '/admin/billing/affirmGhs?id='+id,type: 2})
|
|
|
|
|
|
|
+ this.pageTo({url: '/admin/billing/affirmGhs?id='+id+'&ghsId='+id,type: 2})
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|