const deatils_img = [{ id: '1', title: '酒店1', img: "https://fastly.jsdelivr.net/npm/@vant/assets/apple-1.jpeg" }, { id: '2', title: '酒店2', img: "https://fastly.jsdelivr.net/npm/@vant/assets/apple-2.jpeg" } ] const formData = { value0: "酒店", value1: "酒店", value2: "酒店", value3: "酒店", value4: "酒店", } const searchLetter = ["A", "B", "C", "D", "E", "F", "G", "H", "J", "K", "L", "M", "N", "P", "Q", "R", "S", "T", "W", "X", "Y", "Z"]; const value1_option = [{ text: '中式院落', value: 0 }, { text: '无柱', value: 1 } ] const value2_option = [{ text: '不限', value: 0 }, { text: '五星酒店', value: 1 }, { text: '四星酒店', value: 2 }, { text: '三星酒店', value: 3 }, ] const value3_option = [{ text: '不限', value: 0 }, { text: '10-30人', value: 1 }, { text: '30-60人', value: 2 }, { text: '60+', value: 3 }, ] const value4_option = [{ text: '不限', value: 0 }, { text: '无柱', value: 1 }, { text: '场地方正', value: 2 }, ] export { deatils_img, formData, searchLetter, value1_option, value2_option, value3_option, value4_option }