拼团商品详情问题接口404
uniapp运行的H5版本,购物车报错不能购买 小程序绑定手机号会报错 uniapp 3.1 tabbar显示
This commit is contained in:
@ -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: '',
|
||||
|
Reference in New Issue
Block a user