Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
faafbc36d3
@ -94,7 +94,7 @@
|
||||
left join integral_gift_category igc ON ig.category_id = igc.id
|
||||
left join mt_goods mg ON ig.goods_id = mg.id
|
||||
<where>
|
||||
ig.store_id = #{integralGift.storeId}
|
||||
ig.store_id = #{integralGift.storeId} and mg.stock >0
|
||||
|
||||
<if test="integralGift.id != null">
|
||||
and ig.id = #{integralGift.id}
|
||||
|
@ -88,15 +88,18 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 支付方式 -->
|
||||
<div class="bottom-posi">
|
||||
<div class="center-left-wrap">
|
||||
<div class="wrap-box" v-for="item in payList"
|
||||
<div class="wrap-box"
|
||||
@click="payMethod(item)"
|
||||
v-for="item in payList"
|
||||
v-if="item.dictValue!=='APPLET_CODE'"
|
||||
:key="item.dictValue"
|
||||
:value="item.dictValue"
|
||||
:class="{ 'wrap-box2': item.dictValue === paymentType }"
|
||||
>
|
||||
<span @click="payMethod(item)">{{ item.dictLabel }}</span>
|
||||
<span >{{ item.dictLabel }}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="center-left-bottom">
|
||||
|
Loading…
Reference in New Issue
Block a user