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