商品描述展示

This commit is contained in:
red-deng-deng 2022-01-25 16:46:00 +08:00
parent e6b4ea9852
commit a9dc1c965a
1 changed files with 3 additions and 2 deletions

View File

@ -12,9 +12,10 @@
</script>
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/siteqiexchange/js/swiper.min.js"></script>
<link href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/siteqiexchange/css/swiper.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/css/homepage1_1_0.css">
<!-- <link rel="stylesheet" href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/css/homepage1_1_0.css"> -->
<link rel="stylesheet" href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/css/loading.css">
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/js/api1_1_0.js"></script>
<link rel="stylesheet" href="./homepage1_1_0.css">
<style>
* {
margin: 0 auto;
@ -170,7 +171,7 @@
this.goodInfo = goodsInform;
let goods_desc=goodsInform.describe_url;
this.goodsShow = goods_desc.length>0?goods_desc:[JSON.parse(sessionStorage.getItem('goodsInfo')).show_url];
this.detailUrl=goodsInform.detail_url.length>0?goodsInform.detail_url[0]:'';
this.detailUrl=goodsInform.detail_url?goodsInform.detail_url:'';
this.productType = JSON.parse(sessionStorage.getItem('goodsInfo')).account_type;
self.$nextTick(function () {