Commit c6d446d6 authored by 高宇's avatar 高宇

缴费记录

parent c0768f30
...@@ -15,10 +15,10 @@ ...@@ -15,10 +15,10 @@
data(){ data(){
return{ return{
bashUrl: 'http://192.144.239.97:20065/upload/', bashUrl: 'http://192.144.239.97:20065/upload/',
src: 'http://192.144.239.97:20043/file/banner/20230605/6F749760FE1148369C4081EBD3248C6C.jpeg', src: '',
list2: [ list2: [
{ {
image: 'http://192.144.239.97:20043/file/banner/20230605/6F749760FE1148369C4081EBD3248C6C.jpeg' image: ''
} }
], ],
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
for(const index in list) { for(const index in list) {
console.log('index',index) console.log('index',index)
const item = list[index] const item = list[index]
item.image = bashUrl +item.membershipCard item.image = that.bashUrl +item.membershipCard
item.rankCard = bashUrl + item.rankCard item.rankCard = that.bashUrl + item.rankCard
} }
that.list2 = list that.list2 = list
that.src = that.list2[0].rankCard 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