|
|
|
@ -1,9 +1,13 @@ |
|
|
|
|
<template> |
|
|
|
|
<view> |
|
|
|
|
<image :src="imageUrl+item.img" mode="widthFix" class="height95 verc width40 imgs mart20 " |
|
|
|
|
v-for="(item,index) in choicelist" :key="index" @click="jumprechangeVip(item)"> |
|
|
|
|
</image> |
|
|
|
|
|
|
|
|
|
<template v-if="choicelist.length>0"> |
|
|
|
|
<image :src="imageUrl+item.img" mode="widthFix" class="height95 verc width40 imgs mart20 " |
|
|
|
|
v-for="(item,index) in choicelist" :key="index" @click="jumprechangeVip(item)"> |
|
|
|
|
</image> |
|
|
|
|
</template> |
|
|
|
|
<template v-else> |
|
|
|
|
<image :src="imageWxImg+noData" mode="widthFix" class="width100 pd-main border-box height220"></image> |
|
|
|
|
</template> |
|
|
|
|
</view> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
@ -19,7 +23,9 @@ |
|
|
|
|
pageNum: 1, |
|
|
|
|
pageSize: 10, |
|
|
|
|
isNoMoreData: false, |
|
|
|
|
imageUrl: app.globalData.imgUrl |
|
|
|
|
imageUrl: app.globalData.imgUrl, |
|
|
|
|
imageWxImg:app.globalData.imageWxImg, |
|
|
|
|
noData:'noorder.png' |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onLoad() { |
|
|
|
|