mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-16 23:53:48 +08:00
sit-Carl
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<div class="rc-contair">
|
||||
<div class="rc-left" ref="userleft" id="userleft" :style='usercolor'>
|
||||
<div>
|
||||
<i>¥</i><span>{{item.couponTypeId=='4'?(item.discount) *10:item.couponAmount}}</span>
|
||||
<i>¥</i><span>{{item.couponTypeId=='4'?parseInt(((item.discount) *10))+ '折':item.couponAmount}}</span>
|
||||
</div>
|
||||
<strong>{{ item.couponName }}</strong>
|
||||
</div>
|
||||
@@ -40,7 +40,7 @@
|
||||
<div class="rc-userfont">
|
||||
<strong>有效期</strong>
|
||||
<span>{{item.validFrom}}至</span>
|
||||
<em>{{ item.validTo }}</em>
|
||||
<em>{{item.validTo}}</em>
|
||||
</div>
|
||||
<nuxt-link :to="`/productdetails/productlist`">
|
||||
<div v-if="userload" class="ts-stand">
|
||||
@@ -196,6 +196,10 @@ export default {
|
||||
if(data){
|
||||
console.log(data);
|
||||
this.newlist=data.data;
|
||||
this.newlist.forEach(element=>{
|
||||
element.validFrom=element.validFrom.slice(0,10)
|
||||
element.validTo=element.validTo.slice(0,10)
|
||||
})
|
||||
console.log(this.newlist);
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<Myheader></Myheader>
|
||||
<div class="rc-top"></div>
|
||||
<div class="rc-header">
|
||||
<div class="rc-main">
|
||||
<div class="rc-headera">
|
||||
|
||||
@@ -49,11 +49,12 @@
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="online rc-md-up"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- rc-main end -->
|
||||
<div class="online"></div>
|
||||
<div class="online bold" style="margin-top:127px"></div>
|
||||
<!-- rc-main start -->
|
||||
<div class="rc-max-width--xl">
|
||||
<div class="usersearch">
|
||||
|
||||
Reference in New Issue
Block a user