|
@@ -151,7 +151,7 @@
|
|
|
<view>{{dataItem.title}}</view>
|
|
|
<view>{{dataItem.content}}</view>
|
|
|
</view>
|
|
|
- <view v-if="dataItem.saleStatus !== 0 && dataItem.authorId == uid">
|
|
|
+ <view v-if="dataItem.saleStatus !== 0 && dataItem.authorId == uid" style="font-size: 28rpx;font-weight: 400;color: #333333;">
|
|
|
<navigator :url="`/pages/goods/order_details/index?orderNo=${dataItem.orderNo}&orderType=secondHand`">
|
|
|
<button class="bg-color order-btn">
|
|
|
订单详情
|
|
@@ -457,13 +457,13 @@
|
|
|
加入购物车
|
|
|
</button> -->
|
|
|
</form>
|
|
|
- <form @submit="goBuy" report-submit="true" v-if="isManage == 0 && !dataItem">
|
|
|
+ <form @submit="goBuy" report-submit="true" v-if="!dataItem">
|
|
|
<button style="border-radius: 0;" :class="productInfo.systemFormId == 0 ? 'bnts' : 'longBnts'" class="buy"
|
|
|
form-type="submit">
|
|
|
立即购买
|
|
|
</button>
|
|
|
</form>
|
|
|
- <form @submit="goSecondHand" report-submit="true" v-if="dataItem.authorId !== uid">
|
|
|
+ <form @submit="goSecondHand" report-submit="true" v-if="dataItem && dataItem.authorId !== uid">
|
|
|
<button style="border-radius: 0;" :class="productInfo.systemFormId == 0 ? 'bnts' : 'longBnts'" class="buy"
|
|
|
form-type="submit">
|
|
|
立即购买
|