mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-23 19:06:54 +08:00
细节优化
This commit is contained in:
@@ -43,7 +43,11 @@
|
||||
<div class="rc-carousel__gallery-thumbnails-wrapper">
|
||||
<div class="rc-carousel rc-carousel__gallery-thumbnails">
|
||||
<!-- Thunb images-->
|
||||
<div class="rc-carousel__gallery-thumbnail tns-item tns-slide-active"
|
||||
<div
|
||||
class="
|
||||
rc-carousel__gallery-thumbnail
|
||||
tns-item tns-slide-active
|
||||
"
|
||||
v-for="(item, index) in productAttachmentList"
|
||||
:key="index"
|
||||
>
|
||||
@@ -99,9 +103,9 @@
|
||||
<div class="productdetails">
|
||||
<div class="rc-productdetail">
|
||||
<i class="ts-row-title">商品价格:</i>
|
||||
<span class="ts-realprice">¥{{ item.rsp }}</span>
|
||||
<span class="ts-realprice">¥{{ item.ecPrice }}</span>
|
||||
<span class="ts-remove ts-ecprice"
|
||||
>¥{{ item.ecPrice }}
|
||||
>¥{{ item.rsp }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="rc-productdetai">
|
||||
@@ -189,8 +193,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="rc-footimage rc-main">
|
||||
<!-- <img :src="item.showImgFile" alt="" /> -->
|
||||
<div class="rc-footimage rc-main" v-for="(item, index) in newlist"
|
||||
:key="index">
|
||||
<img :src="item.showImgFile" alt="" />
|
||||
</div>
|
||||
<div class="rc-fixright">
|
||||
<ul>
|
||||
@@ -210,7 +215,7 @@
|
||||
</div>
|
||||
<Myfooter v-on:litentop="showmesg"></Myfooter>
|
||||
</div>
|
||||
<el-dialog :visible.sync="dialogInfo1" @close="userclose">
|
||||
<el-dialog :visible.sync="dialogInfo1" @close="userclose" class="pop_coupon">
|
||||
<div class="rs-dis">
|
||||
<div
|
||||
class="rc-discount"
|
||||
@@ -593,8 +598,26 @@ export default {
|
||||
});
|
||||
}
|
||||
if (orderm == 1) {
|
||||
let list = [
|
||||
{
|
||||
id: item.id,
|
||||
productCode: item.productCode,
|
||||
productPrice: item.ecPrice,
|
||||
productName: item.productName,
|
||||
productImg: item.picFile,
|
||||
specifications: item.specifications,
|
||||
buyCount: item.pcs,
|
||||
memberId: "884258",
|
||||
mobile: "13480231061",
|
||||
checked: true,
|
||||
},
|
||||
];
|
||||
|
||||
this.$router.push({
|
||||
path: "/myorder/userrecord",
|
||||
path: "/personal/settlement",
|
||||
query: {
|
||||
list: JSON.stringify(list),
|
||||
},
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user