|
|
@@ -222,6 +222,10 @@ const makePhoneCall = () => {
|
|
|
}
|
|
|
});
|
|
|
};
|
|
|
+const goDetail = async (item) => {
|
|
|
+ await goShopDetail(item, uid);
|
|
|
+ uni.navigateTo({ url: `/pages/goods/goods_details/index?id=${item.id}` });
|
|
|
+};
|
|
|
</script>
|
|
|
<style scoped lang="scss">
|
|
|
.container{
|