|
@@ -15,7 +15,6 @@
|
|
|
<text class="line"></text>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
<tui-skeleton v-if="skeletonShow" backgroundColor="#fafafa" borderRadius="10rpx" :isLoading ="true" :loadingType="5"></tui-skeleton>
|
|
|
<view class="container-product tui-skeleton">
|
|
|
<view class="container-product-main">
|
|
@@ -230,6 +229,9 @@
|
|
|
this.product.imageList.forEach(item =>{
|
|
|
this.productImage.push(item);
|
|
|
})
|
|
|
+ setTimeout(()=>{
|
|
|
+ this.getSectionProps();
|
|
|
+ },2000)
|
|
|
this.isRequest = true
|
|
|
}).catch(error =>{
|
|
|
this.$util.msg(error.msg,2000);
|