123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906 |
- <template>
- <view>
- <u-navbar :title="title" @leftClick='back' :placeholder='true'>
- </u-navbar>
- <view class="row1">
- <view class="start-place" :class="type==0?'active1':''" @click="changeCity(0)">选择发货地</view>
- <view class="end-place" :class="type==1?'active1':''" @click="changeCity(1)">选择收货地</view>
- </view>
- <view class="container">
- <view class="row2">
- <view class="content1" v-if="type==0">
- <view class="history-city-title">历史发货地</view>
- <view class="city-list">
- <view class="city" v-for="(item,index) in historyFcityList" :key='index'
- @click="historyClick(0,item)">
- {{item.selected}}
- </view>
- </view>
- </view>
- <view class="content2" v-if="type==1">
- <view class="history-city-title">历史收货地</view>
- <view class="city-list">
- <view class="city" v-for="(item,index) in historyScityList" :key='index'
- @click="historyClick(1,item)">
- {{item.selected}}
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="page">
- <view class="title flex flex-space-between">
- <view class="flex nav-bag-left">
- <!-- 省 -->
- <view class="flex" :class="(type==0?fstatus:sstatus)==0?'select-active':''" @click="titleClick(0)">
- <view class="tt point">{{type==0?fchooseprovince:schooseprovince}}</view>
- <view v-if="type==0?fchooseprovince:schooseprovince" style="margin: 0 10rpx;">></view>
- </view>
- <!-- 市 -->
- <view class="flex"
- v-if="(type==0?fchooseprovince:schooseprovince)!='选择'&&(type==0?fchooseprovince:schooseprovince)!='全国'"
- :class="(type==0?fstatus:sstatus)==1?'select-active':''" @click="titleClick(1)">
- <view class="tt point nav-point">{{type==0?fchoosecity:schoosecity}}</view>
- <view v-if="type==0?fchoosecity:schoosecity" style="margin: 0 10rpx;">></view>
- </view>
- <!-- 区 -->
- <view class="tt area"
- v-if="(type==0?fchooseprovince:schooseprovince)!='选择'&&(type==0?fchoosecity:schoosecity)!='请选择市'&&(type==0?fchoosecity:schoosecity)!='全部'"
- :class="(type==0?fstatus:sstatus)==2?'select-active':''" @click="titleClick(2)">
- {{type==0?fchoosearea:schoosearea}}
- </view>
- </view>
- <view class="back-level" v-if="(type==0?fstatus:sstatus)!=0" @click="backLevel">返回上一级</view>
- </view>
- <view class="link">
- <!-- 省 -->
- <view class="container" v-if="(type==0?fstatus:sstatus)==0">
- <view class="content-item" :class="index ==(type==0?isfprovince:issprovince) ?'active':''"
- @click="selectProvince(item, index,(type==0?fstatus:sstatus))"
- v-for="(item,index) in (type==0?fprovincelist:sprovincelist)"
- v-show='type==1||type==0&&item.label!="全国"' :key="index">
- {{item.label}}
- </view>
- </view>
- <!-- 市 -->
- <view class="container" v-if="(type==0?fstatus:sstatus)==1">
- <view class="content-item" :class="index == (type==0?isfcity:isscity)?'active':''"
- @click="selectCity(item, index,type==0?fstatus:sstatus)"
- v-for="(item,index) in (type==0?fcitylist:scitylist)" :key="index">
- {{item.label}}
- </view>
- </view>
- <!-- index ==(type==0?isfarea:issarea) -->
- <!-- 区 -->
- <view class="container" v-if="(type==0?fstatus:sstatus)==2">
- <view class="content-item" :class="item.checked?'active':''"
- @click="selectaArea(item, index,(type==0?fstatus:sstatus))"
- v-for="(item,index) in (type==0?farealist:sarealist)" :key="index">
- {{item.label}}
- </view>
- </view>
- </view>
- </view>
- <u-button class="btn" @click="confirmBtn">确定</u-button>
- <u-toast ref="uToast"></u-toast>
- </view>
- </template>
- <script>
- import {
- address
- } from '@/components/data/data.js'
- export default {
- data() {
- return {
- fstatus: 0,
- sstatus: 0,
- isfprovince: null,
- isfcity: null,
- isfarea: null,
- issprovince: null,
- isscity: null,
- issarea: null,
- fprovincelist: [],
- sprovincelist: [],
- fcitylist: [],
- scitylist: [],
- farealist: [],
- sarealist: [],
- fchooseprovince: '选择',
- fchoosecity: '请选择市',
- fchoosearea: '请选择区',
- schooseprovince: '选择',
- schoosecity: '请选择市',
- schoosearea: '请选择区',
- heightCot: 0,
- historyFcityList: [],
- historyScityList: [],
- title: '',
- type: 0,
- count: 0,
- ftitle: '',
- ftitleList: [],
- stitleList: [],
- stitle: '',
- selectList: [],
- }
- },
- created() {
- this.fprovincelist = address
- this.sprovincelist = address
- console.log('---------------------------------')
- console.log(this.type)
- },
- onLoad(options) {
- console.log(options)
- this.type = options.type
- this.title = JSON.parse(options.startPlace).selected + '→' + JSON.parse(options.endPlace).selected
- //获取缓存收发地
- if (uni.getStorageSync('fPlaceList')) {
- this.historyFcityList = uni.getStorageSync('fPlaceList');
- } else {
- this.historyFcityList = []
- }
- if (uni.getStorageSync('sPlaceList')) {
- this.historyScityList = uni.getStorageSync('sPlaceList');
- } else {
- this.historyScityList = []
- }
- //赋值地区
- },
- mounted() {
- if (uni.getStorageSync('fPlaceObj')) {
- this.fchooseprovince = uni.getStorageSync('fPlaceObj').fchooseprovince
- this.fchoosecity = uni.getStorageSync('fPlaceObj').fchoosecity
- this.fchoosearea = uni.getStorageSync('fPlaceObj').fchoosearea
- for (var i = 0; i < this.fprovincelist.length; i++) {
- if (this.fprovincelist[i].label == this.fchooseprovince) {
- this.fprovincelist[i].checked = true
- this.fcitylist = this.fprovincelist[i].child
- for (var q = 0; q < this.fcitylist.length; q++) {
- if (this.fcitylist[q].label == this.fchoosecity) {
- this.fcitylist[q].checked = true
- this.farealist = this.fcitylist[q].child
- for (var area = 0; area < this.farealist.length; area++) {
- if (this.farealist[area].label == this.fchoosearea) {
- this.farealist[area].checked = true
- }
- }
- }
- }
- }
- }
- this.fstatus = 2
- }
- if (uni.getStorageSync('sPlaceObj')) {
- // sprovincelist
- // console.log(this.sprovincelist)
- this.schooseprovince = uni.getStorageSync('sPlaceObj').schooseprovince
- this.schoosecity = uni.getStorageSync('sPlaceObj').schoosecity
- this.schoosearea = uni.getStorageSync('sPlaceObj').schoosearea
- if (this.schooseprovince == '全国') {
- this.sstatus = 0
- this.$set(this.sprovincelist[0], 'checked', true)
- this.issprovince = 0
- } else {
- for (var i = 0; i < this.sprovincelist.length; i++) {
- if (this.sprovincelist[i].label == this.schooseprovince) {
- this.sprovincelist[i].checked = true
- this.scitylist = this.sprovincelist[i].child
- for (var q = 0; q < this.scitylist.length; q++) {
- if (this.scitylist[q].label == this.schoosecity) {
- this.scitylist[q].checked = true
- this.sarealist = this.scitylist[q].child
- for (var area = 0; area < this.sarealist.length; area++) {
- if (this.sarealist[area].label == this.schoosearea) {
- this.sarealist[area].checked = true
- }
- }
- }
- }
- }
- }
- this.sstatus = 2
- }
- }
- },
- methods: {
- historyClick(type, val) {
- console.log(type)
- if (type == 0) {
- this.historyFcityList.unshift(val)
- let _newList = this.makeHistoryList(val)
- uni.setStorageSync('fPlaceList', _newList);
- uni.setStorageSync('fPlaceObj', val);
- } else {
- this.historyScityList.unshift(val)
- let _newList = this.makeHistoryList(val)
- uni.setStorageSync('sPlaceList', _newList);
- uni.setStorageSync('sPlaceObj', val)
- }
- uni.switchTab({
- url: '/pages/goodSource/index'
- });
- },
- // 历史收发地去重
- makeHistoryList(val) {
- if (this.type == 0) {
- let _obj = {}
- // for (let i = 0; i < this.historyScityList.length; i++) {
- // // let _data = this.historyScityList[i]
- // }
- if (val.selected == '全国' || val.fchoosecity == '全部') {
- this.historyFcityList = this.historyFcityList.reduce((cur, item) => {
- _obj[item.selected] ? "" : _obj[item.selected] = true && cur.push(item);
- return cur;
- }, [])
- } else {
- this.historyFcityList = this.historyFcityList.reduce((cur, item) => {
- if (item.fchoosecity == val.fchoosecity) {
- _obj[item.selected] ? "" : _obj[item.selected] = true && cur.push(item);
- return cur;
- } else {
- _obj[item.selected] ? "" : _obj[item.selected] = true && cur.push(item);
- return cur;
- }
- }, [])
- }
- return this.historyFcityList
- } else {
- let _obj = {}
- // for (let i = 0; i < this.historyScityList.length; i++) {
- // // let _data = this.historyScityList[i]
- // }
- if (val.selected == '全国' || val.schoosecity == '全部') {
- this.historyScityList = this.historyScityList.reduce((cur, item) => {
- _obj[item.selected] ? "" : _obj[item.selected] = true && cur.push(item);
- return cur;
- }, [])
- } else {
- this.historyScityList = this.historyScityList.reduce((cur, item) => {
- if (item.schoosecity == val.schoosecity) {
- _obj[item.selected] ? "" : _obj[item.selected] = true && cur.push(item);
- return cur;
- } else {
- _obj[item.selected] ? "" : _obj[item.selected] = true && cur.push(item);
- return cur;
- }
- }, [])
- }
- return this.historyScityList
- }
- },
- confirmBtn() {
- //设置地区 0发货地 1收货地
- if (this.fchooseprovince == '选择' || (this.fchoosearea == '请选择区' && this.fchoosecity != '全部') || (this
- .fchoosecity == '请选择市' && this.fchooseprovince != '全国')) {
- this.$refs.uToast.show({
- type: 'error',
- message: "请选择发货地区域!",
- })
- return
- }
- //收货地
- if (this.schooseprovince == '选择' || (this.schoosearea == '请选择区' && this.schoosecity != '全部' && this
- .schooseprovince != '全国') || (this.schoosecity == '请选择市' && this.schooseprovince != '全国')) {
- this.$refs.uToast.show({
- type: 'error',
- message: "请选择收货地区域!",
- })
- return
- }
- // }
- // console.log("省", this.fchooseprovince)
- // console.log("市", this.fchoosecity)
- // console.log("区", this.fchoosearea)
- let _obj = {
- fchooseprovince: this.fchooseprovince,
- fchoosecity: this.fchoosecity,
- fchoosearea: this.fchoosearea,
- selected: ''
- }
- //选中全国
- if (this.fchoosecity == '请选择市' && this.fchooseprovince == '全国') {
- _obj.selected = this.fchooseprovince
- this.historyFcityList.unshift(_obj)
- let _newList = this.makeHistoryList(_obj)
- uni.setStorageSync('fPlaceList', _newList);
- }
- //选择省
- if (this.fchoosearea == '请选择区' && this.fchoosecity == '全部') {
- _obj.selected = this.fchooseprovince
- this.historyFcityList.unshift(_obj)
- let _newList = this.makeHistoryList(_obj)
- uni.setStorageSync('fPlaceList', _newList);
- }
- //选择市
- if (this.fchoosearea == '全部') {
- if (this.fchoosecity == '市辖区') {
- _obj.selected = this.fchooseprovince
- } else {
- _obj.selected = this.fchoosecity
- }
- this.historyFcityList.unshift(_obj)
- let _newList = this.makeHistoryList(_obj)
- uni.setStorageSync('fPlaceList', _newList);
- }
- uni.setStorageSync('fPlaceObj', _obj);
- //选择区
- if (this.fchoosearea != '请选择区' && this.fchoosearea != '全部') {
- console.log(this.fchooseprovince, this.fchoosecity, this.fchoosearea)
- // let _list = this.fchoosearea.split(',')
- // let _newList
- // //设置历史收发地并去重,区重名判断是否是同一个市在去重
- // for (let i = 0; i < _list.length; i++) {
- // let _deepObj = uni.$u.deepClone(_obj)
- // _deepObj.selected = _list[i]
- // this.historyFcityList.unshift(_deepObj)
- // _newList = this.makeHistoryList(_deepObj)
- // }
- // console.log(_newList)
- uni.setStorageSync('fPlaceList', this.historyFcityList);
- uni.setStorageSync('fPlaceObj', {
- fchooseprovince: this.fchooseprovince,
- fchoosecity: this.fchoosecity,
- fchoosearea: this.fchoosearea,
- selected: this.fchoosearea
- });
- }
- console.log(this.historyFcityList)
- // uni.switchTab({
- // url: '/pages/goodSource/index'
- // });
- // } else {
- let _obj1 = {
- schooseprovince: this.schooseprovince,
- schoosecity: this.schoosecity,
- schoosearea: this.schoosearea,
- selected: ''
- }
- //选中全国
- if (this.schoosecity == '请选择市' && this.schooseprovince == '全国') {
- _obj1.selected = this.schooseprovince
- this.historyScityList.unshift(_obj1)
- let _newList = this.makeHistoryList(_obj1)
- uni.setStorageSync('sPlaceList', _newList);
- }
- //选择省
- if (this.schoosearea == '请选择区' && this.schoosecity == '全部') {
- _obj1.selected = this.schooseprovince
- this.historyScityList.unshift(_obj1)
- let _newList = this.makeHistoryList(_obj1)
- uni.setStorageSync('sPlaceList', _newList);
- }
- //选择市
- if (this.schoosearea == '全部') {
- if (this.schoosecity == '市辖区') {
- _obj1.selected = this.schooseprovince
- } else {
- _obj1.selected = this.schoosecity
- }
- this.historyScityList.unshift(_obj1)
- let _newList = this.makeHistoryList(_obj1)
- uni.setStorageSync('sPlaceList', _newList);
- }
- uni.setStorageSync('sPlaceObj', _obj1);
- //选择区
- if (this.schoosearea != '请选择区' && this.schoosearea != '全部') {
- let _list = this.schoosearea.split(',')
- let _newList
- for (let i = 0; i < _list.length; i++) {
- let _deepObj = uni.$u.deepClone(_obj1)
- _deepObj.selected = _list[i]
- this.historyScityList.unshift(_deepObj)
- _newList = this.makeHistoryList(_deepObj)
- }
- // console.log(_newList)
- uni.setStorageSync('sPlaceList', this.historyScityList);
- uni.setStorageSync('sPlaceObj', {
- schooseprovince: this.schooseprovince,
- schoosecity: this.schoosecity,
- schoosearea: this.schoosearea,
- selected: this.schoosearea
- });
- }
- console.log(this.historyScityList)
- this.schooseprovince = '选择'
- this.schoosecity = '请选择市'
- this.schoosearea = '请选择区'
- this.fchooseprovince = '选择'
- this.fchoosecity = '请选择市'
- this.fchoosearea = '请选择区'
- uni.removeStorageSync('longitudeAndLatitude')
- uni.switchTab({
- url: '/pages/goodSource/index'
- });
- },
- //返回上一级
- backLevel() {
- // this.count=0;
- if (this.type == 0) {
- this.fstatus--
- } else {
- this.sstatus--
- }
- if ((this.type == 0 ? this.fstatus : this.sstatus) == 1) {
- if (this.type == 0) {
- this.fchoosecity = '请选择市'
- this.fchoosearea = ''
- this.ftitle = ''
- this.isfcity = null
- this.ftitleList = []
- } else {
- this.schoosecity = '请选择市'
- this.schoosearea = ''
- this.stitle = ''
- this.isscity = null
- this.stitleList = []
- }
- } else if ((this.type == 0 ? this.fstatus : this.sstatus) == 0) {
- if (this.type == 0) {
- this.fchooseprovince = '选择'
- this.isfprovince = null
- } else {
- this.schooseprovince = '选择'
- this.issprovince = null
- }
- }
- },
- // 点击面包屑导航
- titleClick(status) {
- this.ftitle = ''
- this.stitle = ''
- this.count = 0
- if (this.type == 0) {
- this.fstatus = status
- this.isfprovince = null
- this.isfcity = null
- this.isfarea = null
- if (this.fchoosecity == '全部') return;
- } else {
- this.sstatus = status
- this.issprovince = null
- this.isscity = null
- this.issarea = null
- if (this.fchoosecity == '全部') return;
- }
- if (status == 0) {
- if (this.type == 0) {
- this.fchooseprovince = '选择'
- this.fchoosecity = '请选择市'
- this.fchoosearea = '请选择区'
- this.ftitleList = []
- } else {
- this.schooseprovince = '选择'
- this.schoosecity = '请选择市'
- this.schoosearea = '请选择区'
- this.stitleList = []
- }
- } else if (status == 1) {
- if (this.type == 0) {
- this.fchoosecity = '请选择市'
- this.fchoosearea = '请选择区'
- this.ftitleList = []
- } else {
- this.schoosecity = '请选择市'
- this.schoosearea = '请选择区'
- this.stitleList = []
- }
- }
- },
- // 选择省
- selectProvince(item, i, statusIndex) {
- console.log(this.type)
- this.count = 0;
- if (this.type == 0) {
- if (i == 0) {
- this.$refs.uToast.show({
- type: 'error',
- message: "发货地不可选择全国!",
- })
- return
- }
- this.fchoosecity = '请选择市'
- this.fchoosearea = '请选择区'
- this.isfprovince = i
- this.fchooseprovince = item.label
- if (item.child) {
- this.fcitylist = item.child
- }
- if (this.fchoosecity != '全部') {
- this.fstatus = statusIndex + 1
- }
- } else {
- this.issprovince = i
- this.schooseprovince = item.label
- if (item.label == '全国') {
- item.checked = !item.checked
- if (!item.checked) {
- this.issprovince = null
- }
- return
- } else {
- this.schoosecity = '请选择市'
- this.schoosearea = '请选择区'
- if (item.child) {
- this.scitylist = item.child
- }
- if (this.schoosecity != '全部') {
- this.sstatus = statusIndex + 1
- }
- }
- }
- },
- // 选择市
- selectCity(item, i, statusIndex) {
- if (item.label == '全部') {
- this.$refs.uToast.show({
- type: 'error',
- message: "不能选择全部,请重新选择!"
- })
- return
- }
- this.count = 0;
- if (this.type == 0) {
- this.isfcity = i
- } else {
- this.isscity = i
- }
- if (item.child) {
- for (let i = 0; i < item.child.length; i++) {
- item.child[i].checked = false
- }
- if (this.type == 0) {
- this.farealist = item.child
- } else {
- this.sarealist = item.child
- }
- }
- if (this.type == 0) {
- this.fchoosecity = item.label
- } else {
- this.schoosecity = item.label
- }
- if ((this.type == 0 ? this.fchoosecity : this.schoosecity) != '全部') {
- if (this.type == 0) {
- this.fstatus = statusIndex + 1
- } else {
- this.sstatus = statusIndex + 1
- }
- }
- },
- //选择区
- selectaArea(item, i) {
- if (item.label == '全部') {
- if (this.type == 0) {
- for (let i = 0; i < this.farealist.length; i++) {
- if (i == 0) {
- this.farealist[i].checked = true
- } else {
- this.farealist[i].checked = false
- }
- }
- this.ftitleList = []
- this.fchoosearea = '全部'
- this.$forceUpdate()
- return
- } else {
- for (let i = 0; i < this.sarealist.length; i++) {
- if (i == 0) {
- this.sarealist[i].checked = true
- } else {
- this.sarealist[i].checked = false
- }
- }
- this.stitleList = []
- this.schoosearea = '全部'
- this.$forceUpdate()
- return
- }
- }
- if (this.type == 0) {
- this.farealist[0].checked = false
- if (this.ftitleList.length < 3) {
- item.checked = !item.checked
- if (item.checked) {
- if (this.ftitleList.indexOf(item.label) == -1) {
- this.ftitleList.push(item.label)
- }
- } else if (!item.checked) {
- for (var i = 0; i < this.ftitleList.length; i++) {
- console.log(this.ftitleList[i])
- if (this.ftitleList[i] == item.label) {
- this.ftitleList.splice(i, 1)
- }
- }
- }
- } else {
- if (item.checked) {
- item.checked = !item.checked
- for (var i = 0; i < this.ftitleList.length; i++) {
- if (this.ftitleList[i] == item.label) {
- this.ftitleList.splice(i, 1)
- }
- }
- } else {
- this.$refs.uToast.show({
- type: 'error',
- message: "最多选择3个地区",
- })
- }
- }
- this.ftitle = this.ftitleList.toString()
- this.fchoosearea = this.ftitleList.toString()
- } else {
- this.sarealist[0].checked = false
- if (this.stitleList.length < 3) {
- item.checked = !item.checked
- if (item.checked) {
- if (this.stitleList.indexOf(item.label) == -1) {
- this.stitleList.push(item.label)
- }
- } else if (!item.checked) {
- for (var i = 0; i < this.stitleList.length; i++) {
- console.log(this.stitleList[i])
- if (this.stitleList[i] == item.label) {
- this.stitleList.splice(i, 1)
- }
- }
- }
- } else {
- if (item.checked) {
- item.checked = !item.checked
- for (var i = 0; i < this.stitleList.length; i++) {
- if (this.stitleList[i] == item.label) {
- this.stitleList.splice(i, 1)
- }
- }
- } else {
- this.$refs.uToast.show({
- type: 'error',
- message: "最多选择3个地区",
- })
- }
- }
- this.stitle = this.stitleList.toString()
- this.schoosearea = this.stitleList.toString()
- }
- console.log(this.ftitleList)
- this.$forceUpdate()
- //设置面包屑 0发货地 1收货地
- // if (this.type == 0) {
- // this.farealist[0].checked = false
- // // if(this.ftitleList.indexOf(item.label)==-1){
- // // this.ftitleList.push(item.label)
- // // }
- // if (item.checked && !this.fchoosearea.includes(item.label)) {
- // if (this.ftitle) {
- // this.ftitle += ',' + item.label
- // } else {
- // this.ftitle += item.label
- // }
- // this.fchoosearea = this.ftitle
- // console.log(this.fchoosearea)
- // } else {
- // if (this.ftitle.includes(',' + item.label)) {
- // this.ftitle = this.ftitle.replace(',' + item.label, '')
- // this.fchoosearea = this.fchoosearea.replace(',' + item.label, '')
- // } else {
- // let _val = this.ftitle.split(',')
- // let _len = _val.length;
- // if (_len == 1) {
- // this.ftitle = this.ftitle.replace(item.label, '')
- // this.fchoosearea = '请选择区'
- // } else if (_len > 1) {
- // this.ftitle = this.ftitle.replace(item.label + ',', '')
- // this.fchoosearea = this.fchoosearea.replace(item.label + ',', '')
- // }
- // }
- // }
- // } else {
- // if (item.checked && !this.schoosearea.includes(item.label)) {
- // if (this.stitle) {
- // this.stitle += ',' + item.label
- // } else {
- // this.stitle += item.label
- // }
- // this.schoosearea = this.stitle
- // } else {
- // if (this.stitle.includes(',' + item.label)) {
- // this.stitle = this.stitle.replace(',' + item.label, '')
- // this.schoosearea = this.schoosearea.replace(',' + item.label, '')
- // } else {
- // let _val = this.stitle.split(',')
- // let _len = _val.length;
- // if (_len == 1) {
- // this.stitle = this.stitle.replace(item.label, '')
- // this.schoosearea = '请选择区'
- // } else if (_len > 1) {
- // this.stitle = this.stitle.replace(item.label + ',', '')
- // this.schoosearea = this.schoosearea.replace(item.label + ',', '')
- // }
- // }
- // }
- // }
- },
- changeCity(type) {
- if (type == 0) {
- this.type = 0
- } else {
- this.type = 1
- }
- },
- back() {
- uni.navigateBack({
- })
- },
- }
- }
- </script>
- <style lang="scss" scoped>
- .row1 {
- display: flex;
- justify-content: space-evenly;
- margin-top: 10rpx;
- border-bottom: 1px solid #E6E6E6;
- }
- .start-place,
- .end-place {
- font-size: 28rpx;
- color: #B1B5C0;
- padding-bottom: 20rpx;
- }
- .active1 {
- position: relative;
- color: black;
- font-size: 32rpx;
- font-weight: 700;
- display: flex;
- justify-content: center;
- }
- .active1:after {
- content: '';
- position: absolute;
- bottom: 0rpx;
- width: 50%;
- left: 25%;
- padding: 0 20rpx;
- box-sizing: border-box;
- height: 6rpx;
- background: #F5BA3C;
- border-radius: 3px;
- }
- .history-city-title {
- font-size: 28rpx;
- font-weight: 700;
- color: #363636;
- margin-bottom: 20rpx;
- }
- .container {
- padding: 0 20rpx;
- }
- .content1 {
- margin: 20rpx 0;
- }
- .city-list {
- max-height: 118rpx;
- overflow: hidden;
- }
- .city {
- display: inline-block;
- font-size: 26rpx;
- text-align: center;
- padding: 8rpx 16rpx;
- margin: 0 20rpx 20rpx 0;
- height: 33rpx;
- line-height: 33rpx;
- border-radius: 4rpx;
- background: #F7F8FA;
- }
- .content2 {
- margin: 20rpx 0;
- }
- .container {
- // width: 100%;
- width: calc(100% - 40rpx);
- display: inline-flex;
- flex-flow: row wrap;
- align-content: flex-start;
- }
- .select-active,
- .back-level {
- color: #F5BA3C;
- font-size: 28rpx;
- }
- .content-item {
- background: #F7F8FA;
- margin: 10rpx;
- font-size: 24rpx;
- color: #333333;
- text-align: center;
- padding: 15rpx 0;
- border-radius: 10rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- box-sizing: border-box;
- flex: 0 0 calc(25% - 20rpx);
- }
- .title {
- margin: 0 20rpx;
- }
- .active {
- background: #E5F0FE;
- border-radius: 10rpx;
- // border: 1px solid #F5BA3C;
- color: #F5BA3C;
- box-sizing: border-box;
- }
- .area {
- width: 55%;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- .nav-bag-left {
- width: 70%;
- font-size: 30rpx;
- }
- .btn {
- background: #F5BA3C;
- color: white;
- width: 80%;
- position: absolute;
- bottom: 30rpx;
- margin-left: 10%;
- border-radius: 50rpx;
- }
- </style>
|