diff --git a/pages/home/index.vue b/pages/home/index.vue
index b3296bb..b3098e3 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -734,6 +734,7 @@ export default {
jobClassify: "",
cityName: that.selectedCity == "全国" ? "" : that.selectedCity,
brandIds: "",
+ checkStoe: true
};
// if (that.tabInfo.list[that.tabInfo.active].classify == 1) {
diff --git a/root/detail/job.vue b/root/detail/job.vue
index 98efde3..82abf88 100644
--- a/root/detail/job.vue
+++ b/root/detail/job.vue
@@ -83,25 +83,38 @@
{{ jobDetail.monthPay ? "丨" + jobDetail.monthPay : "" }}
-