feata:微信安全测试
This commit is contained in:
@@ -216,14 +216,14 @@
|
||||
{{ selectSpecificationTempl.price }}
|
||||
</text>
|
||||
<view style="font-size: 50rpx" v-else>
|
||||
{{ skuBySpecInfo.supplyPrice }}
|
||||
{{ skuBySpecInfo.originalPrice }}
|
||||
<text v-if="skuBySpecInfo.price">- {{ skuBySpecInfo.price }}</text>
|
||||
</view>
|
||||
<view class="price_content_coupon_warp" v-if="orderInfo.couponPrice && orderInfo.couponPrice !== 0">
|
||||
优惠券{{
|
||||
orderInfo.couponPrice }}</view>
|
||||
</view>
|
||||
<view class="oOrice_content_warp" v-if="!isCoupon">¥{{ skuBySpecInfo.supplyPrice }}</view>
|
||||
<view class="oOrice_content_warp" v-if="!isCoupon">¥{{ skuBySpecInfo.originalPrice }}</view>
|
||||
<view class="coupon_content_warp" v-if="orderInfo.couponPrice && orderInfo.couponPrice !== 0">
|
||||
优惠券已优惠¥{{
|
||||
orderInfo.couponPrice }}</view>
|
||||
@@ -1224,7 +1224,7 @@ export default {
|
||||
const skuBySpecBash = this.getSkuBySpecValueIds(this.selectedSpecValueIds) || {};
|
||||
console.log("----111", skuBySpecBash)
|
||||
|
||||
this.skuBySpecInfo = { ...this.orderInfo, skuImage: skuBySpecBash.skuImage, stock: skuBySpecBash.stock, supplyPrice: skuBySpecBash.supplyPrice, price: skuBySpecBash.price, skuName: skuBySpecBash.skuName }
|
||||
this.skuBySpecInfo = { ...this.orderInfo, skuImage: skuBySpecBash.skuImage, stock: skuBySpecBash.stock, supplyPrice: skuBySpecBash.supplyPrice, price: skuBySpecBash.price, skuName: skuBySpecBash.skuName, originalPrice: skuBySpecBash.originalPrice }
|
||||
console.log("----222", this.orderInfo)
|
||||
|
||||
if (this.selectedSpecValueIds.every((id) => id != null)) {
|
||||
|
||||
Reference in New Issue
Block a user