|
@@ -3,6 +3,8 @@
|
|
|
<view class="img_bx" style="background:#eeeeee"> <image :src="info.cover" lazy-load="true" :lazy-load-margin="0"></image> </view>
|
|
<view class="img_bx" style="background:#eeeeee"> <image :src="info.cover" lazy-load="true" :lazy-load-margin="0"></image> </view>
|
|
|
<view class="cmd-info_bx">
|
|
<view class="cmd-info_bx">
|
|
|
<view class="tit">
|
|
<view class="tit">
|
|
|
|
|
+ <text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;"
|
|
|
|
|
+ v-if="info.frontHide && info.frontHide == 1">隐</text>
|
|
|
<text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;"
|
|
<text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;"
|
|
|
v-if="info.presell == 1">预售</text>
|
|
v-if="info.presell == 1">预售</text>
|
|
|
{{ info.name || "" }}
|
|
{{ info.name || "" }}
|