【bug】小程序名称

This commit is contained in:
fengachen
2021-11-18 09:43:06 +08:00
parent 7dc650922a
commit 418d31a058
3 changed files with 10 additions and 5 deletions
+6 -3
View File
@@ -4,8 +4,11 @@ export const appId = 'wx457dfcb58fd556ea'// fcc
export const secret = 'e8d2ee25e32c77561efccb7145ba9dc8' // fcc
// export const appName = '来款测试demo'
export const appName = 'zoey来款测试demo'// fcc
export let baseUrl = 'https://bxxt.hzwlsoft.com' // 外网环境
// export let baseUrl = 'http://10.10.10.46:8055/' // 测试环境
// export const baseUrl = 'http://10.0.1.9:8080' // 本地环境
// export let baseUrl = 'https://bxxt.hzwlsoft.com' // 外网环境
export let baseUrl = 'http://10.10.10.46:8055/' // 测试环境
// export const baseUrl = 'http://10.0.1.16:8080' // 本地环境
export const URL_CONFIG = '/jero-boot/'
// 小程序名称
export const appletName = "标准所协同工作平台"
+3 -1
View File
@@ -1,4 +1,5 @@
// pages/signUpSuccess/signUpSuccess.js
import {appletName} from "../../assets/js/project.config"
Page({
/**
@@ -6,7 +7,8 @@ Page({
*/
data: {
// 是否是需要审核的参会人
isAuditBool:false
isAuditBool:false,
appletName:appletName
},
/**
+1 -1
View File
@@ -22,7 +22,7 @@
<view class="detail-wrap">
<view class="detail ">
报名成功后可微信搜索来款项目小程序登录查看会议以及项目
报名成功后可微信搜索{{appletName}}小程序登录查看会议以及项目
</view>
</view>
</view>