mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-07 04:16:44 +08:00
Merge branch 'feature/FM20250523024-银保非实时单金掌桂投保系统需求' into release/【20251020】银保非实时单金掌桂投保系统需求&&关于金掌桂非实时邮件发送投保资料功能需求
This commit is contained in:
@@ -209,7 +209,11 @@ export default {
|
||||
async getHomeBottomImg() {
|
||||
const result = await getHomeBottomPic({ operateType: 'nonRealYB' })
|
||||
if (result.result === '0' && result.content && result.content.length > 0) {
|
||||
this.homeBottomPicUrl = result.content[0].picUrl
|
||||
const timestamp = new Date().getTime()
|
||||
const originalUrl = result.content[0].picUrl
|
||||
this.homeBottomPicUrl = originalUrl.includes('?')
|
||||
? `${originalUrl}&t=${timestamp}`
|
||||
: `${originalUrl}?t=${timestamp}`
|
||||
}
|
||||
},
|
||||
async getTableData() {
|
||||
|
||||
Reference in New Issue
Block a user