积分商城,站内信
parent
78bd4021a6
commit
411f36150b
|
@ -441,3 +441,39 @@ export function memberPointHistory (params) {
|
||||||
params
|
params
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* 分页获取会员站内信
|
||||||
|
* @param {Object} params 请求参数,包括pageNumber、pageSize、status
|
||||||
|
*/
|
||||||
|
export function memberMsgList (params) {
|
||||||
|
return request({
|
||||||
|
url: `/buyer/member/message`,
|
||||||
|
method: Method.GET,
|
||||||
|
needToken: true,
|
||||||
|
params
|
||||||
|
});
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* 设置消息为已读
|
||||||
|
* @param {String} messageId 消息id
|
||||||
|
*/
|
||||||
|
export function readMemberMsg (params) {
|
||||||
|
return request({
|
||||||
|
url: `/buyer/member/message`,
|
||||||
|
method: Method.PUT,
|
||||||
|
needToken: true,
|
||||||
|
params
|
||||||
|
});
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* 删除会员消息
|
||||||
|
* @param {String} messageId 消息id
|
||||||
|
*/
|
||||||
|
export function delMemberMsg (params) {
|
||||||
|
return request({
|
||||||
|
url: `/buyer/member/message`,
|
||||||
|
method: Method.DELETE,
|
||||||
|
needToken: true,
|
||||||
|
params
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
<div class="goodsConfig mt_10">
|
<div class="goodsConfig mt_10">
|
||||||
<span @click="collect" ><Icon type="ios-heart" :color="isCollected ? '#ed3f14' : '#666'" />{{isCollected?'已收藏':'收藏'}}</span>
|
<span @click="collect" ><Icon type="ios-heart" :color="isCollected ? '#ed3f14' : '#666'" />{{isCollected?'已收藏':'收藏'}}</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 右侧商品信息、活动信息、操作展示 -->
|
<!-- 右侧商品信息、活动信息、操作展示 -->
|
||||||
|
|
|
@ -51,16 +51,16 @@
|
||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
</Dropdown>
|
</Dropdown>
|
||||||
</li>
|
</li>
|
||||||
<li class="hover-color" @click="goUserCenter('/home/MyOrder')"><span class="nav-item">我的订单</span></li>
|
<li @click="goUserCenter('/home/MyOrder')"><span class="nav-item hover-color">我的订单</span></li>
|
||||||
<li class="hover-color" @click="goUserCenter('/home/MyTracks')"><span class="nav-item">我的足迹</span></li>
|
<li @click="goUserCenter('/home/MyTracks')"><span class="nav-item hover-color">我的足迹</span></li>
|
||||||
<li v-if="$route.name !== 'Cart'" style="position:relative;" >
|
<li @click="goUserCenter('/home/MsgList')"><span class="nav-item hover-color">我的消息</span></li>
|
||||||
|
<li v-if="$route.name !== 'Cart'" style="position:relative;">
|
||||||
<i class="cart-badge" v-show="Number(cartNum)">{{cartNum < 100 ? cartNum : '99'}}</i>
|
<i class="cart-badge" v-show="Number(cartNum)">{{cartNum < 100 ? cartNum : '99'}}</i>
|
||||||
<Dropdown placement="bottom-start">
|
<Dropdown placement="bottom-start">
|
||||||
<router-link to="cart" target="_blank" >
|
<router-link to="cart" target="_blank" >
|
||||||
<span @mouseenter="getCartList">
|
<span @mouseenter="getCartList">
|
||||||
<Icon
|
<Icon
|
||||||
size="18"
|
size="18"
|
||||||
class="cart-icon"
|
|
||||||
type="ios-cart-outline"
|
type="ios-cart-outline"
|
||||||
></Icon>
|
></Icon>
|
||||||
购物车
|
购物车
|
||||||
|
@ -260,12 +260,12 @@ export default {
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
margin-right: 15px;
|
margin-right: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.nav a,.nav-item {
|
.nav a,.nav-item {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding-left: 15px;
|
padding-left: 10px;
|
||||||
border-left: 1px solid #ccc;
|
border-left: 1px solid #ccc;
|
||||||
color: #999;
|
color: #999;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -406,9 +406,7 @@ export default {
|
||||||
.sign-out p {
|
.sign-out p {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
.cart-icon{
|
|
||||||
padding: 0 6px;
|
|
||||||
}
|
|
||||||
.goods-title:hover {
|
.goods-title:hover {
|
||||||
color: $theme_color;
|
color: $theme_color;
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,8 @@ Vue.prototype.linkTo = function (url) {
|
||||||
window.open(url, '_blank')
|
window.open(url, '_blank')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Vue.prototype.connectCs = function (sign = '37ef9b97807d03c6741298ed4eb5b536d2d238e08a3c00fb01fe48f03a569974c99ad767e72c04b3165ef29aca2c488b505fe4ca') { // 联系客服
|
// 联系客服
|
||||||
|
Vue.prototype.connectCs = function (sign = '37ef9b97807d03c6741298ed4eb5b536d2d238e08a3c00fb01fe48f03a569974c99ad767e72c04b3165ef29aca2c488b505fe4ca') {
|
||||||
const url = 'https://yzf.qq.com/xv/web/static/chat/index.html?sign=' + sign
|
const url = 'https://yzf.qq.com/xv/web/static/chat/index.html?sign=' + sign
|
||||||
window.open(url, '_blank')
|
window.open(url, '_blank')
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,171 @@
|
||||||
|
<template>
|
||||||
|
<div style="background:#fff;">
|
||||||
|
<BaseHeader></BaseHeader>
|
||||||
|
<Search></Search>
|
||||||
|
<drawer></drawer>
|
||||||
|
<ShopHeader :detail="storeMsg"></ShopHeader>
|
||||||
|
<div class="shop-item-path">
|
||||||
|
<div class="shop-nav-container">
|
||||||
|
<Breadcrumb>
|
||||||
|
<BreadcrumbItem to="/">首页</BreadcrumbItem>
|
||||||
|
<BreadcrumbItem v-for="(item, index) in categoryBar" :to="goGoodsList(index)" target="_blank" :key="index">{{item.name}}</BreadcrumbItem>
|
||||||
|
</Breadcrumb>
|
||||||
|
<div class="store-collect">
|
||||||
|
<span class="mr_10" v-if="goodsMsg.data"><router-link :to="'Merchant?id=' + goodsMsg.data.storeId">{{goodsMsg.data.storeName}}</router-link></span>
|
||||||
|
<span @click="collect" ><Icon type="ios-heart" :color="storeCollected ? '#ed3f14' : '#666'" />{{storeCollected?'已收藏店铺':'收藏店铺'}}</span>
|
||||||
|
<span @click="connectCs(storeMsg.yzfSign)" class="ml_10"><Icon custom="icomoon icon-customer-service" />联系客服</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- 商品信息展示 -->
|
||||||
|
<ShowGoods v-if="goodsMsg.data" :detail="goodsMsg"></ShowGoods>
|
||||||
|
<!-- 商品详细展示 -->
|
||||||
|
<ShowGoodsDetail v-if="goodsMsg.data" :detail="goodsMsg"></ShowGoodsDetail>
|
||||||
|
|
||||||
|
<Spin size="large" fix v-if="isLoading"></Spin>
|
||||||
|
<BaseFooter></BaseFooter>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import Search from '@/components/Search';
|
||||||
|
import ShopHeader from '@/components/header/ShopHeader';
|
||||||
|
import ShowGoods from '@/components/goodsDetail/ShowGoods';
|
||||||
|
import ShowGoodsDetail from '@/components/goodsDetail/ShowGoodsDetail';
|
||||||
|
import ShowLikeGoods from '@/components/like';
|
||||||
|
import { goodsSkuDetail } from '@/api/goods';
|
||||||
|
import { cancelCollect, collectGoods, isCollection } from '@/api/member';
|
||||||
|
import {getDetailById} from '@/api/shopentry'
|
||||||
|
export default {
|
||||||
|
name: 'GoodsDetail',
|
||||||
|
beforeRouteEnter (to, from, next) {
|
||||||
|
window.scrollTo(0, 0);
|
||||||
|
next();
|
||||||
|
},
|
||||||
|
created () {
|
||||||
|
this.getGoodsDetail();
|
||||||
|
|
||||||
|
},
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
goodsMsg: {}, // 商品信息
|
||||||
|
isLoading: false, // 加载状态
|
||||||
|
categoryBar: [], // 分类
|
||||||
|
storeCollected: false, // 商品收藏
|
||||||
|
storeMsg: {} // 店铺信息
|
||||||
|
};
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
getGoodsDetail () {
|
||||||
|
this.isLoading = true;
|
||||||
|
const params = this.$route.query
|
||||||
|
goodsSkuDetail(params).then((res) => {
|
||||||
|
this.isLoading = false;
|
||||||
|
if (res.success) {
|
||||||
|
const result = res.result;
|
||||||
|
const cateName = res.result.categoryName;
|
||||||
|
const cateId = result.data.categoryPath.split(',');
|
||||||
|
const cateArr = [];
|
||||||
|
cateId.forEach((e, index) => { // 插入分类id和name
|
||||||
|
cateArr.push({
|
||||||
|
id: e,
|
||||||
|
name: cateName[index]
|
||||||
|
});
|
||||||
|
});
|
||||||
|
this.categoryBar = cateArr;
|
||||||
|
this.goodsMsg = res.result;
|
||||||
|
// 判断是否收藏
|
||||||
|
if (this.Cookies.getItem('userInfo')) {
|
||||||
|
isCollection('STORE', this.goodsMsg.data.storeId).then(res => {
|
||||||
|
if (res.success && res.result) {
|
||||||
|
this.storeCollected = true;
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
// 获取店铺信息
|
||||||
|
getDetailById(this.goodsMsg.data.storeId).then(res => {
|
||||||
|
if (res.success) {
|
||||||
|
this.storeMsg = res.result
|
||||||
|
}
|
||||||
|
})
|
||||||
|
} else {
|
||||||
|
this.$Message.error(res.message)
|
||||||
|
this.$router.push('/')
|
||||||
|
}
|
||||||
|
}).catch(() => {
|
||||||
|
this.$router.push('/')
|
||||||
|
});
|
||||||
|
},
|
||||||
|
goGoodsList (currIndex) { // 跳转商品列表
|
||||||
|
const arr = []
|
||||||
|
this.categoryBar.forEach((e, index) => {
|
||||||
|
if (index <= currIndex) {
|
||||||
|
arr.push(e.id)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
return location.origin + '/goodsList?categoryId=' + arr.toString()
|
||||||
|
},
|
||||||
|
async collect () { // 收藏店铺
|
||||||
|
if (this.storeCollected) {
|
||||||
|
let cancel = await cancelCollect('STORE', this.goodsMsg.data.storeId)
|
||||||
|
if (cancel.success) {
|
||||||
|
this.$Message.success('已取消收藏')
|
||||||
|
this.storeCollected = false;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
let collect = await collectGoods('STORE', this.goodsMsg.data.storeId);
|
||||||
|
if (collect.code === 200) {
|
||||||
|
this.storeCollected = true;
|
||||||
|
this.$Message.success('收藏店铺成功,可以前往个人中心我的收藏查看');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
watch: {
|
||||||
|
'$route.query.skuId': function (val) {
|
||||||
|
location.reload();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
computed: {
|
||||||
|
},
|
||||||
|
components: {
|
||||||
|
Search,
|
||||||
|
ShopHeader,
|
||||||
|
ShowGoods,
|
||||||
|
ShowGoodsDetail,
|
||||||
|
ShowLikeGoods
|
||||||
|
}
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
<style scoped lang="scss">
|
||||||
|
.shop-item-path {
|
||||||
|
height: 38px;
|
||||||
|
@include background_color($light_background_color);
|
||||||
|
line-height: 38px;
|
||||||
|
color: #2c2c2c;
|
||||||
|
}
|
||||||
|
|
||||||
|
.like {
|
||||||
|
width: 100%;
|
||||||
|
padding: 20px 0;
|
||||||
|
@include white_background_color();
|
||||||
|
}
|
||||||
|
|
||||||
|
.shop-nav-container {
|
||||||
|
width: 1200px;
|
||||||
|
margin: 0 auto;
|
||||||
|
position: relative;
|
||||||
|
.store-collect {
|
||||||
|
position: absolute;
|
||||||
|
right: 20px;
|
||||||
|
top: 0;
|
||||||
|
color: #999;
|
||||||
|
span{
|
||||||
|
&:hover{
|
||||||
|
cursor: pointer;
|
||||||
|
color: $theme_color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
|
@ -4,7 +4,7 @@
|
||||||
<Search></Search>
|
<Search></Search>
|
||||||
<cateNav></cateNav>
|
<cateNav></cateNav>
|
||||||
<ul class="category">
|
<ul class="category">
|
||||||
<li @click="selectCate(cate.id)" v-for="(cate, index) in cateList" :key="index">{{cate.name}}</li>
|
<li @click="selectCate(cate.id)" :class="{'selected-cate': cate.id === params.pointsGoodsCategoryId}" v-for="(cate, index) in cateList" :key="index">{{cate.name}}</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 class="promotion-decorate">积分商品</h3>
|
<h3 class="promotion-decorate">积分商品</h3>
|
||||||
<!-- 列表 -->
|
<!-- 列表 -->
|
||||||
|
@ -39,6 +39,13 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="page-size">
|
||||||
|
<Page :total="total" @on-change="changePageNum"
|
||||||
|
@on-page-size-change="changePageSize"
|
||||||
|
:page-size="params.pageSize"
|
||||||
|
show-sizer>
|
||||||
|
</Page>
|
||||||
|
</div>
|
||||||
<BaseFooter></BaseFooter>
|
<BaseFooter></BaseFooter>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -79,11 +86,27 @@ export default {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
selectCate (id) {
|
selectCate (id) { // 选择商品分类
|
||||||
this.params.pointsGoodsCategoryId = id
|
this.params.pointsGoodsCategoryId = id
|
||||||
this.getList()
|
this.getList()
|
||||||
this.$router.push({query: {categoryId: id}})
|
this.$router.push({query: {categoryId: id}})
|
||||||
}
|
},
|
||||||
|
goGoodsDetail (skuId, goodsId) { // 跳转商品详情
|
||||||
|
let routerUrl = this.$router.resolve({
|
||||||
|
path: '/goodsDetail',
|
||||||
|
query: {skuId, goodsId}
|
||||||
|
})
|
||||||
|
window.open(routerUrl.href, '_blank')
|
||||||
|
},
|
||||||
|
changePageNum (val) { // 修改页码
|
||||||
|
this.params.pageNumber = val;
|
||||||
|
this.getList()
|
||||||
|
},
|
||||||
|
changePageSize (val) { // 修改页数
|
||||||
|
this.pageNumber = 1;
|
||||||
|
this.params.pageSize = val;
|
||||||
|
this.getList()
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -104,8 +127,19 @@ export default {
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
&:hover{
|
&:hover{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
color: $theme_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.selected-cate{
|
||||||
|
color: $theme_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
.page-size {
|
||||||
|
width: 1200px;
|
||||||
|
margin: 10px auto;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
.promotion-decorate::before,.promotion-decorate::after{
|
.promotion-decorate::before,.promotion-decorate::after{
|
||||||
background-image: url('../../static/sprite@2x.png');
|
background-image: url('../../static/sprite@2x.png');
|
||||||
|
|
|
@ -34,33 +34,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="other-user-buy-box">
|
|
||||||
<div class="other-user-buy-title">
|
|
||||||
<p>可以顺便看下其他商品哦 ~</p>
|
|
||||||
</div>
|
|
||||||
<div class="other-user-buy-row" v-for="(items,index1) in recommend" :key="index1">
|
|
||||||
<div class="other-user-buy-item-box" v-for="(item,index2) in items" :key="index2">
|
|
||||||
<div class="other-user-buy-item-img">
|
|
||||||
<a href="item_detail.html"><img :src="item.img" alt=""></a>
|
|
||||||
</div>
|
|
||||||
<div class="other-buy-detail-box">
|
|
||||||
<div class="other-buy-title">
|
|
||||||
<a href="item_detail.html">
|
|
||||||
<p>{{item.intro}}</p>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="other-buy-price">
|
|
||||||
<p>¥{{item.price}}</p>
|
|
||||||
</div>
|
|
||||||
<div class="other-buy-btn-box">
|
|
||||||
<router-link to="/goodsDetail">
|
|
||||||
<button class="other-buy-btn"><Icon type="ios-cart"></Icon> 加入购物车</button>
|
|
||||||
</router-link>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div> -->
|
|
||||||
<BaseFooter></BaseFooter>
|
<BaseFooter></BaseFooter>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -112,6 +112,10 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
.page-size {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
.order-img {
|
.order-img {
|
||||||
> img {
|
> img {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
<template>
|
||||||
|
<div class="msg-list">
|
||||||
|
会员消息详情
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
detail: {}, // 消息详情
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
|
||||||
|
</style>
|
|
@ -0,0 +1,41 @@
|
||||||
|
<template>
|
||||||
|
<div class="msg-list">
|
||||||
|
<card _Title="我的消息" :_Tabs="status" :_Size="16" />
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
import {memberMsgList, readMemberMsg, delMemberMsg} from '@/api/member.js'
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
list: [], // 会员列表
|
||||||
|
status: ['未读', '已读', '回收站'],
|
||||||
|
params: { // 请求参数
|
||||||
|
pageNumber: 1,
|
||||||
|
pageSize: 10,
|
||||||
|
status: ''
|
||||||
|
},
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
getList () { // 获取消息列表
|
||||||
|
memberMsgList(this.params).then(res => {
|
||||||
|
if (res.success) {
|
||||||
|
this.list = res.result.records;
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
setRead (id) { // 设置消息已读
|
||||||
|
readMemberMsg(id).then(res => {
|
||||||
|
|
||||||
|
})
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mounted () {
|
||||||
|
this.getList()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
|
||||||
|
</style>
|
|
@ -41,6 +41,11 @@ const member = [{
|
||||||
title: '账户安全',
|
title: '账户安全',
|
||||||
path: 'AccountSafe'
|
path: 'AccountSafe'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: '',
|
||||||
|
title: '我的消息',
|
||||||
|
path: 'MsgList'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: '',
|
icon: '',
|
||||||
title: '我的足迹',
|
title: '我的足迹',
|
||||||
|
|
|
@ -47,6 +47,8 @@ const ComplainList = resolve => require(['@/pages/home/memberCenter/ComplainList
|
||||||
const ComplainDetail = resolve => require(['@/pages/home/memberCenter/ComplainDetail'], resolve);
|
const ComplainDetail = resolve => require(['@/pages/home/memberCenter/ComplainDetail'], resolve);
|
||||||
const Invoice = resolve => require(['@/pages/home/memberCenter/Invoice'], resolve);
|
const Invoice = resolve => require(['@/pages/home/memberCenter/Invoice'], resolve);
|
||||||
const Point = resolve => require(['@/pages/home/memberCenter/Point'], resolve);
|
const Point = resolve => require(['@/pages/home/memberCenter/Point'], resolve);
|
||||||
|
const MsgList = resolve => require(['@/pages/home/memberCenter/memberMsg/MsgList'], resolve);
|
||||||
|
const MsgDetail = resolve => require(['@/pages/home/memberCenter/memberMsg/MsgDetail'], resolve);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 会员中心
|
* 会员中心
|
||||||
|
@ -316,6 +318,18 @@ export default new Router({
|
||||||
name: 'AddAddress',
|
name: 'AddAddress',
|
||||||
component: AddAddress
|
component: AddAddress
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: 'MsgList',
|
||||||
|
name: 'MsgList',
|
||||||
|
component: MsgList,
|
||||||
|
meta: {title: '我的消息'}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'MsgDetail',
|
||||||
|
name: 'MsgDetail',
|
||||||
|
component: MsgDetail,
|
||||||
|
meta: {title: '我的消息'}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: 'MyOrder',
|
path: 'MyOrder',
|
||||||
name: 'MyOrder',
|
name: 'MyOrder',
|
||||||
|
|
|
@ -1,30 +1,30 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="search">
|
<div class="search">
|
||||||
<Card>
|
<Card>
|
||||||
<Table
|
<Table
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
border
|
border
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
:data="data"
|
:data="data"
|
||||||
ref="table"
|
ref="table"
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
@on-sort-change="changeSort"
|
@on-sort-change="changeSort"
|
||||||
@on-selection-change="changeSelect"
|
@on-selection-change="changeSelect"
|
||||||
>
|
>
|
||||||
<template slot-scope="{ row }" slot="rangeTime">
|
<template slot-scope="{ row }" slot="rangeTime">
|
||||||
<div>{{ row.startTime }} ~ {{ row.endTime }}</div>
|
<div>{{ row.startTime }} ~ {{ row.endTime }}</div>
|
||||||
</template>
|
</template>
|
||||||
<template slot-scope="{ row }" slot="action">
|
<template slot-scope="{ row }" slot="action">
|
||||||
<Button
|
<Button
|
||||||
type="error"
|
type="error"
|
||||||
ghost
|
ghost
|
||||||
size="small"
|
size="small"
|
||||||
:disabled="row.memberCouponStatus != 'NEW'"
|
:disabled="row.memberCouponStatus != 'NEW'"
|
||||||
@click="remove(row)"
|
@click="remove(row)"
|
||||||
>作废</Button
|
>作废</Button
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</Table>
|
</Table>
|
||||||
<Row type="flex" justify="end" class="page">
|
<Row type="flex" justify="end" class="page">
|
||||||
<Page
|
<Page
|
||||||
:current="searchForm.pageNumber"
|
:current="searchForm.pageNumber"
|
||||||
|
|
|
@ -135,10 +135,6 @@ methodItem h4 {
|
||||||
left: 7px;
|
left: 7px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
.ivu-tag-text {
|
|
||||||
line-height: 35px;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.message-title{
|
.message-title{
|
||||||
background-color: #fff5eb;
|
background-color: #fff5eb;
|
||||||
|
|
Loading…
Reference in New Issue