xiaozhiyong 1 year ago
parent e3b34cdf26
commit a1b4170a27
  1. 2
      App.vue
  2. 98
      pages/index/startPage/startPage.vue
  3. 432
      pages/tabbar/home/home.vue

@ -261,7 +261,7 @@
} }
setTimeout(() => { setTimeout(() => {
console.log(key) // console.log(key)
if (key == '在线') { if (key == '在线') {
} else { } else {

@ -9,7 +9,7 @@
export default { export default {
data() { data() {
return { return {
// newImgURL: require('start'),
imgURL: this.global.imgURL + 'start/', imgURL: this.global.imgURL + 'start/',
menuList: [{ menuList: [{
title: '渠道', title: '渠道',
@ -44,27 +44,24 @@
} }
}, },
onLoad(option) { onLoad(option) {
let taht = this
const updateManager = uni.getUpdateManager(); const updateManager = uni.getUpdateManager();
updateManager.onCheckForUpdate(function(res) { updateManager.onCheckForUpdate((res) => {
//
console.log('请求完新版本信息的回调', res.hasUpdate); console.log('请求完新版本信息的回调', res.hasUpdate);
if (!res.hasUpdate) { if (!res.hasUpdate) {
taht.initFn(option) this.initFn(option)
} }
}); });
updateManager.onUpdateReady(function(res) { updateManager.onUpdateReady((res) => {
uni.showModal({ uni.showModal({
title: '更新提示', title: '更新提示',
content: '新版本已经准备好,是否重启应用?', content: '新版本已经准备好,是否重启应用?',
success(res) { success(res) {
if (res.confirm) { if (res.confirm) {
console.log(res.confirm, 'res.confirm版本信息')
// applyUpdate
updateManager.applyUpdate(); updateManager.applyUpdate();
} else { } else {
taht.initFn(option) this.initFn(option)
} }
}, },
}); });
@ -72,86 +69,46 @@
updateManager.onUpdateFailed(function(res) { updateManager.onUpdateFailed(function(res) {
console.log('新的版本下载失败') console.log('新的版本下载失败')
//
}); });
}, },
onReady(option) {},
methods: { methods: {
initFn(option) { initFn(option) {
const token = uni.getStorageSync('Authorization')
const openid = uni.getStorageSync('openid')
let key = ''
if (token && openid) {
key = '在线'
} else {
key = '离线'
}
// 广
let interstitialAd = null let interstitialAd = null
let openid = uni.getStorageSync('openid')
// onLoad广 let token = uni.getStorageSync('Authorization')
if (wx.createInterstitialAd) { if (wx.createInterstitialAd) {
interstitialAd = wx.createInterstitialAd({ interstitialAd = wx.createInterstitialAd({
adUnitId: 'adunit-a7faf57adeed211f' adUnitId: 'adunit-063722d8f7b2b65e'
})
}
interstitialAd.onLoad((err) => {
console.log('onLoad event emit', err)
})
interstitialAd.onError((err) => {
setTimeout(() => {
uni.switchTab({
url: '/pages/tabbar/home/home',
fail: (err) => {
console.log(err)
}
// url:'/BagStation/orderDetail/orderDetail'
})
// if (key == '线') {
// uni.switchTab({
// url: '/pages/tabbar/home/home',
// fail: (err) => {
// console.log(err)
// }
// // url:'/BagStation/orderDetail/orderDetail'
// })
// } else {
// uni.redirectTo({
// url: '/BagAuth/pages/login/login'
// })
// }
}, 2000)
console.log('onError event emit', err)
})
// 广
if (interstitialAd) {
interstitialAd.show().catch((err) => {
console.error(err)
}) })
} let handle = () => {
interstitialAd.onClose(res => { if (token && openid) {
setTimeout(() => {
if (key == '在线') {
uni.switchTab({ uni.switchTab({
url: '/pages/tabbar/home/home', url: '/pages/tabbar/home/home',
fail: (err) => {
console.log(err)
}
// url:'/BagStation/orderDetail/orderDetail'
}) })
} else { } else {
uni.redirectTo({ uni.redirectTo({
url: '/BagAuth/pages/login/login' url: '/BagAuth/pages/login/login'
}) })
} }
}, 2000) }
}) interstitialAd.onClose(handle)
interstitialAd.onError((err) => {
console.log('onError', err)
handle()
})
}
if (interstitialAd) {
interstitialAd.show().catch((err) => {
console.error('show catch', err)
})
}
}, },
getFilterData() { getFilterData() {
console.log('在线')
oilSiteApi.getCheckInfo().then(res => { oilSiteApi.getCheckInfo().then(res => {
if (res.code == 20000) { if (res.code == 20000) {
console.log('接口返回正常')
let channelCodes = [] let channelCodes = []
res.data.channelCodes.map(item => { res.data.channelCodes.map(item => {
channelCodes.push({ channelCodes.push({
@ -173,13 +130,10 @@
value: item.id value: item.id
}) })
}) })
console.log(channelCodes, productCodes, siteBrands)
this.menuList[0].detailList = this.menuList[0].detailList.concat(channelCodes) this.menuList[0].detailList = this.menuList[0].detailList.concat(channelCodes)
this.menuList[1].detailList = this.menuList[1].detailList.concat(productCodes) this.menuList[1].detailList = this.menuList[1].detailList.concat(productCodes)
this.menuList[2].detailList = this.menuList[2].detailList.concat(siteBrands) this.menuList[2].detailList = this.menuList[2].detailList.concat(siteBrands)
uni.setStorageSync('filterData', this.menuList); uni.setStorageSync('filterData', this.menuList);
console.log('存入', this.menuList)
// this.$refs.slFilter.resetMenuList(this.menuList)
} }
}) })
}, },

@ -18,41 +18,31 @@
<input disabled :adjust-position="false" type="text" placeholder="搜索油站名称" <input disabled :adjust-position="false" type="text" placeholder="搜索油站名称"
confirm-type="search" /> confirm-type="search" />
</view> </view>
<!-- <view class="">
阿三
</view> -->
</view> </view>
</view> </view>
<!-- 红色背景四个 -->
<view class="bg-blue padding pagestarttwo"> <view class="bg-blue padding pagestarttwo">
<view class="grid col-4 text-center "> <view class="grid col-4 text-center ">
<view class="text-xxl" @tap="openScan"> <view class="text-xxl" @tap="openScan">
<view class="cuIcon-scan"> <view class="cuIcon-scan"></view>
</view>
<text class="text-df"> <text class="text-df">
扫一扫 扫一扫
</text> </text>
</view> </view>
<view class="text-xxl" @tap="showQr"> <view class="text-xxl" @tap="showQr">
<view class="cuIcon-qr_code"> <view class="cuIcon-qr_code"></view>
</view>
<text class="text-df"> <text class="text-df">
付款码 付款码
</text> </text>
</view> </view>
<view class="text-xxl" @tap="toCards"> <view class="text-xxl" @tap="toCards">
<view class="cuIcon-vipcard"> <view class="cuIcon-vipcard"></view>
</view>
<text class="text-df"> <text class="text-df">
加油卡 加油卡
</text> </text>
</view> </view>
<view class="text-xxl" @tap="toOrders"> <view class="text-xxl" @tap="toOrders">
<view class="cuIcon-form"> <view class="cuIcon-form"></view>
</view>
<text class="text-df"> <text class="text-df">
订单中心 订单中心
</text> </text>
@ -60,79 +50,34 @@
</view> </view>
</view> </view>
</view> </view>
<view class="placeholder-hidden">
<view class="bg-blue pagestart">
<view class="cu-bar search">
<view class="text-xxl margin-left text-center bg-blue">
<!-- <view class="cuIcon-scan"></view> -->
</view>
</view>
</view>
<!-- 红色背景四个 -->
<view class="bg-blue padding pagestarttwo">
<view class="grid col-4 text-center ">
<view class="text-xxl">
<view class="cuIcon-scan">
</view>
<text class="text-df">
扫一扫
</text>
</view>
<view class="text-xxl">
<view class="cuIcon-qr_code">
</view>
<text class="text-df">
付款码
</text>
</view>
<view class="text-xxl">
<view class="cuIcon-vipcard">
</view>
<text class="text-df">
加油卡
</text>
</view>
<view class="text-xxl">
<view class="cuIcon-form">
</view>
<text class="text-df">
订单中心
</text>
</view>
</view>
</view>
</view>
<!-- 广告图片开始 --> <!-- 广告图片开始 -->
<view class="my-bg padding"> <view class="my-bg padding">
<view class=""> <view>
<swiper autoplay interval='5000' style="width: 100%;height: 204rpx;" class="swiper" circular > <swiper autoplay interval='5000' style="width: 100%;height: 204rpx;" class="swiper" circular>
<swiper-item @click="swiperClick(item,index)" v-for="(item,index) in swiperArray"> <swiper-item @click="swiperClick(item,index)" v-for="(item,index) in swiperArray">
<image :src="item.src" style="width: 100%;" mode="widthFix"></image> <image :src="item.src" style="width: 100%;" mode="widthFix"></image>
</swiper-item>
<swiper-item>
<ad unit-id="adunit-6dedd3908aa1c78c" ad-intervals="30" binderror="adError"></ad>
</swiper-item> </swiper-item>
<!-- <swiper-item>
<ad unit-id="adunit-fae65289bc72095d" ad-intervals="30"></ad>
</swiper-item> -->
</swiper> </swiper>
<!-- <image :src="starUrl+'banner.png'" style="width: 100%;" mode="widthFix"></image> --> <!-- <image :src="starUrl+'banner.png'" style="width: 100%;" mode="widthFix"></image> -->
</view> </view>
</view> </view>
<!-- 筛选开始 --> <!-- 筛选开始 -->
<view class="screentop bg-white padding-top " @tap="scrollScreen"> <view class="screentop bg-white padding-top " @tap="scrollScreen">
<!-- <view class=""> <!-- <view>
<sl-filter @result="filterRes" reflexTitle ref="slFilter" :menuList="menuList"></sl-filter> <sl-filter @result="filterRes" reflexTitle ref="slFilter" :menuList="menuList"></sl-filter>
</view> --> </view> -->
<view class=" "> <view>
<view class="" v-if="siteList.length>0"> <view v-if="siteList.length>0">
<site-item :location='location' v-for="(item,index) in siteList" :key="item.id" :site-item="item" :first="index==0" <site-item :location='location' v-for="(item,index) in siteList" :key="item.id" :site-item="item"
:listHeight="listHeight" class="cu-list menu-avatar cu-item" @tap="toDetail(item)"> :first="index==0" :listHeight="listHeight" class="cu-list menu-avatar cu-item"
@tap="toDetail(item)">
</site-item> </site-item>
</view> </view>
<view class="" v-else> <view v-else>
<my-empty></my-empty> <my-empty></my-empty>
</view> </view>
</view> </view>
@ -159,21 +104,15 @@
}, },
data() { data() {
return { return {
location:null, location: null,
swiperArray: [ swiperArray: [{
{ src: this.global.imgURL + 'banner-zhongpin.png',
src:this.global.imgURL+'banner-zhongpin.png', link: ''
link:''
}, },
// {
// src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/banner_baichuan.png', // src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/banner_baichuan.png',
// JumpPage: '/Activity/pages/index/index' // JumpPage: '/Activity/pages/index/index'
// },
// {
// src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/WMP-IMG/banner-2dwk.png', // src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/WMP-IMG/banner-2dwk.png',
// link: 'https://tengxun.hkzj168.com/?ChannelId=20220831152210221048473' // link: 'https://tengxun.hkzj168.com/?ChannelId=20220831152210221048473'
// },
], ],
listHeight: 160, listHeight: 160,
siteInfo: { siteInfo: {
@ -292,24 +231,20 @@
] ]
}; };
}, },
onTabItemTap(res) {
this.showThreeSites = false
},
onLoad() { onLoad() {
this.reverseGeocoder(this.location) this.reverseGeocoder(this.location)
// if (!uni.getStorageSync('filterData')) {
// this.getFilterData()
// }
}, },
onPullDownRefresh() { onPullDownRefresh() {
this.refreshLocation() this.refreshLocation()
setTimeout(function() { setTimeout(function() {
uni.stopPullDownRefresh() uni.stopPullDownRefresh()
}, 800); }, 800);
}, },
onShow() { onShow() {
this.location = uni.getStorageSync('location') this.location = uni.getStorageSync('location')
const token = uni.getStorageSync('Authorization') const token = uni.getStorageSync('Authorization')
const openid = uni.getStorageSync('openid') const openid = uni.getStorageSync('openid')
if (token && openid) { if (token && openid) {
@ -321,22 +256,10 @@
}) })
} }
this.refreshLocation(); this.refreshLocation();
// uni.navigateTo({
// url: `/BagStation/orderDetail/orderDetail?id=XOILAWMP202107070000025117`
// })
// uni.redirectTo({
// url:'/BagStation/pages/makeOrder/makeOrder'
// // url:'/BagStation/pages/makeOrder/payResult?status=success'
// })
// url:'/BagStation/pages/makeOrder/payResult?status=success'
},
beforeCreate() {},
onReady() {
// this.getSiteList()
}, },
methods: { methods: {
toManagement() { toManagement() {
const user = uni.getStorageSync('user'); const user = uni.getStorageSync('user');
if (user) { if (user) {
@ -360,30 +283,22 @@
}) })
} }
}, },
swiperClick(item, index) { swiperClick(item, index) {
// if (!item?.link) return if (item?.JumpPage) {
// switch (Number(index)) {
// // case 0:
// // this.goCall()
// // break;
// default:
// console.log('item.link')
// uni.navigateTo({
// url: '/pages/tabbar/home/link?url=' + encodeURIComponent(JSON.stringify(item.link))
// })
// }
if(item?.JumpPage){
uni.navigateTo({ uni.navigateTo({
url: item.JumpPage url: item.JumpPage
}) })
} }
}, },
goToPage(url) { goToPage(url) {
if (!url) return; if (!url) return;
uni.navigateTo({ uni.navigateTo({
url url
}); });
}, },
getAmount() { getAmount() {
accountApi.getTotalOilCardInfo().then(res => { accountApi.getTotalOilCardInfo().then(res => {
if (res.code == 20000) { if (res.code == 20000) {
@ -391,6 +306,7 @@
} }
}) })
}, },
refreshLocation() { refreshLocation() {
uni.getLocation({ uni.getLocation({
type: 'wgs84', type: 'wgs84',
@ -420,22 +336,20 @@
}, },
}); });
}, },
hideModel(name) { hideModel(name) {
if (name == 'auth') { if (name == 'auth') {
this.showAuthFrror = false this.showAuthFrror = false
if (this.showAuthFrzen <= new Date().getTime()) { if (this.showAuthFrzen <= new Date().getTime()) {
//
uni.setStorageSync('showAuthFrzen', new Date().getTime() + 10 * 1000) uni.setStorageSync('showAuthFrzen', new Date().getTime() + 10 * 1000)
// uni.setStorageSync('showAuthFrzen', new Date().getTime() + 1 * 60 * 60 * 1000)
} }
} }
}, },
getAuthInfo() { getAuthInfo() {
oilSiteApi.getUserAuthInfo().then(res => { oilSiteApi.getUserAuthInfo().then(res => {
if (res.code === 20000) { if (res.code === 20000) {
this.getAmount() this.getAmount()
// this.getSiteList()
// realStatus: 0 vehicleStatus: 0
if (this.showAuthFrzen <= new Date().getTime()) { if (this.showAuthFrzen <= new Date().getTime()) {
this.showAuthFrror = res.data.realStatus && res.data.vehicleStatus ? false : this.showAuthFrror = res.data.realStatus && res.data.vehicleStatus ? false :
true true
@ -443,78 +357,34 @@
} }
}) })
}, },
goCall() {
return
uni.makePhoneCall({
phoneNumber: '4008-56-5355'
})
},
reverseGeocoder(location) { reverseGeocoder(location) {
this.selLocation = location this.selLocation = location
this.$qqmapsdk.reverseGeocoder({ this.$qqmapsdk.reverseGeocoder({
location: location, location: location,
success: (res) => { success: (res) => {
// console.log(res)
this.locationName = res.result.address_component.city this.locationName = res.result.address_component.city
},
fail: (res) => {
// console.log(res)
} }
}) })
}, },
shadoumeiyou(index) {
if (index == 0) {
uni.switchTab({
url: '/pages/tabbar/station/stationList'
})
} else if (index == 1) {
const referer = '星油云'; //app
// const endPoint = JSON.stringify({
// name: '',
// latitude: 39.89631551,
// longitude: 116.323459711
// });
// wx.navigateTo({
// url: 'plugin://routePlan/index?key=' + this.qqMapKey + '&referer=' + referer +
// '&endPoint=' + endPoint
// })
uni.removeStorageSync("origins")
uni.removeStorageSync("destination")
wx.navigateTo({
url: '../../../BagStation/pages/routePlain/routePlain'
})
} else if (index == 8) {
this.goToPage('/BagAuth/pages/agreeMent/OperationGuide')
}
// else if(index==8){
// uni.navigateTo({
// url: '/BagStation/myCars/myCars'
// })
// }
else {
uni.showToast({
title: '功能暂无',
icon: 'none'
})
}
},
showQr() { showQr() {
// uni.navigateTo({
// url: '/BagStation/pages/stationDetail/stieQr'
// })
this.showThreeSites = true this.showThreeSites = true
}, },
toCards() { toCards() {
uni.navigateTo({ uni.navigateTo({
url: '/BagMoney/pages/oilCards/oilCards' url: '/BagMoney/pages/oilCards/oilCards'
}) })
}, },
toOrders() { toOrders() {
uni.switchTab({ uni.switchTab({
url: '/pages/tabbar/order/orderList/orderList' url: '/pages/tabbar/order/orderList/orderList'
}) })
}, },
filterRes(val) { filterRes(val) {
this.filterData = val this.filterData = val
this.getSiteList() this.getSiteList()
@ -536,9 +406,9 @@
sort: "juli", //String // ( price juli ) sort: "juli", //String // ( price juli )
...uni.getStorageSync('location'), ...uni.getStorageSync('location'),
...this.filterData, ...this.filterData,
} }
}; };
if (!uni.getStorageSync('user')) { if (!uni.getStorageSync('user')) {
oilSiteApi.readOnlySites(params).then(res => { oilSiteApi.readOnlySites(params).then(res => {
this.getCount++ this.getCount++
@ -559,158 +429,27 @@
} }
}) })
} }
oilSiteApi[uni.getStorageSync('user')?'getSiteLists':'getSiteLists'](params).then(res=>{ oilSiteApi[uni.getStorageSync('user') ? 'getSiteLists' : 'getSiteLists'](params).then(res => {
if (res.code == 20000) { if (res.code == 20000) {
this.siteList = res.data.list this.siteList = res.data.list
} }
}) })
/* caolc
别人写的有毛病
if (!uni.getStorageSync('user')) {
oilSiteApi.readOnlySites(params).then(res => {
this.getCount++
if (res.code == 20000) {
// console.log(res.data.list)
this.siteList = res.data.list
} else {
if (this.getCount == 1) {
setTimeout(() => {
this.getSiteList()
}, 1000)
} else {
uni.getSetting({
success: (resSet) => {
if (resSet.authSetting['scope.address'] == false) {
uni.showMode({
title: '请您打开定位权限',
content: '用于获取您当前位置附近的油站',
confirmText: '去设置',
success: (res) => {
if (res.confirm) {
uni.openSetting({
})
}
}
})
}
}
})
}
}
})
} else {
oilSiteApi.getSiteLists(params).then(res => {
if (res.code == 20000) {
this.siteList = res.data.list
}
})
}
*/
}, },
toDetail(item) { toDetail(item) {
let itemS = encodeURIComponent(JSON.stringify(item)); let itemS = encodeURIComponent(JSON.stringify(item));
uni.navigateTo({ uni.navigateTo({
url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`, url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`
fail: (err) => {},
success: () => {}
})
// console.log(uni.getStorageSync('user'))
// return
/*
if (uni.getStorageSync('user')) {
uni.navigateTo({
url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`,
fail: (err) => {
// console.log(err)
},
success: () => {
// console.log('err')
}
})
} else {
uni.showModal({
title: '请您登录',
content: "登录小星加油才可以加油 |˛˙꒳˙)♡",
confirmText: '去登陆',
success: (res) => {
if (res.confirm) {
uni.reLaunch({
url: '../../../BagAuth/pages/login/login'
})
}
}
})
}
*/
},
getFilterData() {
oilSiteApi.getCheckInfo().then(res => {
if (res.code == 20000) {
let channelCodes = []
res.data.channelCodes.map(item => {
channelCodes.push({
title: item.name,
value: item.id
})
})
let productCodes = []
res.data.productCodes.map(item => {
productCodes.push({
title: item.name,
value: item.id
})
})
let siteBrands = []
res.data.siteBrands.map(item => {
siteBrands.push({
title: item.name,
value: item.id
})
})
// console.log(channelCodes, productCodes, siteBrands)
this.menuList[0].detailList.concat(channelCodes)
this.menuList[1].detailList.concat(productCodes)
this.menuList[2].detailList.concat(siteBrands)
uni.setStorageSync('filterData', this.menuList)
// this.$refs.slFilter.resetMenuList(this.menuList)
}
})
},
onSelected(res) {
// console.log(res)
},
dateChange(d) {
uni.showToast({
icon: 'none',
title: d
}) })
}, },
InputFocus(e) { InputFocus(e) {
uni.switchTab({ uni.switchTab({
url: '/pages/tabbar/station/stationList' url: '/pages/tabbar/station/stationList'
}) })
}, },
InputBlur(e) {
this.InputBottom = 0
},
nameSelect(value, item) {
this.title2 = item.text
// console.log(item)
},
typeSelect(value, item) {
// console.log(item)
this.title1 = item.text
},
optionSelect(value, item) {
// console.log(item)
this.title3 = item.text
},
//
getSiteInfo(id) { getSiteInfo(id) {
let data2 = { let data2 = {
...uni.getStorageSync('location'), ...uni.getStorageSync('location'),
@ -735,6 +474,7 @@
url: `/BagStation/pages/makeOrder/makeOrder?siteId=${this.siteId}` url: `/BagStation/pages/makeOrder/makeOrder?siteId=${this.siteId}`
}) })
}, },
getScanRes(code) { getScanRes(code) {
let data2 = { let data2 = {
qrCode: code qrCode: code
@ -746,16 +486,13 @@
} }
}) })
}, },
scan1() {
//
this.getScanRes('fixed_1371293944539422720')
},
openScan() { openScan() {
uni.scanCode({ uni.scanCode({
scanType: 'qrCode', scanType: 'qrCode',
onlyFromCamera: false, onlyFromCamera: false,
success: (res) => { success: (res) => {
console.log(res.result)
this.getScanRes(res.result) this.getScanRes(res.result)
}, },
fail: (err) => { fail: (err) => {
@ -765,9 +502,8 @@
} }
}) })
}, },
//
scrollScreen() { scrollScreen() {
// console.log('')
uni.createSelectorQuery().selectViewport().scrollOffset(res => { uni.createSelectorQuery().selectViewport().scrollOffset(res => {
let view = uni.createSelectorQuery().in(this).select(".screentop"); let view = uni.createSelectorQuery().in(this).select(".screentop");
let cuBar = uni.createSelectorQuery().in(this).select(".cu-bar"); let cuBar = uni.createSelectorQuery().in(this).select(".cu-bar");
@ -782,7 +518,65 @@
}).exec(); }).exec();
}).exec(); }).exec();
}).exec(); }).exec();
} },
adError(err) {
console.log('add err', err)
},
// shadoumeiyou(index) {
// if (index == 0) {
// uni.switchTab({
// url: '/pages/tabbar/station/stationList'
// })
// } else if (index == 1) {
// const referer = ''; //app
// uni.removeStorageSync("origins")
// uni.removeStorageSync("destination")
// wx.navigateTo({
// url: '../../../BagStation/pages/routePlain/routePlain'
// })
// } else if (index == 8) {
// this.goToPage('/BagAuth/pages/agreeMent/OperationGuide')
// }
// else {
// uni.showToast({
// title: '',
// icon: 'none'
// })
// }
// },
// getFilterData() {
// oilSiteApi.getCheckInfo().then(res => {
// if (res.code == 20000) {
// let channelCodes = []
// res.data.channelCodes.map(item => {
// channelCodes.push({
// title: item.name,
// value: item.id
// })
// })
// let productCodes = []
// res.data.productCodes.map(item => {
// productCodes.push({
// title: item.name,
// value: item.id
// })
// })
// let siteBrands = []
// res.data.siteBrands.map(item => {
// siteBrands.push({
// title: item.name,
// value: item.id
// })
// })
// this.menuList[0].detailList.concat(channelCodes)
// this.menuList[1].detailList.concat(productCodes)
// this.menuList[2].detailList.concat(siteBrands)
// uni.setStorageSync('filterData', this.menuList)
// }
// })
// },
} }
}; };
</script> </script>
@ -843,10 +637,6 @@
} }
.placeholder-hidden {
opacity: 0;
}
.my-icon-sm { .my-icon-sm {
display: inline-block; display: inline-block;
width: 70upx; width: 70upx;
@ -858,4 +648,4 @@
.my-icon-sm .text-sm { .my-icon-sm .text-sm {
line-height: 1rem; line-height: 1rem;
} }
</style> </style>

Loading…
Cancel
Save