Commit 100b4ffe authored by youjie's avatar youjie

no message

parent edb6452a
...@@ -219,13 +219,13 @@ ...@@ -219,13 +219,13 @@
<view class="SaleBox"> <view class="SaleBox">
<view v-for="(item,index) in dataList.VisaProductInfo.DownloadMaterialsFileList" <view v-for="(item,index) in dataList.VisaProductInfo.DownloadMaterialsFileList"
:key="index" :key="index"
class="SaleText"> class="SaleText" @click="downloadTripPlanHandler(item)">
<view>{{ item.Name }}</view> <view>{{ item.Name }}</view>
<view> <view>
<button @click="downloadTripPlanHandler(item)" class="jz_ConButton" v-if="dataList.VisaProductInfo&&dataList.VisaProductInfo.DownloadMaterialsFileList.length>0"> <button class="jz_ConButton row items-center" v-if="dataList.VisaProductInfo&&dataList.VisaProductInfo.DownloadMaterialsFileList.length>0">
<img style="width: 36rpx; height: 38rpx" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1695376860000_131.png" <img style="width: 36rpx; height: 38rpx" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1695376860000_131.png"
alt="" /> alt="" />
<view style="color: #111111; font-size: 22rpx">下载</view>
</button> </button>
</view> </view>
</view> </view>
......
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