|
@@ -90,7 +90,7 @@
|
|
|
</form>
|
|
|
</graceBottomDialog>
|
|
|
<y-Fab :bottom="20" :right="140" v-if="!attrIsShow" @click="buyNow" bgColor="#e55d52" text="购买"></y-Fab>
|
|
|
- <y-Fab :bottom="20" :right="260" v-if="!showComment" @click="showModal" bgColor="#0fa5e5" text="评价"></y-Fab>
|
|
|
+ <y-Fab :bottom="20" :right="260" v-if="!attrIsShow" @click="showModal" bgColor="#0fa5e5" text="评价"></y-Fab>
|
|
|
<view v-if="showComment">
|
|
|
<publish :title="title" :is_upload="true" @hideModal="hideModal" @getRefresh="getRefresh" :type="key" :type_id="item.id" :api="api"></publish>
|
|
|
</view>
|