diff --git a/api/goods/index.js b/api/goods/index.js
index 22fa832..a2c7969 100644
--- a/api/goods/index.js
+++ b/api/goods/index.js
@@ -15,8 +15,8 @@ const api = {
}
// 商品价格修改
-export const editPrice = (param, option) => {
- return request.get('StoreKeeper/editPrice', param, option)
+export const editGoodsPrice = (param, option) => {
+ return request.get('StoreKeeper/editGoodsPrice', param, option)
}
// 商品浏览记录
diff --git a/pages/goods/detail.vue b/pages/goods/detail.vue
index 303eab9..e974230 100644
--- a/pages/goods/detail.vue
+++ b/pages/goods/detail.vue
@@ -292,16 +292,16 @@
- 商品价:
-
+ 原价格:
+
- 最高价:
-
+ 商品价格:
+
- 加价率:
-
+ 划线价格:
+