diff --git a/distribution/income-details/index.vue b/distribution/income-details/index.vue index 977198f..cebd4e1 100644 --- a/distribution/income-details/index.vue +++ b/distribution/income-details/index.vue @@ -69,7 +69,7 @@ 已入账 - 已退款 @@ -80,12 +80,12 @@ {{ item.orderNo }} - -{{ item.rewardAmount }} +{{ item.rewardAmount }} - 订单退款 + 订单退款 (订单一级分成) @@ -205,7 +205,7 @@ const statusList = ref([ fontSize: "16", }, { - value: "REFUND", + value: "refund", name: "已退款", color: "#333", fontSize: "16", diff --git a/distribution/shop-detail/index.vue b/distribution/shop-detail/index.vue index 08d06fb..2268e43 100644 --- a/distribution/shop-detail/index.vue +++ b/distribution/shop-detail/index.vue @@ -54,7 +54,14 @@ @click="questionClick('等级升级条件')" /> - + 距离下一级还差: {{ juNextLvMoney }} @@ -72,7 +79,11 @@ - 总收益 + 总收益 - {{ - state.distributionUser.totalIncome - }} + {{ state.distributionUser.totalIncome }} - 待入账 + 待入账 - {{ - state.distributionUser.pendingIncome - }} + {{ state.distributionUser.pendingIncome }} @@ -219,9 +240,7 @@ {{ item.inviteTime.split(" ")[0] }} - {{ - "yyyy-MM-dd" - }} + {{ "yyyy-MM-dd" }} @@ -358,7 +377,11 @@ const commissionTipsType = ref(""); function toShouyiDetail(name) { uni.navigateTo({ - url: "/distribution/income-details/index?name="+name+'&shopId='+options.shopId, + url: + "/distribution/income-details/index?name=" + + name + + "&shopId=" + + options.shopId, }); } function questionClick(title) { diff --git a/pages/order/components/orderInfo.vue b/pages/order/components/orderInfo.vue index bd49c55..b5a3c14 100644 --- a/pages/order/components/orderInfo.vue +++ b/pages/order/components/orderInfo.vue @@ -891,7 +891,7 @@ async function getDiscountActivity() { } onMounted(async () => { await getConsumeDiscount(); - // getDiscountActivity(); + getDiscountActivity(); }); diff --git a/pages/product/components/shoppingCartes.vue b/pages/product/components/shoppingCartes.vue index 912e7ea..ddc39ed 100644 --- a/pages/product/components/shoppingCartes.vue +++ b/pages/product/components/shoppingCartes.vue @@ -83,7 +83,7 @@ > {{ item.salePrice }} diff --git a/pages/product/index.vue b/pages/product/index.vue index 52852e5..56904bb 100644 --- a/pages/product/index.vue +++ b/pages/product/index.vue @@ -58,7 +58,10 @@ v-for="(item, index) in shopProductList.hots" :key="index" > - 限时折扣 --> + 限时折扣 /{{ item1.unitName }} - ¥{{ item1.salePrice }} + + ¥{{ item1.salePrice }}