This commit is contained in:
XiuYun CHEN
2025-06-17 13:12:58 +08:00
6 changed files with 22 additions and 5 deletions
@@ -102,6 +102,7 @@ export struct PositionSelectedSheet {
range:this.officeNameArr,
selected:this.selectedIndex
})
.width('100%')
.canLoop(false)
.selectedTextStyle({
color: '#007AFF',
@@ -18,7 +18,7 @@ export class BasicConstant {
static readonly urlExpertAPI = "https://app.igandan.com/app/expertAPI/";
static readonly urlExpertApp = "http://app.igandan.com/app/expertApp/"
static readonly urlHtml = "http://doc.igandan.com/app/"
static readonly urlImage = "http://app.igandan.com/app/"
static readonly urlImage = "http://doc.igandan.com/app/"
static readonly urlExpert = "http://app.igandan.com/app/expert/"
static readonly wxUrl = "https://wx.igandan.com/";// 微信服务器地址
static readonly polvId = "21";//保利威视学员id
@@ -55,5 +55,7 @@ export class BasicConstant {
//通知事件ID
static readonly notification_back_refreshData = 250529;//返回上页通知刷新数据
//首页tabContent切换事件通知
static readonly notification_home_tab_change = 25060413;
}