|
@@ -15,10 +15,10 @@
|
|
v-model="openResetPwd">
|
|
v-model="openResetPwd">
|
|
<ResetPwd />
|
|
<ResetPwd />
|
|
</a-modal>
|
|
</a-modal>
|
|
- <!-- 新产品上线提醒 -->
|
|
|
|
|
|
+ <!-- 产品上线提醒 -->
|
|
<a-modal
|
|
<a-modal
|
|
class="newProductTips"
|
|
class="newProductTips"
|
|
- :title="'新产品'+(onlineFalg=='1'?'上':'下')+'线提醒'"
|
|
|
|
|
|
+ :title="'产品'+(onlineFalg=='1'?'上':'下')+'线提醒'"
|
|
:width="800"
|
|
:width="800"
|
|
centered
|
|
centered
|
|
:footer="null"
|
|
:footer="null"
|
|
@@ -83,7 +83,7 @@ export default {
|
|
// 查看更多产品
|
|
// 查看更多产品
|
|
seeMore () {
|
|
seeMore () {
|
|
this.openNewProduct = false
|
|
this.openNewProduct = false
|
|
- this.$router.push({ name: 'newProductList', params: { onlineFalg: this.onlineFalg } })
|
|
|
|
|
|
+ this.$router.push({ name: this.onlineFalg == 1 ? 'newProductList' : 'oldProductList', params: { onlineFalg: this.onlineFalg } })
|
|
},
|
|
},
|
|
// 关闭弹框
|
|
// 关闭弹框
|
|
cancelProductTips () {
|
|
cancelProductTips () {
|