Commit 21690d65 authored by Mac's avatar Mac

购物车判断

parent 1fa2044c
......@@ -33,7 +33,7 @@
<u-checkbox v-model="item.checked" shape="circle" :active-color="mc"></u-checkbox>
</u-checkbox-group>
</view>
<view style="width: 40px;text-align: center;" v-if="(item.GoodsStatus == 1 && IsEducation==1) || (editType == true)">
<view style="width: 40px;text-align: center;" v-if="(item.GoodsStatus == 1 && IsEducation==1) || (editType == true && IsEducation==1)">
<u-checkbox-group @change="clickcheckbox(item.checked, item.Price, index, i)">
<u-checkbox v-model="item.checked" shape="circle" :active-color="mc"></u-checkbox>
</u-checkbox-group>
......
......@@ -46,7 +46,7 @@
<Text>即刻分享赚</Text>
<Text>{{ g.share }}</Text>
</view>
<u-icon name="close" style='position: absolute;right: 1px;top: 1px;' color="#fff" size="40" @click='hideshare=true'></u-icon>
<u-icon name="close" style='position: absolute;right: 4px;top: 12.5px;' color="#fff" size="40" @click='hideshare=true'></u-icon>
</view>
<view class="is_share" v-if="g.myBuyCommission > 0 && hideshare == false">
<image
......@@ -67,7 +67,7 @@
<Text>即刻购买省</Text>
<Text>{{ g.myBuyCommission }}</Text>
</view>
<u-icon v-if='g.share ==0' name="close" style='position: absolute;right: 1px;top: 1px;' color="#fff" size="40" @click='hideshare=true'></u-icon>
<u-icon v-if='g.share ==0' name="close" style='position: absolute;right: 4px;top: 12.5px;' color="#fff" size="40" @click='hideshare=true'></u-icon>
</view>
</view>
<view class="g-info">
......@@ -961,7 +961,7 @@ export default {
max-width: 100%;
}
.goods .is_share {
width: 120px;
width: 125px;
height: 45px;
border-top-left-radius: 22.5px;
border-bottom-left-radius: 22.5px;
......
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