编译产生的内容修改
This commit is contained in:
parent
a5e74c91fc
commit
4bc8a78cae
@ -1175,11 +1175,11 @@
|
||||
uni.showLoading({
|
||||
title: '正在加载...'
|
||||
})
|
||||
const toSnhuiPageProvinceCode = [340000,520000,451200,510000,620000,630000] // 需要跳转到安徽类型的每日营收推送页面
|
||||
const toSnhuiPageProvinceCode = [340000,520000,451200,510000,620000,630000,330200] // 需要跳转到安徽类型的每日营收推送页面
|
||||
|
||||
if (option.ProvinceCode) { // 从推送进入
|
||||
if (toSnhuiPageProvinceCode.indexOf(parseInt(option.ProvinceCode))>-1) {
|
||||
// 451200、510000、520000、620000、630000
|
||||
// 451200、510000、520000、620000、630000、330200
|
||||
uni.redirectTo({
|
||||
url: '/pages/everdayRenven/AnhuiIndex?ProvinceCode=' + option.ProvinceCode + '&time=' +
|
||||
option.time + '&GroupType=' + option.GroupType + '&ServerpartIds=' + option
|
||||
@ -1226,7 +1226,7 @@
|
||||
onShow() {
|
||||
if (this.theRequest.ProvinceCode != 340000 && this.theRequest.ProvinceCode != 520000 && this.theRequest
|
||||
.ProvinceCode != 451200 && this.theRequest.ProvinceCode != 510000 && this.theRequest.ProvinceCode !=
|
||||
620000 && this.theRequest.ProvinceCode != 630000) {
|
||||
620000 && this.theRequest.ProvinceCode != 630000 && this.theRequest.ProvinceCode != 330200) {
|
||||
uni.setNavigationBarColor({
|
||||
// backgroundColor: '#3b64a3',
|
||||
backgroundColor: '#8E3953',
|
||||
|
||||
20
project.private.config.json
Normal file
20
project.private.config.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"projectname": "wechat_yxcl",
|
||||
"setting": {
|
||||
"compileHotReLoad": true
|
||||
},
|
||||
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
||||
"condition": {
|
||||
"miniprogram": {
|
||||
"list": [
|
||||
{
|
||||
"name": "首页",
|
||||
"pathName": "pages/index/index",
|
||||
"query": "",
|
||||
"launchMode": "default",
|
||||
"scene": null
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user