mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
e85e62520b
commit
ee84e4bbd1
@ -15,16 +15,16 @@ const baseUrl = '/';
|
|||||||
|
|
||||||
// #ifndef H5
|
// #ifndef H5
|
||||||
//服务器域名 小程序 或者 app 时 后端地址
|
//服务器域名 小程序 或者 app 时 后端地址
|
||||||
const baseUrl = 'http://127.0.0.1:8008/';
|
const baseUrl = 'https://wuye.huilinwan.cn/';
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
let commonBaseUrl = 'http://service.xinyejiawangtb.ltd/';
|
let commonBaseUrl = 'https://wuye.huilinwan.cn/';
|
||||||
|
|
||||||
//商城的url
|
//商城的url
|
||||||
let mallUrl = 'http://mallapp.xinyejiawangtb.ltd/';
|
let mallUrl = 'https://mallapp.huilinwan.cn/';
|
||||||
|
|
||||||
//商城小程序ID
|
//商城小程序ID
|
||||||
let mallMinAppId = "xxx";
|
let mallMinAppId = "wx7a01aad34e06840f";
|
||||||
|
|
||||||
//默认的小区ID和名称,用户还没有登录时显示的小区信息
|
//默认的小区ID和名称,用户还没有登录时显示的小区信息
|
||||||
|
|
||||||
|
|||||||
@ -59,12 +59,12 @@
|
|||||||
"quickapp" : {},
|
"quickapp" : {},
|
||||||
"mp-weixin" : {
|
"mp-weixin" : {
|
||||||
"usingComponents" : true,
|
"usingComponents" : true,
|
||||||
"appid" : "wxf83d66b0e9f5964d",
|
"appid" : "wxad57531dabaed887",
|
||||||
"setting" : {
|
"setting" : {
|
||||||
"urlCheck" : false,
|
"urlCheck" : false,
|
||||||
"es6" : false
|
"es6" : false
|
||||||
},
|
},
|
||||||
"navigateToMiniProgramAppIDList" : [ "xxxx" ], //商城小程序AppId
|
"navigateToMiniProgramAppIDList" : [ "wx7a01aad34e06840f" ], //商城小程序AppId
|
||||||
"permission" : {
|
"permission" : {
|
||||||
"scope.userLocation" : {
|
"scope.userLocation" : {
|
||||||
"desc" : "你的位置信息将用于小程序位置接口的效果展示"
|
"desc" : "你的位置信息将用于小程序位置接口的效果展示"
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="text-gray text-sm">
|
<view class="text-gray text-sm">
|
||||||
<text class="margin-right-xs">{{item.endTime}}至{{_getDeadlineTime(item)}}</text>
|
<text class="margin-right-xs">{{item.endTime}}至{{item.deadlineTime}}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="action">
|
<view class="action">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user