代码优化

This commit is contained in:
jia 2023-09-05 11:48:08 +08:00
parent 22725b4c2e
commit 8ac4784129
2 changed files with 23 additions and 19 deletions

View File

@ -31,7 +31,7 @@
:show="jurisdiction"
mode="permission"
:text="emptyText"
icon="/static/empty/permission.png"
icon="http://cdn.uviewui.com/uview/empty/permission.png"
></u-empty>
<view class="business com special_work" v-if="jurisdiction == false">
<view class="title project">
@ -101,9 +101,12 @@
</view>
</view>
<!-- <view class="" v-if="jurisdiction == false && isShow == false">
<view class="" v-if="jurisdiction == false && isShow == false">
<emptyPage title="暂无信息"></emptyPage>
</view> -->
</view>
<u-picker :defaultIndex="[0,0]" :show="showPicker" ref="uPicker" :columns="columnData" @confirm="confirm"
@cancel="showPicker = false" @change="changeHandler" keyName="name"></u-picker>
</view>
</template>
@ -139,9 +142,7 @@ import {
import {
getDiy
} from '@/api/api.js';
// #ifdef APP-PLUS
import uniMP from '@/utils/uniMP.js';
// #endif
export default {
components: {
@ -183,8 +184,8 @@ export default {
],
nowMenuList: [],
street: '',
showPicker: false,
columnData: [],
showPicker: false,
columnData: [],
bgColor: '',
isFshow: false,
backColor: 'rgba(252, 252, 252, 0)'
@ -337,7 +338,7 @@ export default {
uni.setStorageSync('gatherNowMenuList', JSON.stringify(this.nowMenuList));
},
getUniMp (appid) {
console.log('点击小程序');
console.log('点击供销平台');
// #ifdef APP-PLUS
uniMP.loadMP(appid);
return;
@ -364,14 +365,14 @@ export default {
}
},
Area () {
getArea({
city_code: 510500
}).then(res => {
this.$refs.uPicker.setColumnValues(0, res.data);
this.Street(res.data[0]['code']);
});
},
Area() {
getArea({
city_code: 510500
}).then(res => {
this.$refs.uPicker.setColumnValues(0, res.data);
this.Street(res.data[0]['code']);
});
},
Street (code) {
getStreet({
area_code: code

View File

@ -163,9 +163,8 @@
this.getCateList()
this.getArticle()
// this.getArticle()
this.getGoods()
this.Area()
//this.setPermissions()
@ -229,7 +228,10 @@
},
// #endif
beforeDestroy () {
//
this.$bus.$off('value-updated')
},
methods: {
scrolling() {
@ -725,6 +727,7 @@
/deep/.u-tabs__wrapper__nav__line {
width: 46rpx;
margin-left: -2rpx;
}