This commit is contained in:
sundongyu 2024-06-27 16:42:05 +08:00
parent 607002f744
commit 2353f99940
57 changed files with 92 additions and 66 deletions

View File

@ -12,6 +12,7 @@ export default {
};
</script>
<style>
<style lang="scss">
@import '@/uni_modules/uview-plus/index.scss';
/*每个页面公共css */
</style>

View File

@ -0,0 +1,8 @@
<template>
</template>
<script>
</script>
<style>
</style>

22
main.js
View File

@ -1,22 +1,24 @@
import App from './App'
import App from './App';
import uviewPlus from '@/uni_modules/uview-plus';
// #ifndef VUE3
import Vue from 'vue'
import './uni.promisify.adaptor'
Vue.config.productionTip = false
App.mpType = 'app'
import Vue from 'vue';
import './uni.promisify.adaptor';
Vue.config.productionTip = false;
App.mpType = 'app';
const app = new Vue({
...App
})
app.$mount()
});
app.$mount();
// #endif
// #ifdef VUE3
import { createSSRApp } from 'vue'
import { createSSRApp } from 'vue';
export function createApp() {
const app = createSSRApp(App)
const app = createSSRApp(App);
app.use(uviewPlus);
return {
app
}
};
}
// #endif

View File

@ -1,6 +1,14 @@
{
"pages": [
{
"easycom": {
"autoscan": true,
// customhttps://ask.dcloud.net.cn/question/131175
"custom": {
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
@ -55,8 +63,7 @@
},
"uniIdRouter": {},
"tabBar": {
"list": [
{
"list": [{
"pagePath": "pages/index/index",
"text": "首页"
},

View File

@ -34,44 +34,44 @@ const { safeAreaInsets } = uni.getSystemInfoSync();
const serve = ref([
{
text: '登录密码修改',
icon: '../../../../static/我的设置/1.png',
icon: '../../../../static/wodeshezhi/1.png',
id: 0
},
{
text: '手势密码修改',
icon: '../../../../static/我的设置/2.png',
icon: '../../../../static/wodeshezhi/2.png',
id: 1
},
{
text: '删除帐号',
icon: '../../../../static/我的设置/3.png',
icon: '../../../../static/wodeshezhi/3.png',
id: 2
},
{
text: '帐号迁移',
icon: '../../../../static/我的设置/4.png',
icon: '../../../../static/wodeshezhi/4.png',
id: 3
},
{
text: '大字版',
icon: '../../../../static/我的设置/5.png',
icon: '../../../../static/wodeshezhi/5.png',
id: 4
},
{
text: '分享12123给好友',
icon: '../../../../static/我的设置/6.png',
icon: '../../../../static/wodeshezhi/6.png',
id: 5
},
{
text: '清理缓存',
icon: '../../../../static/我的设置/7.png',
icon: '../../../../static/wodeshezhi/7.png',
id: 6
},
{
text: '关于',
icon: '../../../../static/我的设置/8.png',
icon: '../../../../static/wodeshezhi/8.png',
id: 7
}
]);

View File

@ -42,54 +42,54 @@ import { ref } from 'vue';
const serve = ref([
{
text: '实人认证',
icon: '../../static/我的/1.png',
icon: '../../static/wode/1.png',
queenicon: '',
user: '',
id: 0
},
{
text: '我的证件',
icon: '../../static/我的/2.png',
icon: '../../static/wode/2.png',
queenicon: '',
user: '',
id: 1
},
{
text: '证件号码',
icon: '../../static/我的/3.png',
icon: '../../static/wode/3.png',
queenicon: '',
user: '',
id: 2
},
{
text: '有效期限',
icon: '../../static/我的/4.png',
icon: '../../static/wode/4.png',
queenicon: '\ue612',
user: '',
id: 3
},
{
text: '手机号码',
icon: '../../static/我的/5.png',
icon: '../../static/wode/5.png',
queenicon: '\ue612',
user: '',
id: 4
},
{
text: '邮寄地址',
icon: '../../static/我的/6.png',
icon: '../../static/wode/6.png',
queenicon: '\ue612',
id: 5
},
{
text: '电子文书',
icon: '../../static/我的/7.png',
icon: '../../static/wode/7.png',
queenicon: '\ue612',
id: 6
},
{
text: '信息申诉',
icon: '../../static/我的/8.png',
icon: '../../static/wode/8.png',
queenicon: '\ue612',
id: 7
},
@ -101,7 +101,7 @@ const serve = ref([
},
{
text: '咨询反馈',
icon: '../../static/我的/10.png',
icon: '../../static/wode/10.png',
queenicon: '\ue612',
id: 9
}
@ -117,7 +117,7 @@ const set = () => {
<style lang="scss">
@font-face {
font-family: CustomFont;
src: url('../../static/我的/iconfont.ttf');
src: url('../../static/wode/iconfont.ttf');
}
.user {
display: flex;

View File

@ -17,25 +17,25 @@
<view class="content-area">
<view v-if="tabIndex === 0">
<view class="noData">
<image src="../../static/网办进度/oe.png" style="width: 7.8rem; height: 5rem"></image>
<image src="../../static/wangban/oe.png" style="width: 7.8rem; height: 5rem"></image>
<view style="font-size: 0.75rem; margin-top: 0.5rem; color: #767676">暂无数据</view>
</view>
</view>
<view v-else-if="tabIndex === 1">
<view class="noData">
<image src="../../static/网办进度/oe.png" style="width: 7.8rem; height: 5rem"></image>
<image src="../../static/wangban/oe.png" style="width: 7.8rem; height: 5rem"></image>
<view style="font-size: 0.75rem; margin-top: 0.5rem; color: #767676">暂无数据</view>
</view>
</view>
<view v-else-if="tabIndex === 2">
<view class="noData">
<image src="../../static/网办进度/oe.png" style="width: 7.8rem; height: 5rem"></image>
<image src="../../static/wangban/oe.png" style="width: 7.8rem; height: 5rem"></image>
<view style="font-size: 0.75rem; margin-top: 0.5rem; color: #767676">暂无数据</view>
</view>
</view>
<view v-else-if="tabIndex === 3">
<view class="noData">
<image src="../../static/网办进度/oe.png" style="width: 7.8rem; height: 5rem"></image>
<image src="../../static/wangban/oe.png" style="width: 7.8rem; height: 5rem"></image>
<view style="font-size: 0.75rem; margin-top: 0.5rem; color: #767676">暂无数据</view>
</view>
</view>

View File

@ -1,8 +1,15 @@
<template>
<up-tabbar :value="value4" @change="(name) => (value4 = name)" :fixed="false" :placeholder="false" activeColor="#d81e06" :safeAreaInsetBottom="false">
<up-tabbar-item text="首页">
<template #active-icon></template>
<template #inactive-icon></template>
</up-tabbar-item>
<up-tabbar-item text="放映厅" icon="photo"></up-tabbar-item>
<up-tabbar-item text="直播" icon="play-right"></up-tabbar-item>
<up-tabbar-item text="我的" icon="account"></up-tabbar-item>
</up-tabbar>
</template>
<script>
</script>
<script setup></script>
<style>
</style>
<style lang="scss"></style>

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 412 B

After

Width:  |  Height:  |  Size: 412 B

View File

Before

Width:  |  Height:  |  Size: 802 B

After

Width:  |  Height:  |  Size: 802 B

View File

Before

Width:  |  Height:  |  Size: 776 B

After

Width:  |  Height:  |  Size: 776 B

View File

Before

Width:  |  Height:  |  Size: 1015 B

After

Width:  |  Height:  |  Size: 1015 B

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

Before

Width:  |  Height:  |  Size: 863 B

After

Width:  |  Height:  |  Size: 863 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 633 B

After

Width:  |  Height:  |  Size: 633 B

View File

Before

Width:  |  Height:  |  Size: 665 B

After

Width:  |  Height:  |  Size: 665 B

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -13,6 +13,7 @@
*/
/* 颜色变量 */
@import '@/uni_modules/uview-plus/theme.scss';
/* 行为相关颜色 */
$uni-color-primary: #007aff;
@ -68,9 +69,9 @@ $uni-spacing-col-lg: 12px;
$uni-opacity-disabled: 0.3; // 组件禁用态的透明度
/* 文章场景相关 */
$uni-color-title: #2C405A; // 文章标题颜色
$uni-color-title: #2c405a; // 文章标题颜色
$uni-font-size-title: 20px;
$uni-color-subtitle: #555555; // 二级标题颜色
$uni-font-size-subtitle: 26px;
$uni-color-paragraph: #3F536E; // 文章段落颜色
$uni-color-paragraph: #3f536e; // 文章段落颜色
$uni-font-size-paragraph: 15px;

View File

@ -1,6 +1,6 @@
{
"hash": "4a204181",
"configHash": "eb966fb1",
"hash": "f0e888ba",
"configHash": "046e9b57",
"lockfileHash": "fa978dd2",
"browserHash": "f56c9596",
"optimized": {