|
|
@ -52,7 +52,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="line"></view> |
|
|
|
<view class="line"></view> |
|
|
|
<view class="bottom"> |
|
|
|
<view class="bottom"> |
|
|
|
<view class="text"> {{info.classify == 1 ? '饿了么' : '美团' }}会员满{{info.memberPrice}}减{{info.memberMoney}} {{info.classify == 1 ? '饿了么' : '美团' }}非会员满{{info.price}}减{{info.money}} </view> |
|
|
|
<view class="text"> 番茄会员满{{info.memberPrice}}减{{info.memberMoney}}积分,非会员满{{info.price}}减{{info.money}}积分 </view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
@ -61,12 +61,12 @@ |
|
|
|
<view class="top"> |
|
|
|
<view class="top"> |
|
|
|
<view class="top-left"> |
|
|
|
<view class="top-left"> |
|
|
|
<image src="../../static/img/home/huangguan.png"></image> |
|
|
|
<image src="../../static/img/home/huangguan.png"></image> |
|
|
|
<text>番茄会员满{{info.memberPrice}}元返{{info.memberMoney}}元</text> |
|
|
|
<text>加入番茄会员</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="button" @tap="goPageLogin('/pages/my/myVIP')">开通会员</view> |
|
|
|
<view class="button" @tap="goPageLogin('/pages/my/myVIP')">开通会员</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="bottom"> |
|
|
|
<view class="bottom"> |
|
|
|
<view class="bottomcontent" style="display: flex;align-items: center;"> |
|
|
|
<view class="bottomcontent"> |
|
|
|
<view class="circle"><image src="https://download.cyjyyjy.com/fq-logo.jpg"></image></view> |
|
|
|
<view class="circle"><image src="https://download.cyjyyjy.com/fq-logo.jpg"></image></view> |
|
|
|
<view class="jieshao"> |
|
|
|
<view class="jieshao"> |
|
|
|
<view style="font-size: 28rpx;font-weight: 500;color: #000000;"> |
|
|
|
<view style="font-size: 28rpx;font-weight: 500;color: #000000;"> |
|
|
@ -74,7 +74,7 @@ |
|
|
|
<view style="font-size: 24rpx;font-weight: 500;color: #000000;"> |
|
|
|
<view style="font-size: 24rpx;font-weight: 500;color: #000000;"> |
|
|
|
添加客服微信进入番茄饭团福利群</view> |
|
|
|
添加客服微信进入番茄饭团福利群</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="add">添加</view> |
|
|
|
<view class="add" @click="fensiImage">添加</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -90,9 +90,6 @@ |
|
|
|
<view class="payinfo" @click="btns"> |
|
|
|
<view class="payinfo" @click="btns"> |
|
|
|
<view>立即抢单</view> |
|
|
|
<view>立即抢单</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- <view class="payinfo" @click="btns"> |
|
|
|
|
|
|
|
<view>立即抢单</view> |
|
|
|
|
|
|
|
</view> --> |
|
|
|
|
|
|
|
<view class="payinfo" @click="copyStoreName" style="border-radius: 0px 32rpx 32rpx 0px;"> |
|
|
|
<view class="payinfo" @click="copyStoreName" style="border-radius: 0px 32rpx 32rpx 0px;"> |
|
|
|
<view>复制店名</view> |
|
|
|
<view>复制店名</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -197,6 +194,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
onLoad(e) { |
|
|
|
onLoad(e) { |
|
|
|
|
|
|
|
console.log(this.$queue.getData('mobile') == undefined) |
|
|
|
this.goodsId = e.goodsId; |
|
|
|
this.goodsId = e.goodsId; |
|
|
|
this.latitude = e.latitude; |
|
|
|
this.latitude = e.latitude; |
|
|
|
this.longitude = e.longitude; |
|
|
|
this.longitude = e.longitude; |
|
|
@ -514,11 +512,17 @@ |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
uni.navigateTo({ |
|
|
|
uni.navigateTo({ |
|
|
|
url: '/pages/my/customer' |
|
|
|
url: '/pagesB/pages/my/customer' |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 立即下单 打开美团外卖 |
|
|
|
// 立即下单 打开美团外卖 |
|
|
|
btns() { |
|
|
|
btns() { |
|
|
|
|
|
|
|
if(this.$queue.getData('mobile') == undefined){ |
|
|
|
|
|
|
|
uni.navigateTo({ |
|
|
|
|
|
|
|
url: '/pages/public/mobile' |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
} |
|
|
|
if (uni.getStorageSync('sendorderMsg')) { |
|
|
|
if (uni.getStorageSync('sendorderMsg')) { |
|
|
|
uni.requestSubscribeMessage({ |
|
|
|
uni.requestSubscribeMessage({ |
|
|
|
tmplIds: this.arr, |
|
|
|
tmplIds: this.arr, |
|
|
@ -551,6 +555,9 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
// #endif |
|
|
|
// #endif |
|
|
|
|
|
|
|
//#ifdef H5 |
|
|
|
|
|
|
|
window.location.href = this.info.url; |
|
|
|
|
|
|
|
//#endif |
|
|
|
} else if (this.info.classify == 1) { //饿了么 |
|
|
|
} else if (this.info.classify == 1) { //饿了么 |
|
|
|
// #ifdef MP-WEIXIN |
|
|
|
// #ifdef MP-WEIXIN |
|
|
|
uni.navigateToMiniProgram({ |
|
|
|
uni.navigateToMiniProgram({ |
|
|
@ -561,6 +568,9 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
// #endif |
|
|
|
// #endif |
|
|
|
|
|
|
|
//#ifdef H5 |
|
|
|
|
|
|
|
window.location.href = this.info.url; |
|
|
|
|
|
|
|
//#endif |
|
|
|
} |
|
|
|
} |
|
|
|
}, 500); |
|
|
|
}, 500); |
|
|
|
} else { |
|
|
|
} else { |
|
|
@ -824,6 +834,7 @@ |
|
|
|
height: 82rpx; |
|
|
|
height: 82rpx; |
|
|
|
padding: 26rpx 30rpx; |
|
|
|
padding: 26rpx 30rpx; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.shop .bottom .text { |
|
|
|
.shop .bottom .text { |
|
|
@ -842,7 +853,13 @@ |
|
|
|
.welfare { |
|
|
|
.welfare { |
|
|
|
margin: 32rpx; |
|
|
|
margin: 32rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.bottomcontent{ |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
padding: 0 32rpx; |
|
|
|
|
|
|
|
} |
|
|
|
.welfare .top { |
|
|
|
.welfare .top { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
height: 96rpx; |
|
|
|
height: 96rpx; |
|
|
@ -882,6 +899,7 @@ |
|
|
|
.content .bottom { |
|
|
|
.content .bottom { |
|
|
|
height: 100px; |
|
|
|
height: 100px; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
background-color: #FFFFFF; |
|
|
|
background-color: #FFFFFF; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -907,19 +925,15 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bottom .add { |
|
|
|
.bottom .add { |
|
|
|
width: 48px; |
|
|
|
width: 96rpx; |
|
|
|
height: 19px; |
|
|
|
height: 38rpx; |
|
|
|
background: linear-gradient(141deg, #FF4848 0%, #FF2929 100%); |
|
|
|
background: linear-gradient(141deg, #FF4848 0%, #FF2929 100%); |
|
|
|
opacity: 1; |
|
|
|
border-radius: 20rpx; |
|
|
|
border-radius: 10px; |
|
|
|
font-size: 24rpx; |
|
|
|
font-size: 12px; |
|
|
|
|
|
|
|
font-family: PingFang SC; |
|
|
|
|
|
|
|
font-weight: 500; |
|
|
|
font-weight: 500; |
|
|
|
color: #FFFFFF; |
|
|
|
color: #FFFFFF; |
|
|
|
padding-left: 12px; |
|
|
|
line-height: 38rpx; |
|
|
|
padding-top: 2px; |
|
|
|
text-align: center; |
|
|
|
margin-left: 50px; |
|
|
|
|
|
|
|
margin-top: 10px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 底部按钮 |
|
|
|
// 底部按钮 |
|
|
|