|
@@ -146,7 +146,7 @@
|
|
<div th:attr="class=*{'main_price_text product_'+productId}, data-id=*{productId}">
|
|
<div th:attr="class=*{'main_price_text product_'+productId}, data-id=*{productId}">
|
|
<!-- 正常商品 -->
|
|
<!-- 正常商品 -->
|
|
<th:block th:if="*{productCategory}==1">
|
|
<th:block th:if="*{productCategory}==1">
|
|
- <div class="price_text_tag" th:if="${pros.get('product').containsKey('actStatus')}" v-if="userId>0">
|
|
|
|
|
|
+ <div class="price_text_tag" v-if="userId>0" th:if="${pros.get('product').containsKey('actStatus')}">
|
|
<p class="listTag" th:if="*{actStatus}==1 and ${pros.get('product').get('promotions')}!=null">
|
|
<p class="listTag" th:if="*{actStatus}==1 and ${pros.get('product').get('promotions')}!=null">
|
|
<template th:text="*{promotions.name}"></template>
|
|
<template th:text="*{promotions.name}"></template>
|
|
<th:block th:if="*{promotions.type}==1 and *{promotions.mode}==1">
|
|
<th:block th:if="*{promotions.type}==1 and *{promotions.mode}==1">
|