绿满眶商城微信小程序-uniapp
zxl
3 天以前 796977e24baa7c1d3a333e2c1c8e06ca73fd9a56
pages/cart/coupon/index.vue
@@ -32,15 +32,26 @@
        <view class="circle circle-bottom"></view>
      </view>
      <view class="right">
        <view class="desc">
          <view v-if="item.scopeType">
            <span v-if="item.scopeType == 'ALL' && item.storeId == '0'">全平台</span>
            <span v-if="item.scopeType == 'PORTION_GOODS_CATEGORY'">仅限品类</span>
            <view v-else
              >{{
                item.storeName == "platform" ? "全平台" : item.storeName + "店铺"
              }}使用</view
            >
            使用范围:{{
              item.scopeType == "ALL" && item.storeId == "0"
                  ? "全平台"
                  : item.scopeType == "PORTION_GOODS"
                      ? "部分商品"
                      : item.scopeType == "PORTION_GOODS_CATEGORY"
                          ? "部分分类商品"
                          : item.storeName == "platform"
                              ? "全平台"
                              : item.storeName + ""
            }}使用
<!--            <span v-if="item.scopeType == 'ALL' && item.storeId == '0'">全平台</span>-->
<!--            <span v-if="item.scopeType == 'PORTION_GOODS_CATEGORY'">仅限品类</span>-->
<!--            <view v-else-->
<!--              >{{-->
<!--                item.storeName == "platform" ? "全平台" : item.storeName + "店铺"-->
<!--              }}使用</view>-->
          </view>
          <view class="reason" v-if="item.reason">{{ item.reason }}</view>
          <view class="end-time">有效期至:{{ item.endTime }}</view>