附近商圈屏蔽疆外
This commit is contained in:
@@ -120,7 +120,7 @@ const rangeOptions = ref([
|
|||||||
{ value: 0, text: '推荐' },
|
{ value: 0, text: '推荐' },
|
||||||
{ value: 1, text: '最热' },
|
{ value: 1, text: '最热' },
|
||||||
{ value: 2, text: '最新发布' },
|
{ value: 2, text: '最新发布' },
|
||||||
{ value: 3, text: '疆外' },
|
// { value: 3, text: '疆外' },
|
||||||
]);
|
]);
|
||||||
|
|
||||||
function choosePosition(index) {
|
function choosePosition(index) {
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ const rangeOptions = ref([
|
|||||||
{ value: 0, text: '推荐' },
|
{ value: 0, text: '推荐' },
|
||||||
{ value: 1, text: '最热' },
|
{ value: 1, text: '最热' },
|
||||||
{ value: 2, text: '最新发布' },
|
{ value: 2, text: '最新发布' },
|
||||||
{ value: 3, text: '疆外' },
|
// { value: 3, text: '疆外' },
|
||||||
]);
|
]);
|
||||||
|
|
||||||
function changeRangeShow() {
|
function changeRangeShow() {
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ const rangeOptions = ref([
|
|||||||
{ value: 0, text: '推荐' },
|
{ value: 0, text: '推荐' },
|
||||||
{ value: 1, text: '最热' },
|
{ value: 1, text: '最热' },
|
||||||
{ value: 2, text: '最新发布' },
|
{ value: 2, text: '最新发布' },
|
||||||
{ value: 3, text: '疆外' },
|
// { value: 3, text: '疆外' },
|
||||||
]);
|
]);
|
||||||
onLoad(() => {
|
onLoad(() => {
|
||||||
getSubway();
|
getSubway();
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ const rangeOptions = ref([
|
|||||||
{ value: 0, text: '推荐' },
|
{ value: 0, text: '推荐' },
|
||||||
{ value: 1, text: '最热' },
|
{ value: 1, text: '最热' },
|
||||||
{ value: 2, text: '最新发布' },
|
{ value: 2, text: '最新发布' },
|
||||||
{ value: 3, text: '疆外' },
|
// { value: 3, text: '疆外' },
|
||||||
]);
|
]);
|
||||||
|
|
||||||
function choosePosition(index) {
|
function choosePosition(index) {
|
||||||
|
|||||||
Reference in New Issue
Block a user