|
@@ -60,6 +60,7 @@
|
|
</v-tabs>
|
|
</v-tabs>
|
|
</div>
|
|
</div>
|
|
<describe v-if="describeTab === 0 && state.goodsInfo?.description" :content="state.goodsInfo.description"></describe>
|
|
<describe v-if="describeTab === 0 && state.goodsInfo?.description" :content="state.goodsInfo.description"></describe>
|
|
|
|
+ <comment v-if="describeTab === 0 && state.goodsId" class="detail-comment-selector" :goodsId="state.goodsId" />
|
|
</div>
|
|
</div>
|
|
</v-card>
|
|
</v-card>
|
|
</div>
|
|
</div>
|
|
@@ -70,6 +71,7 @@ defineOptions({name: 'goods-details'})
|
|
import { getProductDetail } from '@/api/mall'
|
|
import { getProductDetail } from '@/api/mall'
|
|
import selectSku from './detailsComponents/s-select-sku.vue'
|
|
import selectSku from './detailsComponents/s-select-sku.vue'
|
|
import describe from './detailsComponents/describe.vue'
|
|
import describe from './detailsComponents/describe.vue'
|
|
|
|
+import comment from './detailsComponents/comment.vue'
|
|
import { ref, reactive } from 'vue'
|
|
import { ref, reactive } from 'vue'
|
|
import { useRouter } from 'vue-router'
|
|
import { useRouter } from 'vue-router'
|
|
import Snackbar from '@/plugins/snackbar'
|
|
import Snackbar from '@/plugins/snackbar'
|