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> </script>
<style> <style lang="scss">
@import '@/uni_modules/uview-plus/index.scss';
/*每个页面公共css */ /*每个页面公共css */
</style> </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 // #ifndef VUE3
import Vue from 'vue' import Vue from 'vue';
import './uni.promisify.adaptor' import './uni.promisify.adaptor';
Vue.config.productionTip = false Vue.config.productionTip = false;
App.mpType = 'app' App.mpType = 'app';
const app = new Vue({ const app = new Vue({
...App ...App
}) });
app.$mount() app.$mount();
// #endif // #endif
// #ifdef VUE3 // #ifdef VUE3
import { createSSRApp } from 'vue' import { createSSRApp } from 'vue';
export function createApp() { export function createApp() {
const app = createSSRApp(App) const app = createSSRApp(App);
app.use(uviewPlus);
return { return {
app app
} };
} }
// #endif // #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", "path": "pages/index/index",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -55,8 +63,7 @@
}, },
"uniIdRouter": {}, "uniIdRouter": {},
"tabBar": { "tabBar": {
"list": [ "list": [{
{
"pagePath": "pages/index/index", "pagePath": "pages/index/index",
"text": "首页" "text": "首页"
}, },

View File

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

View File

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

View File

@ -17,25 +17,25 @@
<view class="content-area"> <view class="content-area">
<view v-if="tabIndex === 0"> <view v-if="tabIndex === 0">
<view class="noData"> <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 style="font-size: 0.75rem; margin-top: 0.5rem; color: #767676">暂无数据</view>
</view> </view>
</view> </view>
<view v-else-if="tabIndex === 1"> <view v-else-if="tabIndex === 1">
<view class="noData"> <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 style="font-size: 0.75rem; margin-top: 0.5rem; color: #767676">暂无数据</view>
</view> </view>
</view> </view>
<view v-else-if="tabIndex === 2"> <view v-else-if="tabIndex === 2">
<view class="noData"> <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 style="font-size: 0.75rem; margin-top: 0.5rem; color: #767676">暂无数据</view>
</view> </view>
</view> </view>
<view v-else-if="tabIndex === 3"> <view v-else-if="tabIndex === 3">
<view class="noData"> <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 style="font-size: 0.75rem; margin-top: 0.5rem; color: #767676">暂无数据</view>
</view> </view>
</view> </view>

View File

@ -1,8 +1,15 @@
<template> <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> </template>
<script> <script setup></script>
</script>
<style> <style lang="scss"></style>
</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; $uni-color-primary: #007aff;
@ -21,32 +22,32 @@ $uni-color-warning: #f0ad4e;
$uni-color-error: #dd524d; $uni-color-error: #dd524d;
/* 文字基本颜色 */ /* 文字基本颜色 */
$uni-text-color:#333;//基本色 $uni-text-color: #333; //基本色
$uni-text-color-inverse:#fff;//反色 $uni-text-color-inverse: #fff; //反色
$uni-text-color-grey:#999;//辅助灰色如加载更多的提示信息 $uni-text-color-grey: #999; //辅助灰色如加载更多的提示信息
$uni-text-color-placeholder: #808080; $uni-text-color-placeholder: #808080;
$uni-text-color-disable:#c0c0c0; $uni-text-color-disable: #c0c0c0;
/* 背景颜色 */ /* 背景颜色 */
$uni-bg-color:#ffffff; $uni-bg-color: #ffffff;
$uni-bg-color-grey:#f8f8f8; $uni-bg-color-grey: #f8f8f8;
$uni-bg-color-hover:#f1f1f1;//点击状态颜色 $uni-bg-color-hover: #f1f1f1; //点击状态颜色
$uni-bg-color-mask:rgba(0, 0, 0, 0.4);//遮罩颜色 $uni-bg-color-mask: rgba(0, 0, 0, 0.4); //遮罩颜色
/* 边框颜色 */ /* 边框颜色 */
$uni-border-color:#c8c7cc; $uni-border-color: #c8c7cc;
/* 尺寸变量 */ /* 尺寸变量 */
/* 文字尺寸 */ /* 文字尺寸 */
$uni-font-size-sm:12px; $uni-font-size-sm: 12px;
$uni-font-size-base:14px; $uni-font-size-base: 14px;
$uni-font-size-lg:16px; $uni-font-size-lg: 16px;
/* 图片尺寸 */ /* 图片尺寸 */
$uni-img-size-sm:20px; $uni-img-size-sm: 20px;
$uni-img-size-base:26px; $uni-img-size-base: 26px;
$uni-img-size-lg:40px; $uni-img-size-lg: 40px;
/* Border Radius */ /* Border Radius */
$uni-border-radius-sm: 2px; $uni-border-radius-sm: 2px;
@ -68,9 +69,9 @@ $uni-spacing-col-lg: 12px;
$uni-opacity-disabled: 0.3; // 组件禁用态的透明度 $uni-opacity-disabled: 0.3; // 组件禁用态的透明度
/* 文章场景相关 */ /* 文章场景相关 */
$uni-color-title: #2C405A; // 文章标题颜色 $uni-color-title: #2c405a; // 文章标题颜色
$uni-font-size-title:20px; $uni-font-size-title: 20px;
$uni-color-subtitle: #555555; // 二级标题颜色 $uni-color-subtitle: #555555; // 二级标题颜色
$uni-font-size-subtitle:26px; $uni-font-size-subtitle: 26px;
$uni-color-paragraph: #3F536E; // 文章段落颜色 $uni-color-paragraph: #3f536e; // 文章段落颜色
$uni-font-size-paragraph:15px; $uni-font-size-paragraph: 15px;

View File

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