diff --git a/api/promotion/bargain.js b/api/promotion/bargain.js
index f4eb977d..743f56c2 100644
--- a/api/promotion/bargain.js
+++ b/api/promotion/bargain.js
@@ -34,6 +34,13 @@ export function getBargainRecordSummary() {
});
}
+// 获得砍价记录的分页
+export function getBargainRecordPage(data) {
+ return request.get("app-api/promotion/bargain-record/page", data, {
+ noAuth: true // TODO 芋艿:后续要做调整
+ });
+}
+
// 获得砍价活动详情
export function getBargainRecordDetail(id, activityId) {
return request.get("app-api/promotion/bargain-record/get-detail", {
diff --git a/components/PriceChange/index.vue b/components/PriceChange/index.vue
deleted file mode 100644
index a2c1b34d..00000000
--- a/components/PriceChange/index.vue
+++ /dev/null
@@ -1,173 +0,0 @@
-
-