|
|
|
@ -14,7 +14,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<!-- 搜索框 --> |
|
|
|
|
<view class="input-box"> |
|
|
|
|
<input placeholder="搜索卡券" placeholder-style="color:#c0c0c0;" @tap="toSearch()" /> |
|
|
|
|
<input placeholder="搜索门店" placeholder-style="color:#c0c0c0;" @tap="toSearch()" /> |
|
|
|
|
<view class="icon search"></view> |
|
|
|
|
</view> |
|
|
|
|
<!-- 右侧图标按钮 --> |
|
|
|
@ -54,12 +54,14 @@ |
|
|
|
|
<view class="text">{{ row.name }}</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<image v-if='productList.length == 0' mode="widthFix" style="margin-top: 30px;width: 90%;margin-left: 5%;" @click="jumpTyou" :src="imagewxUrl+imgadres4"></image> |
|
|
|
|
<image mode="widthFix" style="margin-top: 30px;width: 90%;margin-left: 5%;" |
|
|
|
|
@click="jumpTyou" :src="imagewxUrl+imgadres4"></image> |
|
|
|
|
<!-- 赠券 --> |
|
|
|
|
<view style="width: 91%;margin-left: 5%;" v-if='productList.length != 0' @click="goGoodsList(1)"> |
|
|
|
|
<image class="mart30 width100" mode="widthFix" :src="imagewxUrl+imgadres"></image> |
|
|
|
|
</view> |
|
|
|
|
<swiper class="orange-content" style="border: 2px solid #ff5836;" v-if='productList.length != 0' :display-multiple-items="productListleg"> |
|
|
|
|
<swiper class="orange-content" style="border: 2px solid #ff5836;" v-if='productList.length != 0' |
|
|
|
|
:display-multiple-items="productListleg"> |
|
|
|
|
<swiper-item class="swiper-hed" v-for="pro in productList" :key="pro.id" @click="toGoods(pro.id)"> |
|
|
|
|
<view class="swiper-item" :data-id="pro.id"> |
|
|
|
|
<image class="img" :src="imageUrl+pro.couponImg" mode="aspectFit"> |
|
|
|
@ -70,13 +72,15 @@ |
|
|
|
|
</swiper-item> |
|
|
|
|
</swiper> |
|
|
|
|
|
|
|
|
|
<image v-if='goldproductList.length == 0' mode="widthFix" style="margin-top: 30px;width: 90%;margin-left: 5%;" @click="jumphuafei" :src="imagewxUrl+imgadres5"></image> |
|
|
|
|
<image mode="widthFix" style="margin-top: 30px;width: 90%;margin-left: 5%;" |
|
|
|
|
@click="jumphuafei" :src="imagewxUrl+imgadres5"></image> |
|
|
|
|
<!-- 金币 --> |
|
|
|
|
<view style="width: 90%;margin-left: 5%;" v-if='goldproductList.length != 0' @click="goGoodsList(2)"> |
|
|
|
|
<image class="mart30 width100" mode="widthFix" :src="imagewxUrl+imgadres1"></image> |
|
|
|
|
</view> |
|
|
|
|
<!-- v-if="goldproductList&&goldproductList.length>0" --> |
|
|
|
|
<swiper class="orange-content" :display-multiple-items="goldproductListleg" v-if='goldproductList.length != 0' next-margin="50rpx"> |
|
|
|
|
<swiper class="orange-content" :display-multiple-items="goldproductListleg" v-if='goldproductList.length != 0' |
|
|
|
|
next-margin="50rpx"> |
|
|
|
|
<swiper-item class="swiper-hed" v-for="(item,index) in goldproductList" :key="index" |
|
|
|
|
@click="toGoods(item.id)"> |
|
|
|
|
<view class="swiper-item" :data-id="item.id"> |
|
|
|
@ -180,8 +184,7 @@ |
|
|
|
|
<view class='bottom flex'> |
|
|
|
|
<view class='item' @click='close'>随便逛逛</view> |
|
|
|
|
<!-- #ifdef MP --> |
|
|
|
|
<button class='item grant' open-type="getPhoneNumber" |
|
|
|
|
@getphonenumber="getPhoneNumber">去授权</button> |
|
|
|
|
<button class='item grant' open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">去授权</button> |
|
|
|
|
<!-- #endif --> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -297,6 +300,8 @@ |
|
|
|
|
this.city = app.globalData.cityName; |
|
|
|
|
this.getCouponListArea(); |
|
|
|
|
this.getCouponListgold(); |
|
|
|
|
this.getCmsContent(); |
|
|
|
|
this.getCmsAactibity(); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onLoad() { |
|
|
|
@ -438,17 +443,17 @@ |
|
|
|
|
',' + res.longitude + '&key=7UMBZ-HFEHX-HSD4Q-Z3QY6-OQKN7-2QBDB', |
|
|
|
|
data: {}, |
|
|
|
|
success: function(res) { |
|
|
|
|
that.city = res.data.result.address_component.city.replace(/市/g, |
|
|
|
|
''); |
|
|
|
|
app.globalData.cityName = res.data.result.address_component.city |
|
|
|
|
.replace(/市/g, ''); |
|
|
|
|
// that.city = res.data.result.address_component.city.replace(/市/g, |
|
|
|
|
// ''); |
|
|
|
|
that.city = res.data.result.address_component.province; |
|
|
|
|
app.globalData.cityName = res.data.result.address_component.province; |
|
|
|
|
app.globalData.cityId = res.data.result.ad_info.adcode; |
|
|
|
|
// app.globalData.cityId = '500100'; |
|
|
|
|
that.getCouponListArea(); |
|
|
|
|
that.getCouponListgold(); |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
that.getCmsContent(); |
|
|
|
|
that.getCmsAactibity() |
|
|
|
|
that.getCmsAactibity(); |
|
|
|
|
}, |
|
|
|
|
fail() { |
|
|
|
|
uni.hideLoading() |
|
|
|
|