diff --git a/pages/book/component/customerService.vue b/pages/book/component/customerService.vue new file mode 100644 index 0000000..765b768 --- /dev/null +++ b/pages/book/component/customerService.vue @@ -0,0 +1,40 @@ + + + + + \ No newline at end of file diff --git a/pages/book/myPhotoProductDetail/myPhotoProductDetail.vue b/pages/book/myPhotoProductDetail/myPhotoProductDetail.vue index 5ee0c72..995e695 100644 --- a/pages/book/myPhotoProductDetail/myPhotoProductDetail.vue +++ b/pages/book/myPhotoProductDetail/myPhotoProductDetail.vue @@ -7,6 +7,9 @@ {{ obj.name }} ¥{{ obj.price.toFixed(2) }}{{ isShow ? '起' : '/天' }} + @@ -41,6 +44,7 @@ import clothesAttributePlusVue from '../../clothesRent/component/clothesAttributePlus.vue'; import emitter from '../../../utils/emitter'; import { getFonts } from '../../../common/globalFont'; + import customerServiceVue from '../component/customerService.vue'; const book = ref(null) const rent = ref(null) @@ -145,6 +149,22 @@