Merge branch 'sit-Leung' into sit-jiamin-v2

This commit is contained in:
952108534@qq.com
2022-01-26 19:32:16 +08:00
10 changed files with 44 additions and 5 deletions

View File

@@ -5,5 +5,14 @@
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?17dd7dc6178678861e478d02b7a8182e";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>

View File

@@ -105,7 +105,8 @@
@click="selectproduce(item)"
>
<div class="rc-rccontair">
<img :src="item.picture" alt="" />
<img :src="item.picture" v-if="(item.picture && item.picture.length>0)" alt="" />
<img src="/images/default.jpg" v-if="(!item.picture || item.picture.length<=0)" alt="" />
</div>
</div>
<div class="rc-column">

View File

@@ -113,7 +113,8 @@
@click="selectproduce(item)"
>
<div class="rc-rccontair">
<img :src="item.picture" alt="" />
<img :src="item.picture" v-if="(item.picture && item.picture.length>0)" alt="" />
<img src="/images/default.jpg" v-if="(!item.picture || item.picture.length<=0)" alt="" />
</div>
</div>
<div class="rc-column">