|
|
@@ -13,12 +13,12 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
- <image v-if="buyNotice == 1 && (ghsInfo.buyNoticeText == '' || ghsInfo.buyNoticeText == null)" :src="`${constant.hostUrl}/image/cg/buy_look2.png?v=1`" @click.stop="getReadMe(ghsInfo.shopId)" style="border-radius:10upx;margin-top:9upx;" mode="widthFix"></image>
|
|
|
- <view class="notice-banner" @click.stop="getReadMe(ghsInfo.shopId)" v-if="ghsInfo.buyNoticeText != ''">
|
|
|
- <text class="notice-text">{{ ghsInfo.buyNoticeText }}</text>
|
|
|
- </view>
|
|
|
-
|
|
|
+ <block v-if="buyNotice == 1">
|
|
|
+ <image v-if="ghsInfo.buyNoticeText == '' || ghsInfo.buyNoticeText == null" :src="`${constant.hostUrl}/image/cg/buy_look2.png?v=1`" @click.stop="getReadMe(ghsInfo.shopId)" style="border-radius:10upx;margin-top:9upx;" mode="widthFix"></image>
|
|
|
+ <view class="notice-banner" @click.stop="getReadMe(ghsInfo.shopId)" v-else>
|
|
|
+ <text class="notice-text">{{ ghsInfo.buyNoticeText }}</text>
|
|
|
+ </view>
|
|
|
+ </block>
|
|
|
</view>
|
|
|
|
|
|
<view class="input-wrap" >
|
|
|
@@ -603,9 +603,6 @@ export default {
|
|
|
if(this.buyNotice == 1){
|
|
|
this.myClass = 'fadeIn'
|
|
|
}
|
|
|
- if(this.ghsInfo.buyNoticeText!=''){
|
|
|
- this.myClass = 'fadeIn'
|
|
|
- }
|
|
|
//获取供货商花材
|
|
|
if(id>0){
|
|
|
this.visitMall(id)
|
|
|
@@ -638,9 +635,6 @@ export default {
|
|
|
if(this.buyNotice == 1){
|
|
|
this.myClass = 'fadeIn'
|
|
|
}
|
|
|
- if(this.ghsInfo.buyNoticeText!=''){
|
|
|
- this.myClass = 'fadeIn'
|
|
|
- }
|
|
|
this.visitMall(this.option.id)
|
|
|
uni.setNavigationBarTitle({title: this.ghsInfo.name})
|
|
|
//不是新人或者已经下过单的或者活动没有开启不显示新人红
|