拼团问题修复
This commit is contained in:
@@ -68,6 +68,14 @@
|
||||
</view>
|
||||
<image class="img" :src="imgs.points"></image>
|
||||
</view>
|
||||
|
||||
<view class="points taocan" @click="toTaocan" >
|
||||
<view>
|
||||
<view class="title">套餐推广</view>
|
||||
<view class="desc">邀好友助力,套餐更优惠</view>
|
||||
</view>
|
||||
<image class="img" :src="imgs.taocan"></image>
|
||||
</view>
|
||||
|
||||
<view class="bottom_menus">
|
||||
<view class="item" @click="tomember">
|
||||
@@ -130,7 +138,8 @@ const imgs = {
|
||||
groupBuying: 'https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/4/117745e0f3db48b489f9d4e5c5967043.png',
|
||||
points: 'https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/4/df0758f7b86449f89f882e50226e17c7.png',
|
||||
code: 'https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/4/044dcaf913054f03a9db7983f048b1e6.png',
|
||||
defaultAvatar: 'https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/4/b98d2c7110e847f996e8d7ba4342f0a5.png'
|
||||
defaultAvatar: 'https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/4/b98d2c7110e847f996e8d7ba4342f0a5.png',
|
||||
taocan:'https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/4/1eb9aa9b865b47b39ab9d7ac404601a9.png'
|
||||
};
|
||||
// 定义接收的属性
|
||||
const props = defineProps({
|
||||
@@ -184,6 +193,10 @@ async function scanOrderHandle() {
|
||||
await store.scanCodeactions();
|
||||
}
|
||||
|
||||
function toTaocan(){
|
||||
|
||||
}
|
||||
|
||||
const memberindex = (url) => {
|
||||
uni.pro.navigateTo(url, {
|
||||
shopId: uni.cache.get('shopId'),
|
||||
@@ -576,6 +589,13 @@ page {
|
||||
}
|
||||
}
|
||||
|
||||
.taocan{
|
||||
.img {
|
||||
width: 117px;
|
||||
height: 117px;
|
||||
}
|
||||
}
|
||||
|
||||
.bottom_menus {
|
||||
display: flex;
|
||||
gap: 14rpx;
|
||||
|
||||
Reference in New Issue
Block a user