shish 15 часов назад
Родитель
Сommit
03592c0525
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      mallApp/src/pages/home/recent.vue

+ 1 - 1
mallApp/src/pages/home/recent.vue

@@ -136,7 +136,7 @@
                 @click.stop="enterShop(item)"
               >
                 <text class="iconfont icondianpuweixuanzhong enter-icon"></text>
-                <text class="enter-text">进入店铺</text>
+                <text class="enter-text">{{ item.openShop === 0 ? '店铺休息' : '进入店铺' }}</text>
                 <!-- 右箭头用 iconfont,避免字符 › 在各端字号/对齐不一致 -->
                 <text class="iconfont iconxiangyou enter-arrow"></text>
               </view>