mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-16 23:53:48 +08:00
更改
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
<Myheader></Myheader>
|
||||
|
||||
<div class="rc-usermain ">
|
||||
<div class="rc-top"></div>
|
||||
<div class="rc-max-width--xl rc-main ">
|
||||
<ul>
|
||||
<li v-for="(item,index) in userrecord" :key="index">
|
||||
{{item.title}}
|
||||
@@ -20,13 +20,13 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="rc-button">
|
||||
<!-- <div class="rc-button">
|
||||
<div class="rc-order">
|
||||
<span>积分兑换</span>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -115,6 +115,7 @@ export default {
|
||||
|
||||
<style lang="less" scoped>
|
||||
@import url("../../assets/css/integral.less");
|
||||
@import url("@/assets/css/global.less");
|
||||
|
||||
|
||||
</style>
|
||||
@@ -342,9 +342,7 @@ obligation(item,index){
|
||||
|
||||
}else{
|
||||
if(item.title=='收货地址'){
|
||||
this.$router.push({
|
||||
path: `/useraddress/openaddress/`
|
||||
})
|
||||
this.$router.push({ name: "useraddress-openaddress",})
|
||||
console.log('这是地址的跳转');
|
||||
|
||||
}
|
||||
@@ -357,7 +355,7 @@ this.$router.push({
|
||||
this.$router.push({
|
||||
path: `/personal/discount/`
|
||||
})
|
||||
console.log('这是地址的跳转');
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user