|
@@ -44,6 +44,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+
|
|
|
<!-- <view class="flex justify-between">
|
|
<!-- <view class="flex justify-between">
|
|
|
<view style="width: 500rpx">
|
|
<view style="width: 500rpx">
|
|
|
<view class="text-xl text-bold u-line-1">{{ shopDet.shopName }}</view>
|
|
<view class="text-xl text-bold u-line-1">{{ shopDet.shopName }}</view>
|
|
@@ -67,8 +68,9 @@
|
|
|
<view>
|
|
<view>
|
|
|
<image mode="aspectFill" :src="shopDet.shopCover" class="radius" style="width: 110rpx; height: 110rpx; margin-top: 30rpx"></image>
|
|
<image mode="aspectFill" :src="shopDet.shopCover" class="radius" style="width: 110rpx; height: 110rpx; margin-top: 30rpx"></image>
|
|
|
</view>
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
- <view class="flex align-center margin-top-xs" v-if="shopDet.shopNotice">
|
|
|
|
|
|
|
+ </view> -->
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <view class="flex align-center margin-top-xs" v-if="shopDet.shopNotice">
|
|
|
<text style="width: 14%">公告:</text>
|
|
<text style="width: 14%">公告:</text>
|
|
|
<u-notice-bar
|
|
<u-notice-bar
|
|
|
color="#AAAAAA"
|
|
color="#AAAAAA"
|
|
@@ -82,8 +84,9 @@
|
|
|
:volume-icon="false"
|
|
:volume-icon="false"
|
|
|
:list="shopDet.shopNotice.split(',')"
|
|
:list="shopDet.shopNotice.split(',')"
|
|
|
></u-notice-bar>
|
|
></u-notice-bar>
|
|
|
- </view>
|
|
|
|
|
- <view style="display: flex; margin-top: 3px" class="flex flex-wrap align-center" @click="clickGong">
|
|
|
|
|
|
|
+ </view> -->
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <view style="display: flex; margin-top: 3px" class="flex flex-wrap align-center" @click="clickGong">
|
|
|
<view v-for="(ite, ind) in huoListss" :key="ind" v-if="huoListss && ite.activityType != '1'">
|
|
<view v-for="(ite, ind) in huoListss" :key="ind" v-if="huoListss && ite.activityType != '1'">
|
|
|
<view class="lable flex justify-center align-center" style="border-radius: 4rpx; background-color: #ffffff; color: red; box-sizing: border-box">
|
|
<view class="lable flex justify-center align-center" style="border-radius: 4rpx; background-color: #ffffff; color: red; box-sizing: border-box">
|
|
|
<text v-if="ite.activityType == '2'">时段</text>
|
|
<text v-if="ite.activityType == '2'">时段</text>
|
|
@@ -93,9 +96,9 @@
|
|
|
<text style="margin-left: 3px">{{ ite.activityName }}</text>
|
|
<text style="margin-left: 3px">{{ ite.activityName }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
|
|
|
|
|
- <view class="margin-top-xs" style="width: 100%; height: 40rpx" v-if="couponList.length > 0">
|
|
|
|
|
|
|
+ <!-- <view class="margin-top-xs" style="width: 100%; height: 40rpx" v-if="couponList.length > 0">
|
|
|
<scroll-view scroll-x="true" class="scroll-view_H">
|
|
<scroll-view scroll-x="true" class="scroll-view_H">
|
|
|
<view class="coupon-item flex align-center" v-for="(item, index) in couponList" :key="index" @click="coupons = true">
|
|
<view class="coupon-item flex align-center" v-for="(item, index) in couponList" :key="index" @click="coupons = true">
|
|
|
<text>优惠券</text>
|
|
<text>优惠券</text>
|
|
@@ -882,6 +885,7 @@ export default {
|
|
|
shopId: this.shopId
|
|
shopId: this.shopId
|
|
|
}
|
|
}
|
|
|
this.$Request.get('/app/coupon/seleteAllCoupon', data).then((res) => {
|
|
this.$Request.get('/app/coupon/seleteAllCoupon', data).then((res) => {
|
|
|
|
|
+ console.log(res, 963)
|
|
|
if (res.code == 0 && res.data) {
|
|
if (res.code == 0 && res.data) {
|
|
|
this.couponList = res.data
|
|
this.couponList = res.data
|
|
|
}
|
|
}
|
|
@@ -2312,4 +2316,4 @@ page {
|
|
|
width: 180rpx; /* 三张图片平分宽度 */
|
|
width: 180rpx; /* 三张图片平分宽度 */
|
|
|
height: 135rpx;
|
|
height: 135rpx;
|
|
|
}
|
|
}
|
|
|
-</style>
|
|
|
|
|
|
|
+</style>
|