Commit ff4fa8f5 authored by 杨硕's avatar 杨硕
parents 9cbb5ba2 c6d446d6
......@@ -15,10 +15,10 @@
data(){
return{
bashUrl: 'http://192.144.239.97:20065/upload/',
src: 'http://192.144.239.97:20043/file/banner/20230605/6F749760FE1148369C4081EBD3248C6C.jpeg',
src: '',
list2: [
{
image: 'http://192.144.239.97:20043/file/banner/20230605/6F749760FE1148369C4081EBD3248C6C.jpeg'
image: ''
}
],
......@@ -46,8 +46,8 @@
for(const index in list) {
console.log('index',index)
const item = list[index]
item.image = bashUrl +item.membershipCard
item.rankCard = bashUrl + item.rankCard
item.image = that.bashUrl +item.membershipCard
item.rankCard = that.bashUrl + item.rankCard
}
that.list2 = list
that.src = that.list2[0].rankCard
......
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