|
@@ -1,9 +1,9 @@
|
|
|
<template>
|
|
|
<view class="content">
|
|
|
<view class="top">
|
|
|
- <image class="topIMg" :src=groupData[tabIndex-1].image_url mode="">
|
|
|
+ <image class="topIMg" :src=imgUrl mode="">
|
|
|
</image>
|
|
|
- <image @click="previewImage(groupData[tabIndex-1].image_url)"
|
|
|
+ <image @click="previewImage(imgUrl)"
|
|
|
src="../../static/img/icon_fangda@2x.png" mode="" class="enlarge"></image>
|
|
|
</view>
|
|
|
<view style="height: 20rpx;background: #F4F5F7;"></view>
|
|
@@ -78,7 +78,7 @@
|
|
|
|
|
|
this.son_param = this.groupData[this.tabIndex-1].param;
|
|
|
this.son_token = this.groupData[this.tabIndex-1].token;
|
|
|
- this.son_access_time = this.groupData[this.tabIndex-1].access_time;
|
|
|
+
|
|
|
|
|
|
this.getItemData();
|
|
|
},
|
|
@@ -90,7 +90,7 @@
|
|
|
|
|
|
this.son_param = this.groupData[this.tabIndex-1].param;
|
|
|
this.son_token = this.groupData[this.tabIndex-1].token;
|
|
|
- this.son_access_time = this.groupData[this.tabIndex-1].access_time;
|
|
|
+
|
|
|
|
|
|
this.getItemData();
|
|
|
},
|
|
@@ -135,7 +135,7 @@
|
|
|
uni.hideLoading();
|
|
|
|
|
|
this.itemList = res.data.result.list.rows;
|
|
|
- // this.imgUrl = res.data.result.list.image_info[0].pic_url;
|
|
|
+ this.imgUrl = res.data.result.list.image_info[0].pic_url;
|
|
|
console.log('itemList++',this.itemList);
|
|
|
});
|
|
|
},
|