diff --git a/api/product.js b/api/product.js
index da4eaf6..9df683e 100644
--- a/api/product.js
+++ b/api/product.js
@@ -16,9 +16,17 @@ export function wellnessPlaceList(param) {
/**
* 特色礼品首页
- * */
+ */
export function customizedGift() {
- return request.get("/customizedGift/index", {}, {login: true})
+ return request.get("/customizedGift/index", {}, {login: false})
+}
+
+/**
+ * 特色礼品省份专题页
+ *
+ */
+export function customizedGiftContent(param) {
+ return request.get("/customizedGift/cityContent", param, {login: false})
}
/**
diff --git a/pages.json b/pages.json
index 80fe651..f0edad8 100644
--- a/pages.json
+++ b/pages.json
@@ -632,9 +632,16 @@
},
{
"path": "views/giftList",
+ "style": {
+ "navigationBarTitleText": "特色礼品"
+ }
+ },
+ {
+ "path": "views/giftContent",
"style": {
"navigationBarTitleText": "特色礼品",
- "onReachBottomDistance": 100
+ "navigationBarTextStyle": "black",
+ "navigationStyle": "custom"
}
},
{
diff --git a/pkg_product/views/giftContent.vue b/pkg_product/views/giftContent.vue
new file mode 100644
index 0000000..1b73009
--- /dev/null
+++ b/pkg_product/views/giftContent.vue
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pkg_product/views/giftList.vue b/pkg_product/views/giftList.vue
index 3cc45de..0c8f091 100644
--- a/pkg_product/views/giftList.vue
+++ b/pkg_product/views/giftList.vue
@@ -1,270 +1,221 @@
-
-
-