diff --git a/src/views/business/mer_list/index.vue b/src/views/business/mer_list/index.vue index baf217c..339a9ac 100644 --- a/src/views/business/mer_list/index.vue +++ b/src/views/business/mer_list/index.vue @@ -128,7 +128,7 @@ - + + + + + + + + + +
+ 确定 + 关闭 +
+
+
+
+
+
+ + + + + + diff --git a/src/views/order/index/index.vue b/src/views/order/index/index.vue index a7faeab..8d484a1 100644 --- a/src/views/order/index/index.vue +++ b/src/views/order/index/index.vue @@ -20,7 +20,7 @@ - + @@ -122,6 +122,7 @@ const cardData = ref({ total: 0, service: 0, count: 0, + gift_pulse: 0, }) const songs = ref([ @@ -352,6 +353,7 @@ const getList = async () => { cardData.value.total = res.data.number cardData.value.service = res.data.commission cardData.value.count = res.data.total + cardData.value.gift_pulse = res.data.gift_pulse } catch (error) { $message.error(error.msg) }