mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 22:36:43 +08:00
生产问题处理-生产环境指定生效日文件反复阅读问题处理--提交人:白金岩
This commit is contained in:
@@ -333,11 +333,11 @@ export default {
|
|||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
url = this.productCode == 'GFRS_M0003' || this.productCode == 'GFRS_M0015' || this.productCode == 'GFRS_M0017' ? 'productTip' : 'insuranceTip'
|
url = this.productCode == 'GFRS_M0003' || this.productCode == 'GFRS_M0015' || this.productCode == 'GFRS_M0017' ? 'productTip' : 'insuranceTip'
|
||||||
that.appntSign.map(item => {
|
/*that.appntSign.map(item => {
|
||||||
if (item.documentCode == '8') {
|
if (item.documentCode == '8') {
|
||||||
url = 'apointValidDoc'
|
url = 'apointValidDoc'
|
||||||
}
|
}
|
||||||
})
|
})*/
|
||||||
// 若需展示 短期健康险投保须知,则优先展示
|
// 若需展示 短期健康险投保须知,则优先展示
|
||||||
that.appntSign.map(item => {
|
that.appntSign.map(item => {
|
||||||
if (item.documentCode == '9') {
|
if (item.documentCode == '9') {
|
||||||
|
|||||||
@@ -205,11 +205,11 @@ export default {
|
|||||||
if (res.result == '0') {
|
if (res.result == '0') {
|
||||||
this.$toast.clear()
|
this.$toast.clear()
|
||||||
let url = this.productCode == 'GFRS_M0003' || this.productCode == 'GFRS_M0015' || this.productCode == 'GFRS_M0017' ? 'productTip' : 'insuranceTip'
|
let url = this.productCode == 'GFRS_M0003' || this.productCode == 'GFRS_M0015' || this.productCode == 'GFRS_M0017' ? 'productTip' : 'insuranceTip'
|
||||||
that.appntSign.map(item => {
|
/*that.appntSign.map(item => {
|
||||||
if (item.documentCode == '8') {
|
if (item.documentCode == '8') {
|
||||||
url = 'apointValidDoc'
|
url = 'apointValidDoc'
|
||||||
}
|
}
|
||||||
})
|
})*/
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
|
|||||||
Reference in New Issue
Block a user