mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-21 09:56:54 +08:00
2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user