修改退款显示价格不一样的bug
This commit is contained in:
parent
b008e2766e
commit
f28307ee30
@ -386,7 +386,7 @@
|
||||
height: 100rpx;
|
||||
position: fixed;
|
||||
right: 33rpx;
|
||||
bottom: 320rpx;
|
||||
bottom: 100rpx;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
{{ item.goods_name }}
|
||||
</view>
|
||||
<view class="asGoodDesc">{{ item.goods_spec }}</view>
|
||||
<view class="asGoodPrice">¥{{ item.cost_price }}/个</view>
|
||||
<view class="asGoodPrice">¥{{ item.sales_price }}/个</view>
|
||||
</view>
|
||||
<view class="asGoodNum">x{{ item.count }}</view>
|
||||
</view>
|
||||
@ -310,6 +310,7 @@ export default {
|
||||
// 打开售后弹窗
|
||||
openAfterSalePopup() {
|
||||
this.$nextTick(() => {
|
||||
console.log("🚀 ~ this.afterSaleGoods:", this.afterSaleGoods)
|
||||
if (this.afterSaleGoods && this.afterSaleGoods.length > 0) {
|
||||
this.selectedAsGood = this.afterSaleGoods[0].goods_id;
|
||||
this.afterSalesType = 2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user