|
@@ -30,7 +30,8 @@
|
|
|
<image class="icon_3" referrerpolicy="no-referrer" src="/static/lanhu_020105gongyingshangliebiao/ps83ag7scu3a8bfq22ciodg5hiu0x9cesxjbfb4c9ca-ee3f-45ec-a6d7-6f166e13d6e6.png" />
|
|
<image class="icon_3" referrerpolicy="no-referrer" src="/static/lanhu_020105gongyingshangliebiao/ps83ag7scu3a8bfq22ciodg5hiu0x9cesxjbfb4c9ca-ee3f-45ec-a6d7-6f166e13d6e6.png" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="button_4 flex-col" @click="enterShop(ghsInfo)"><text class="text_13">买花</text></view>
|
|
|
|
|
|
|
+ <view class="button_4 flex-col" v-if="ghsInfo.isOpen == 1" @click="enterShop(ghsInfo)"><text class="text_13">买花</text></view>
|
|
|
|
|
+ <view class="button_5 flex-col" v-else @click="enterShop(ghsInfo)"><text class="text_13">买花</text></view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
</template>
|
|
</template>
|
|
@@ -61,7 +62,7 @@ export default {
|
|
|
methods: {
|
|
methods: {
|
|
|
enterShop(item) {
|
|
enterShop(item) {
|
|
|
if(item.isOpen == 0){
|
|
if(item.isOpen == 0){
|
|
|
- this.$msg('本店已休息,请选择其它门店')
|
|
|
|
|
|
|
+ this.$msg('已休店,请选择其它门店')
|
|
|
return false
|
|
return false
|
|
|
}
|
|
}
|
|
|
const { id } = item
|
|
const { id } = item
|
|
@@ -345,7 +346,24 @@ export default {
|
|
|
background-size: 137upx 137upx;
|
|
background-size: 137upx 137upx;
|
|
|
width: 130upx;
|
|
width: 130upx;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- left: 600upx;
|
|
|
|
|
|
|
+ left: 590upx;
|
|
|
|
|
+ top: 80upx;
|
|
|
|
|
+ border-radius:39upx;
|
|
|
|
|
+ .text_13 {
|
|
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
|
|
+ font-size: 30upx;
|
|
|
|
|
+ font-weight:bold;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .button_5 {
|
|
|
|
|
+ height: 80upx;
|
|
|
|
|
+ line-height:80upx;
|
|
|
|
|
+ text-align:center;
|
|
|
|
|
+ background-color:#CCCCCC;
|
|
|
|
|
+ background-size: 137upx 137upx;
|
|
|
|
|
+ width: 130upx;
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ left: 590upx;
|
|
|
top: 80upx;
|
|
top: 80upx;
|
|
|
border-radius:39upx;
|
|
border-radius:39upx;
|
|
|
.text_13 {
|
|
.text_13 {
|