|
|
@@ -244,6 +244,11 @@
|
|
|
<block v-else>
|
|
|
<emptyComponent title="暂无供货商" :is-empty="$util.isEmpty(supplierList)" />
|
|
|
</block>
|
|
|
+
|
|
|
+ <!-- #ifdef MP-WEIXIN -->
|
|
|
+ <ad-custom unit-id="adunit-22b6fe92acad433e" v-if="showAd == 1"></ad-custom>
|
|
|
+ <!-- #endif -->
|
|
|
+
|
|
|
<view style="text-align:center;margin-top:50upx;margin-bottom:182upx;color:#827171;font-size:28upx;">
|
|
|
<text style="margin-right:20upx;">中花汇提供技术</text>
|
|
|
<text style="margin-right:20upx;">|</text>
|
|
|
@@ -290,6 +295,7 @@ export default {
|
|
|
return {
|
|
|
overview:[],
|
|
|
ad:[],
|
|
|
+ showAd:1,
|
|
|
constant: this.$constant,
|
|
|
getappIdList: {},
|
|
|
data: {
|
|
|
@@ -561,6 +567,7 @@ export default {
|
|
|
return ghsList().then(res => {
|
|
|
this.supplierList = res.data.list
|
|
|
this.ad = res.data.ad ? res.data.ad : []
|
|
|
+ this.showAd = res.data.showAd ? res.data.showAd : 0
|
|
|
})
|
|
|
},
|
|
|
goGd(){
|