Browse Source

去掉上架时限制绑定商铺

qzy 2 months ago
parent
commit
8db8b3663b
1 changed files with 1 additions and 3 deletions
  1. 1 3
      pages/market/order/order.vue

+ 1 - 3
pages/market/order/order.vue

@@ -33,9 +33,7 @@
 				<view class="op">
 				<view class="op">
 					<view class="date">{{ item.createTime }}</view>
 					<view class="date">{{ item.createTime }}</view>
 					<template v-if="item.finishStatus == 1 && item.upStatus != 2">
 					<template v-if="item.finishStatus == 1 && item.upStatus != 2">
-						<view v-if="user.bindShop==2" class="an down_btn" style="background-color: #3c9cff;color: white;" @click.stop="resale(item)">上架
-						</view>
-						<view v-else class="an">请联系互助社绑定商铺
+						<view  class="an down_btn" style="background-color: #3c9cff;color: white;" @click.stop="resale(item)">上架
 						</view>
 						</view>
 					</template>
 					</template>