diff --git a/pages/module/booking/QuickBookingContentList.vue b/pages/module/booking/QuickBookingContentList.vue index 3b90a49..3c2a070 100644 --- a/pages/module/booking/QuickBookingContentList.vue +++ b/pages/module/booking/QuickBookingContentList.vue @@ -2,30 +2,32 @@ - - - - - - {{ item.commodityName }} - - {{ tag }} - - - - - - - {{ item.commodityPrice }} - /人 - - - 下单 - - - + + + + + + + {{ item.commodityName }} + + {{ tag }} + + + + + + + {{ item.commodityPrice }} + /人 + + + 下单 + + + + @@ -39,7 +41,7 @@ default: {} } }) - + /// 去下单 const placeOrderHandle = (item) => { uni.navigateTo({ @@ -50,7 +52,7 @@ \ No newline at end of file + diff --git a/pages/module/detail/DetailCardCompontent.vue b/pages/module/detail/DetailCardCompontent.vue index 739faa7..58b9fa9 100644 --- a/pages/module/detail/DetailCardCompontent.vue +++ b/pages/module/detail/DetailCardCompontent.vue @@ -30,6 +30,7 @@ diff --git a/pages/module/detail/DetailCardGoodsContentList.vue b/pages/module/detail/DetailCardGoodsContentList.vue index 9c8e517..efcdb47 100644 --- a/pages/module/detail/DetailCardGoodsContentList.vue +++ b/pages/module/detail/DetailCardGoodsContentList.vue @@ -2,29 +2,30 @@ - - - - - {{ item.commodityName }} - - {{ tag }} - - - - - - - {{ item.specificationPrice }} - /人 - - - 下单 - - - + + + + + + {{ item.commodityName }} + + {{ tag }} + + + + + + + {{ item.specificationPrice }} + /人 + + 下单 + + + + @@ -38,7 +39,7 @@ default: [] } }) - + /// 去下单 const placeOrderHandle = (item) => { uni.navigateTo({ @@ -49,8 +50,8 @@ \ No newline at end of file + diff --git a/pages/module/discovery/DiscoveryCradContentList.vue b/pages/module/discovery/DiscoveryCradContentList.vue index b68ff17..7fccad3 100644 --- a/pages/module/discovery/DiscoveryCradContentList.vue +++ b/pages/module/discovery/DiscoveryCradContentList.vue @@ -2,10 +2,12 @@ - - - {{ item.topic }} - + + + + {{ item.topic }} + + @@ -20,7 +22,7 @@ default: {} } }) - + const sendReply = (item) => { const topic = item.userInputContent || item.topic.replace(/^#/, ''); uni.$emit(RECOMMEND_POSTS_TITLE, topic); @@ -29,20 +31,20 @@ \ No newline at end of file + diff --git a/pages/module/recommend/RecommendPostsList.vue b/pages/module/recommend/RecommendPostsList.vue index 8f89d7c..a39586a 100644 --- a/pages/module/recommend/RecommendPostsList.vue +++ b/pages/module/recommend/RecommendPostsList.vue @@ -2,12 +2,14 @@ - - - - {{ item.topic }} - - + + + + + {{ item.topic }} + + + @@ -33,7 +35,7 @@ \ No newline at end of file +