Merge remote-tracking branch 'origin/master'
8 files modified
13 files added
| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | login: '', |
| | | login: '',//cc |
| | | } |
| | | }, |
| | | methods: { |
| | |
| | | }, |
| | | { |
| | | name: '我要查', |
| | | img: '/static/images/home/s2.png', |
| | | img: '/static/images/home/search004.png', |
| | | url: '' |
| | | }, |
| | | { |
| | | name: '我要报', |
| | | img: '/static/images/home/s3.png', |
| | | img: '/static/images/home/report001.png', |
| | | url: '' |
| | | }, |
| | | { |
| | |
| | | }, |
| | | { |
| | | name: '我要巡', |
| | | img: '/static/images/home/s5.png', |
| | | img: '/static/images/home/s6.png', |
| | | url: '' |
| | | }, |
| | | { |
| | | name: '我要办', |
| | | img: '/static/images/home/s6.png', |
| | | img: '/static/images/home/handle001.png', |
| | | url: '' |
| | | } |
| | | ]; |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | <!-- 底部导航条 --> |
| | | <u-tabbar :list="tabbar" :mid-button="false"></u-tabbar> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | titleNum: 0, |
| | | articleTabArr: ['全部', '视频', '社会', '经济', '热点'], |
| | | articleTabNum: 0, |
| | | navbarTopHeight: "10px" |
| | | navbarTopHeight: "10px", |
| | | tabbar:this.$store.state.tabbar |
| | | } |
| | | }, |
| | | mounted() { |
| | |
| | | </navigator> |
| | | </view> |
| | | </view> |
| | | <!-- 底部导航条 --> |
| | | <u-tabbar :list="tabbar" :mid-button="false"></u-tabbar> |
| | | |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | title: '设备提交', |
| | | imgSrc: '../../static/img/cancel.png', |
| | | goHref: '../equipment/equipment' |
| | | }] |
| | | }], |
| | | tabbar:this.$store.state.tabbar |
| | | } |
| | | } |
| | | } |
| | |
| | | </view> |
| | | <!-- 头部 end --> |
| | | |
| | | <!-- 服务按钮 start --> |
| | | <!-- 服务按钮 start 业务办理--> |
| | | <view class="service-box"> |
| | | <u-grid :col="4" :border="false"> |
| | | <u-grid-item bg-color="transparent" v-for="(item, index) in serviceButton" :key="index"> |
| | |
| | | </view> |
| | | <!-- 新闻模块 end --> |
| | | </view> |
| | | |
| | | <!-- 底部导航条 --> |
| | | <u-tabbar :list="tabbar" :mid-button="false"></u-tabbar> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | noticeList: [], |
| | | newsList: [{}, {}], |
| | | navButton: [], |
| | | serviceButton: [] |
| | | serviceButton: [], |
| | | tabbar:this.$store.state.tabbar |
| | | }; |
| | | }, |
| | | onLoad() { |
| | |
| | | <text class="title">{{title}}__{{userName}}1.4</text> |
| | | <button type="default" @click="cc"></button> |
| | | </view> |
| | | <u-tabbar v-model="current" :list="list"></u-tabbar> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | title: 'Hello' |
| | | title: 'Hello', |
| | | current:0, |
| | | list:[ |
| | | { |
| | | iconPath: "home", |
| | | selectedIconPath: "home-fill", |
| | | text: '首页', |
| | | count: 2, |
| | | isDot: true, |
| | | |
| | | } |
| | | ] |
| | | } |
| | | }, |
| | | onLoad() { |
| | |
| | | </view> |
| | | <uniPopup :textmsg="textmsg" @cancel='operation(1)' @confirm='operation(2)' v-show="showTextmsg"> |
| | | </uniPopup> |
| | | |
| | | <!-- 底部导航条 --> |
| | | <u-tabbar :list="tabbar" :mid-button="false"></u-tabbar> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | open: 'outIn', |
| | | }, |
| | | |
| | | ] |
| | | ], |
| | | tabbar:this.$store.state.tabbar |
| | | } |
| | | }, |
| | | components: { |
| | |
| | | puserID: '', |
| | | puserIphone:'', |
| | | avatar:"../../static/logo.png", |
| | | UserData: {} |
| | | UserData: {}, |
| | | tabbar:[{ |
| | | iconPath: "/static/tabbar/index01.png", |
| | | selectedIconPath: "/static/tabbar/index02.png", |
| | | text: '首页', |
| | | |
| | | pagePath: "/pages/home/home" |
| | | }, |
| | | { |
| | | iconPath: "/static/tabbar/article.png", |
| | | selectedIconPath: "/static/tabbar/articleH.png", |
| | | text: '资讯', |
| | | pagePath: "/pages/article/article" |
| | | }, |
| | | { |
| | | iconPath: "/static/tabbar/workbench.png", |
| | | selectedIconPath: "/static/tabbar/workbenchH.png", |
| | | text: '工作台', |
| | | count: 2, |
| | | isDot: false, |
| | | pagePath: "/pages/business/business" |
| | | }, |
| | | { |
| | | iconPath: "/static/tabbar/my.png", |
| | | selectedIconPath: "/static/tabbar/my-blue.png", |
| | | text: '我的', |
| | | pagePath: "/pages/myself/myself" |
| | | }, |
| | | ] |
| | | } |
| | | |
| | | export default state |