Commit dc6800fe authored by youjie's avatar youjie

修复签证bug

parent 54438311
......@@ -590,7 +590,7 @@
(res) => {
if (res.resultCode == 1) {
try {
if(res.data.VisaProductInfo.FeeInclude&res.data.VisaProductInfo.FeeInclude.indexOf('<img')!=-1){
if(res.data.VisaProductInfo.FeeInclude&&res.data.VisaProductInfo.FeeInclude.indexOf('<img')!=-1){
res.data.VisaProductInfo.FeeInclude = this.imgTagAddStyle(res.data.VisaProductInfo.FeeInclude)
}
if(res.data.VisaProductInfo.FeeNonInclude&&res.data.VisaProductInfo.FeeNonInclude.indexOf('<img')!=-1){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment