退款样式
This commit is contained in:
parent
20e27317be
commit
45c087bf14
@ -129,7 +129,6 @@ export default {
|
|||||||
page: this.page,
|
page: this.page,
|
||||||
type: type,
|
type: type,
|
||||||
})
|
})
|
||||||
console.log(load)
|
|
||||||
res.data.forEach(element => {
|
res.data.forEach(element => {
|
||||||
element.extend_order_goods.forEach(i=>{
|
element.extend_order_goods.forEach(i=>{
|
||||||
// console.log(i)
|
// console.log(i)
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
<view class="radios-container">
|
<view class="radios-container">
|
||||||
<view v-if="type == 2">
|
<view v-if="type == 2">
|
||||||
<label class="radio-view" v-for="(item, index) in goodsList" :key="index">
|
<label class="radio-view" v-for="(item, index) in goodsList" :key="index">
|
||||||
|
|
||||||
<view class="store_info">
|
<view class="store_info">
|
||||||
<view class="info_img">
|
<view class="info_img">
|
||||||
<image :src="item.goods_image" mode="">
|
<image :src="item.goods_image" mode="">
|
||||||
@ -84,7 +83,6 @@ export default {
|
|||||||
computed: {
|
computed: {
|
||||||
totalPrice() {
|
totalPrice() {
|
||||||
if(this.type == 2){
|
if(this.type == 2){
|
||||||
console.log(this.goodsList)
|
|
||||||
let pac = 0;
|
let pac = 0;
|
||||||
for(let i in this.goodsList){
|
for(let i in this.goodsList){
|
||||||
pac += parseFloat(this.goodsList[i].goods_pay_price) * 100 ;
|
pac += parseFloat(this.goodsList[i].goods_pay_price) * 100 ;
|
||||||
@ -189,12 +187,17 @@ export default {
|
|||||||
background-color: #EDEDED;
|
background-color: #EDEDED;
|
||||||
.radios-container {
|
.radios-container {
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
|
.u-radio-group {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.radio-view {
|
.radio-view {
|
||||||
|
width: 100%;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
padding: 26rpx;
|
padding: 26rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 1rpx;
|
margin-bottom: 1rpx;
|
||||||
|
box-sizing: border-box;
|
||||||
.radio {
|
.radio {
|
||||||
margin-right: 20rpx;
|
margin-right: 20rpx;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user