|
|
@@ -11,7 +11,7 @@
|
|
|
<text v-if="Number(productInfo.discountPrice) > 0">【特价】</text>
|
|
|
{{ productInfo.name}}
|
|
|
</view>
|
|
|
- <button open-type="share" class="tui-share-btn tui-share-position" >
|
|
|
+ <button class="tui-share-btn tui-share-position" >
|
|
|
<app-tag type="gray" tui-tag-class="tui-tag-share tui-size" shape="circleLeft" size="small" >
|
|
|
<view class="flex-center">
|
|
|
<i class="iconfont iconfenxiang"></i>
|
|
|
@@ -54,14 +54,13 @@ import AppTag from "@/components/module/app-tag.vue";
|
|
|
import BuyFoot from "./components/buy-foot.vue";
|
|
|
import SelPopup from "./components/sel-popup.vue";
|
|
|
import AppShareMask from "@/components/module/app-share-mask";
|
|
|
-import { share } from "@/mixins";
|
|
|
import { mapGetters } from "vuex";
|
|
|
import { getGhsProductDetail } from "@/api/product";
|
|
|
import { ghsInfo,getGhsDataApi } from "@/api/ghs";
|
|
|
import productMins from "@/mixins/cgProduct";
|
|
|
export default {
|
|
|
name: "detail",
|
|
|
- mixins: [share,productMins],
|
|
|
+ mixins: [productMins],
|
|
|
components: {
|
|
|
AppSwiper,
|
|
|
AppTag,
|