| | |
| | | "quickapp" : {}, |
| | | /* 小程序特有相关 */ |
| | | "mp-weixin" : { |
| | | "appid" : "wx806f03e1f1390c10", |
| | | "appid" : "wx41aa8a5d2e565a05", |
| | | "setting" : { |
| | | "urlCheck" : false, |
| | | "minified" : true, |
| | |
| | | "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", |
| | |
| | | </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>
|
| | |
| | | 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"
|
| | | })
|
| | | }
|
| | | },
|
| | |
|
| | |
| | | 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> |
| | |
| | | :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> |
| | |
| | | .c-d1 { |
| | | color: #d1d1d1; |
| | | } |
| | | .c-33{ |
| | | color:#333; |
| | | } |
| | | |
| | | .vote { |
| | | padding: 0 40rpx 30rpx; |
| | |
| | | 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; |