This commit is contained in:
952108534@qq.com
2022-01-07 19:48:22 +08:00
parent bd6e653dc1
commit a49efd47b2
22 changed files with 2039 additions and 211 deletions

View File

@@ -211,7 +211,7 @@ export default {
});
console.log(data);
this.$router.push({
path: "/personal/userpay",
path: "/personal/settlement",
query: {
wxdata:data.data
},
@@ -228,6 +228,7 @@ export default {
console.log(user);
this.userid=user.data.id;
let data = await deleteCart(user.data.id,productCode);
if(data){
this.$message({
type: 'warning',
@@ -421,6 +422,9 @@ plus(num,index){
<style lang="less" scoped>
// 手机端
@media screen and(min-width: 320px) and(max-width:768px) {
.rc-header{
}
.rc-footera{
display: none;
}
@@ -481,6 +485,7 @@ plus(num,index){
border-bottom: 1px solid #d8d8d8;
height: 56px;
width: 100%;
align-items: center;
display: flex;
justify-content: space-between;
.select-left {
@@ -577,13 +582,13 @@ plus(num,index){
width: 23px;
height: 23px;
display: block;
margin-right: 5px;
margin-right: 4px;
}
img:last-child {
width: 23px;
height: 23px;
display: block;
margin-left: 10px;
margin-left: 4px;
}
strong {
font-style: normal;