优化
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<text>会员充值</text>
|
||||
</view>
|
||||
<view class='divider' style='margin: 0;height: 153rpx' />
|
||||
<view @click.stop='goPath("/pages/mine/subs/coupon/coupon-list")'>
|
||||
<view @click.stop='goPath("/pages/mine/subs/coupon/index")'>
|
||||
<image :src='assetsUrl("ic_coupon.png")' style='width: 108rpx;height: 95rpx' />
|
||||
<text>优惠券</text>
|
||||
</view>
|
||||
@@ -94,7 +94,7 @@ const submenuList = [
|
||||
];
|
||||
|
||||
onLoad(async (e) => {
|
||||
const data = await getCompanyInfo('1471673498334113794');
|
||||
const data = await getCompanyInfo(userInfo.value.companyId);
|
||||
bannerList.value = data.bannerinx?.map((res: { src: string }) => res.src);
|
||||
recommendBannerList.value = data.bannerhot?.map((res: { src: string }) => res.src);
|
||||
});
|
||||
|
Reference in New Issue
Block a user