本地暂存

This commit is contained in:
java110 2021-07-21 11:20:43 +08:00
parent cda4d7c4d0
commit c719f80f2e
5 changed files with 23 additions and 23 deletions

View File

@ -12,7 +12,7 @@
// 服务器域名 公众号时,配置为 / 就可以 // 服务器域名 公众号时,配置为 / 就可以
const baseUrl = '/'; const baseUrl = '/';
// #endif // #endif
const commonBaseUrl = 'http://demo.homecommunity.cn/'; const commonBaseUrl = 'http://qh.dianlixiaoqu.homecommunity.cn/';
//商城的url //商城的url
const mallUrl = 'http://mallapp.homecommunity.cn/'; const mallUrl = 'http://mallapp.homecommunity.cn/';
@ -24,12 +24,12 @@ const mallUrlRefresh = mallUrl + "#/pages/mallTokenRefresh/mallTokenRefresh?mall
// #ifndef H5 // #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址 //服务器域名 小程序 或者 app 时 后端地址
const baseUrl = 'http://demo.homecommunity.cn/'; const baseUrl = 'http://qh.dianlixiaoqu.homecommunity.cn/';
// #endif // #endif
//默认的小区ID和名称用户还没有登录时显示的小区信息 //默认的小区ID和名称用户还没有登录时显示的小区信息
const DEFAULT_COMMUNITY_ID = "7020181217000001"; //HC测试小区id 用于没有登录时展示相关信息 const DEFAULT_COMMUNITY_ID = "2021071533770010"; //HC测试小区id 用于没有登录时展示相关信息
const DEFAULT_COMMUNITY_NAME = "丰仪家园"; const DEFAULT_COMMUNITY_NAME = "海湖新区电力小区";
// APP 或者 公众号 appId // APP 或者 公众号 appId
const wAppId = ""; //微信AppId const wAppId = ""; //微信AppId

View File

@ -2,7 +2,7 @@
"pages": [{ "pages": [{
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
"navigationBarTitleText": "HC智慧家园", "navigationBarTitleText": "德坤云物管",
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
} }
}, },
@ -552,18 +552,18 @@
"iconPath": "static/images/home.png", "iconPath": "static/images/home.png",
"selectedIconPath": "static/images/home-selected.png" "selectedIconPath": "static/images/home-selected.png"
}, },
{ // {
"pagePath": "pages/homemaking/homemaking", // "pagePath": "pages/homemaking/homemaking",
"text": "家政", // "text": "家政",
"iconPath": "static/images/rent.png", // "iconPath": "static/images/rent.png",
"selectedIconPath": "static/images/rent-selected.png" // "selectedIconPath": "static/images/rent-selected.png"
}, // },
{ // {
"pagePath": "pages/mall/mall", // "pagePath": "pages/mall/mall",
"text": "商圈", // "text": "商圈",
"iconPath": "static/images/market.png", // "iconPath": "static/images/market.png",
"selectedIconPath": "static/images/market-selected.png" // "selectedIconPath": "static/images/market-selected.png"
}, // },
{ {
"pagePath": "pages/my/my", "pagePath": "pages/my/my",
"text": "我的", "text": "我的",
@ -583,7 +583,7 @@
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#00AA00", "navigationBarBackgroundColor": "#00AA00",
"navigationBarTitleText": "HC智慧家园", "navigationBarTitleText": "德坤云物管",
"usingComponents": { //便page "usingComponents": { //便page
} }

View File

@ -1,7 +1,7 @@
<template> <template>
<view> <view>
<view class="margin-bottom-xs"> <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> </view>
<scroll-view @scrolltolower="lower" class="scroll-restaurants-list" scroll-y="true" style="height:100%"> <scroll-view @scrolltolower="lower" class="scroll-restaurants-list" scroll-y="true" style="height:100%">

View File

@ -54,8 +54,8 @@
data() { data() {
return { return {
logoUrl: '', logoUrl: '',
username: 'test001', username: '',
password: 'wuxw2015', password: '',
appId: "", appId: "",
code: "", code: "",
loginByPhone: false, loginByPhone: false,

View File

@ -40,7 +40,7 @@
<text class="text-grey">我的房屋</text> <text class="text-grey">我的房屋</text>
</view> </view>
</view> </view>
<view class="cu-item arrow" @click="mallOrder()"> <!-- <view class="cu-item arrow" @click="mallOrder()">
<view class="content"> <view class="content">
<text class="cuIcon-shopfill text-orange"></text> <text class="cuIcon-shopfill text-orange"></text>
<text class="text-grey">商城订单</text> <text class="text-grey">商城订单</text>
@ -51,7 +51,7 @@
<text class="cuIcon-shopfill text-orange"></text> <text class="cuIcon-shopfill text-orange"></text>
<text class="text-grey">家政订单</text> <text class="text-grey">家政订单</text>
</view> </view>
</view> </view> -->
<view class="cu-item arrow" @click="feeDetail()"> <view class="cu-item arrow" @click="feeDetail()">
<view class="content"> <view class="content">
<text class="cuIcon-profile text-pink"></text> <text class="cuIcon-profile text-pink"></text>