拼团商品详情问题接口404

uniapp运行的H5版本,购物车报错不能购买
小程序绑定手机号会报错
uniapp 3.1 tabbar显示
This commit is contained in:
Gao xiaosong
2020-09-20 23:00:32 +08:00
parent cd942b5349
commit 32a514eb74
8 changed files with 109 additions and 61 deletions

View File

@ -1,5 +1,5 @@
<template>
<view class="activity-goods-box x-bc" @tap="jump('/pages/activity/GroupDetails/index', { id: id })">
<view class="activity-goods-box x-bc" @tap="jump('/pages/activity/GroupDetails/index', { id: cid })">
<view class="img-box">
<slot name="tag"></slot>
<image class="img" :src="img" mode="aspectFill"></image>
@ -27,7 +27,7 @@ export default {
return {};
},
props: {
id: 0,
cid: 0,
img: '',
title: '',
info: '',