mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
本地暂存
This commit is contained in:
parent
cda4d7c4d0
commit
c719f80f2e
@ -12,7 +12,7 @@
|
||||
// 服务器域名 公众号时,配置为 / 就可以
|
||||
const baseUrl = '/';
|
||||
// #endif
|
||||
const commonBaseUrl = 'http://demo.homecommunity.cn/';
|
||||
const commonBaseUrl = 'http://qh.dianlixiaoqu.homecommunity.cn/';
|
||||
|
||||
//商城的url
|
||||
const mallUrl = 'http://mallapp.homecommunity.cn/';
|
||||
@ -24,12 +24,12 @@ const mallUrlRefresh = mallUrl + "#/pages/mallTokenRefresh/mallTokenRefresh?mall
|
||||
|
||||
// #ifndef H5
|
||||
//服务器域名 小程序 或者 app 时 后端地址
|
||||
const baseUrl = 'http://demo.homecommunity.cn/';
|
||||
const baseUrl = 'http://qh.dianlixiaoqu.homecommunity.cn/';
|
||||
// #endif
|
||||
|
||||
//默认的小区ID和名称,用户还没有登录时显示的小区信息
|
||||
const DEFAULT_COMMUNITY_ID = "7020181217000001"; //HC测试小区id 用于没有登录时展示相关信息
|
||||
const DEFAULT_COMMUNITY_NAME = "丰仪家园";
|
||||
const DEFAULT_COMMUNITY_ID = "2021071533770010"; //HC测试小区id 用于没有登录时展示相关信息
|
||||
const DEFAULT_COMMUNITY_NAME = "海湖新区电力小区";
|
||||
|
||||
// APP 或者 公众号 appId
|
||||
const wAppId = ""; //微信AppId
|
||||
|
||||
28
pages.json
28
pages.json
@ -2,7 +2,7 @@
|
||||
"pages": [{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "HC智慧家园",
|
||||
"navigationBarTitleText": "德坤云物管",
|
||||
"backgroundColor": "#ffffff"
|
||||
}
|
||||
},
|
||||
@ -552,18 +552,18 @@
|
||||
"iconPath": "static/images/home.png",
|
||||
"selectedIconPath": "static/images/home-selected.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/homemaking/homemaking",
|
||||
"text": "家政",
|
||||
"iconPath": "static/images/rent.png",
|
||||
"selectedIconPath": "static/images/rent-selected.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/mall/mall",
|
||||
"text": "商圈",
|
||||
"iconPath": "static/images/market.png",
|
||||
"selectedIconPath": "static/images/market-selected.png"
|
||||
},
|
||||
// {
|
||||
// "pagePath": "pages/homemaking/homemaking",
|
||||
// "text": "家政",
|
||||
// "iconPath": "static/images/rent.png",
|
||||
// "selectedIconPath": "static/images/rent-selected.png"
|
||||
// },
|
||||
// {
|
||||
// "pagePath": "pages/mall/mall",
|
||||
// "text": "商圈",
|
||||
// "iconPath": "static/images/market.png",
|
||||
// "selectedIconPath": "static/images/market-selected.png"
|
||||
// },
|
||||
{
|
||||
"pagePath": "pages/my/my",
|
||||
"text": "我的",
|
||||
@ -583,7 +583,7 @@
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#00AA00",
|
||||
"navigationBarTitleText": "HC智慧家园",
|
||||
"navigationBarTitleText": "德坤云物管",
|
||||
"usingComponents": { //这里为方便,全局引入了所有组件,也可以在某个page下单独引用某个组件
|
||||
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="margin-bottom-xs">
|
||||
<uni-notice-bar showIcon="true" scrollable="true" single="true" speed="30" text="欢迎访问HC智慧家园"></uni-notice-bar>
|
||||
<uni-notice-bar showIcon="true" scrollable="true" single="true" speed="30" text="欢迎访问德坤云物管"></uni-notice-bar>
|
||||
</view>
|
||||
|
||||
<scroll-view @scrolltolower="lower" class="scroll-restaurants-list" scroll-y="true" style="height:100%">
|
||||
|
||||
@ -54,8 +54,8 @@
|
||||
data() {
|
||||
return {
|
||||
logoUrl: '',
|
||||
username: 'test001',
|
||||
password: 'wuxw2015',
|
||||
username: '',
|
||||
password: '',
|
||||
appId: "",
|
||||
code: "",
|
||||
loginByPhone: false,
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
<text class="text-grey">我的房屋</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cu-item arrow" @click="mallOrder()">
|
||||
<!-- <view class="cu-item arrow" @click="mallOrder()">
|
||||
<view class="content">
|
||||
<text class="cuIcon-shopfill text-orange"></text>
|
||||
<text class="text-grey">商城订单</text>
|
||||
@ -51,7 +51,7 @@
|
||||
<text class="cuIcon-shopfill text-orange"></text>
|
||||
<text class="text-grey">家政订单</text>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="cu-item arrow" @click="feeDetail()">
|
||||
<view class="content">
|
||||
<text class="cuIcon-profile text-pink"></text>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user