首页连接,商品标签
This commit is contained in:
@@ -4,6 +4,7 @@ import com.baomidou.mybatisplus.annotation.IdType;
|
|||||||
import com.baomidou.mybatisplus.annotation.TableField;
|
import com.baomidou.mybatisplus.annotation.TableField;
|
||||||
import com.baomidou.mybatisplus.annotation.TableId;
|
import com.baomidou.mybatisplus.annotation.TableId;
|
||||||
import com.baomidou.mybatisplus.annotation.TableName;
|
import com.baomidou.mybatisplus.annotation.TableName;
|
||||||
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||||
import com.zscat.mallplus.utils.BaseEntity;
|
import com.zscat.mallplus.utils.BaseEntity;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import org.springframework.format.annotation.DateTimeFormat;
|
import org.springframework.format.annotation.DateTimeFormat;
|
||||||
@@ -41,6 +42,8 @@ public class SmsFlashPromotionSession extends BaseEntity implements Serializable
|
|||||||
* 每日开始时间
|
* 每日开始时间
|
||||||
*/
|
*/
|
||||||
@DateTimeFormat(pattern = "HH:mm:ss")
|
@DateTimeFormat(pattern = "HH:mm:ss")
|
||||||
|
// @JsonFormat(pattern = "HH:mm:ss", timezone = "GMT+8")
|
||||||
|
@JsonFormat(pattern = "HH:mm:ss", timezone = "GMT")
|
||||||
@TableField("start_time")
|
@TableField("start_time")
|
||||||
private Date startTime;
|
private Date startTime;
|
||||||
|
|
||||||
@@ -48,6 +51,8 @@ public class SmsFlashPromotionSession extends BaseEntity implements Serializable
|
|||||||
* 每日结束时间
|
* 每日结束时间
|
||||||
*/
|
*/
|
||||||
@DateTimeFormat(pattern = "HH:mm:ss")
|
@DateTimeFormat(pattern = "HH:mm:ss")
|
||||||
|
// @JsonFormat(pattern = "HH:mm:ss", timezone = "GMT+8")
|
||||||
|
@JsonFormat(pattern = "HH:mm:ss", timezone = "GMT")
|
||||||
@TableField("end_time")
|
@TableField("end_time")
|
||||||
private Date endTime;
|
private Date endTime;
|
||||||
|
|
||||||
|
|||||||
@@ -33,15 +33,15 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- 分类 -->
|
<!-- 分类 -->
|
||||||
<view class="cate-section">
|
<view class="cate-section">
|
||||||
<view class="cate-item" @click="navToTabPage('../../pagesA/product/list?isFenxiao=1')">
|
<view class="cate-item" @click="navToTabPage('../../pagesA/product/groupActivityList')">
|
||||||
<image src="/static/temp//antFill-gift.png"></image>
|
<image src="/static/temp//antFill-gift.png"></image>
|
||||||
<text>惠农套餐</text>
|
<text>惠农套餐</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="cate-item" @click="navToTabPage('../../pagesA/product/list?isVip=1')">
|
<view class="cate-item" @click="navToTabPage('../../pagesA/product/groupList')">
|
||||||
<image src="/static/temp/fasfausers.png"></image>
|
<image src="/static/temp/fasfausers.png"></image>
|
||||||
<text>拼团特价</text>
|
<text>拼团特价</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="cate-item" @click="navToTabPage('../../pagesA/product/groupList')">
|
<view class="cate-item" @click="navToTabPage('../../pages/index/secskill')">
|
||||||
<image src="/static/temp/fabfa-dropbox.png"></image>
|
<image src="/static/temp/fabfa-dropbox.png"></image>
|
||||||
<text>限时抢购</text>
|
<text>限时抢购</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<uni-section title="会员标签" type="line"></uni-section>
|
<!-- <uni-section title="会员标签" type="line"></uni-section>
|
||||||
<view class="example-body" >
|
<view class="example-body" >
|
||||||
<view class="tag-view" v-for="(item, index) in memberTagList" :key="index" @click="navToList(item.id)">
|
<view class="tag-view" v-for="(item, index) in memberTagList" :key="index" @click="navToList(item.id)">
|
||||||
<uni-tag :circle="true" :text="item.name" type="warning" />
|
<uni-tag :circle="true" :text="item.name" type="warning" />
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
<view class="tag-view" v-for="(item, index) in cmsTagList" :key="index" @click="navToList(item.id)">
|
<view class="tag-view" v-for="(item, index) in cmsTagList" :key="index" @click="navToList(item.id)">
|
||||||
<uni-tag :circle="true" :inverted="inverted" :text="item.name" type="primary" @click="setInverted" />
|
<uni-tag :circle="true" :inverted="inverted" :text="item.name" type="primary" @click="setInverted" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user