From 790a74aa5b16714f9f5c1a7bbcf675c7b2286f80 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 28 Nov 2023 19:15:03 +0800
Subject: [PATCH] update
---
manifest.json | 2 +-
pages/home/index.vue | 18 ++++++++++++------
pages.json | 12 ++++++------
subPackage/article/detail.vue | 19 +++++++++++--------
4 files changed, 30 insertions(+), 21 deletions(-)
diff --git a/manifest.json b/manifest.json
index ecb2d32..399d6eb 100644
--- a/manifest.json
+++ b/manifest.json
@@ -142,7 +142,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "wx806f03e1f1390c10",
+ "appid" : "wx41aa8a5d2e565a05",
"setting" : {
"urlCheck" : false,
"minified" : true,
diff --git a/pages.json b/pages.json
index aa73a52..abb44c9 100644
--- a/pages.json
+++ b/pages.json
@@ -584,12 +584,12 @@
"iconPath": "static/img/tabbar-01.png",
"text": "首页"
},
- {
- "pagePath": "pages/circle/index",
- "iconPath": "static/img/tabbar-02.png",
- "selectedIconPath": "static/img/tabbar-02-selected.png",
- "text": "圈子"
- },
+ // {
+ // "pagePath": "pages/circle/index",
+ // "iconPath": "static/img/tabbar-02.png",
+ // "selectedIconPath": "static/img/tabbar-02-selected.png",
+ // "text": "圈子"
+ // },
{
"pagePath": "pages/user/center",
"iconPath": "static/img/tabbar-03.png",
diff --git a/pages/home/index.vue b/pages/home/index.vue
index d2a45c4..44dd205 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -21,7 +21,7 @@
</u-grid>
<view class="section flex j-c-s-b mt-40">
- <view class="section-item" v-for="(i,k) in contactList" :key="k">
+ <view class="section-item" v-for="(i,k) in contactList" :key="k" @click="navigatorPage()">
<image class="section-item-bg" :src="i.pictureImg" mode="aspectFill"></image>
<view class="item-box">
<view class="f-28">{{i.name}}</view>
@@ -529,16 +529,22 @@
title: "请选择地址",
icon: "error"
})
- return
- }
- if(path == '/subPackage/user/clockIn/index'){
+
+ }else if(path == '/subPackage/user/clockIn/index'){
uni.showToast({
title:"功能开发中~",
icon:"none"
})
- return;
+
+ }else {
+ this.$u.func.globalNavigator(`${path}?houseCode=${this.curHouseCode}`, "navTo")
}
- this.$u.func.globalNavigator(`${path}?houseCode=${this.curHouseCode}`, "navTo")
+
+ }else {
+ uni.showToast({
+ title:"功能开发中~",
+ icon:"none"
+ })
}
},
diff --git a/subPackage/article/detail.vue b/subPackage/article/detail.vue
index 57b98e9..9604f91 100644
--- a/subPackage/article/detail.vue
+++ b/subPackage/article/detail.vue
@@ -82,7 +82,7 @@
activeColor="#017BFC"></uv-line-progress>
</view>
- <text class="c-99 f-28" v-if="i.number">{{i.number}}人</text>
+ <text class="c-33 f-28" v-if="i.number">{{i.number}}人</text>
</view>
</view>
</u-radio-group>
@@ -99,7 +99,7 @@
:percentage="getRatio(i.number)"
activeColor="#017BFC"></uv-line-progress>
</view>
- <text class="c-99 f-28" v-if="i.number">{{i.number}}人</text>
+ <text class="c-33 f-28" v-if="i.number">{{i.number}}人</text>
</view>
</view>
</u-checkbox-group>
@@ -440,6 +440,9 @@
.c-d1 {
color: #d1d1d1;
}
+ .c-33{
+ color:#333;
+ }
.vote {
padding: 0 40rpx 30rpx;
@@ -485,13 +488,13 @@
margin-right: 0 !important;
}
- /deep/ .u-radio__icon-wrap {
- border-style: none !important;
- }
+ // /deep/ .u-radio__icon-wrap {
+ // border-style: none !important;
+ // }
- /deep/ .u-checkbox__icon-wrap {
- border-style: none !important;
- }
+ // /deep/ .u-checkbox__icon-wrap {
+ // border-style: none !important;
+ // }
/deep/ .u-radio__text {
color: #333 !important;
--
Gitblit v1.9.3