Commit c4ca4be1 authored by Mac's avatar Mac

1

parent e9ec73ff
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<Text>即刻分享赚</Text> <Text>即刻分享赚</Text>
<Text>{{ g.share }}</Text> <Text>{{ g.share }}</Text>
</view> </view>
<u-icon name="close" style='position: absolute;right: 4px;top: 12.5px;' color="#fff" size="40" @click='hideshare=true'></u-icon> <u-icon name="close" style='position: absolute;right: 4px;top: 12.5px;z-index: 999;' color="#fff" size="40" @click='goclose'></u-icon>
</view> </view>
<view class="is_share" v-if="g.myBuyCommission > 0 && hideshare == false&&setting.is_show_korea==0"> <view class="is_share" v-if="g.myBuyCommission > 0 && hideshare == false&&setting.is_show_korea==0">
<image <image
...@@ -974,6 +974,11 @@ export default { ...@@ -974,6 +974,11 @@ export default {
} }
} }
); );
},
goclose(){
this.hideshare=true;
this.$forceUpdate()
console.log(this.hideshare,'this.hideshare')
} }
}, },
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment