Commit 575ae6c1 by hank

修改名称

parent b3351f9f
export const FETCH_TIME_OUT = 5000 export const FETCH_TIME_OUT = 5000
// export const BASE_URL = 'https://server.bdideal.com' export const BASE_URL = 'https://server.bdideal.com'
// export const WEBVIEW_URL = 'https://visual.bdideal.com' export const WEBVIEW_URL = 'https://visual.bdideal.com'
export const BASE_URL = 'https://dev-server.bdideal.com' // export const BASE_URL = 'https://dev-server.bdideal.com'
export const WEBVIEW_URL = 'https://dev-visual.bdideal.com' // export const WEBVIEW_URL = 'https://dev-visual.bdideal.com'
// export const WEBVIEW_URL = 'http://127.0.0.1:8080' // export const WEBVIEW_URL = 'http://127.0.0.1:8080'
/** 蓝牙的服务 uuid */ /** 蓝牙的服务 uuid */
......
...@@ -35,7 +35,7 @@ interface FilmDetail { ...@@ -35,7 +35,7 @@ interface FilmDetail {
class FilmDetail extends Component { class FilmDetail extends Component {
config: Config = { config: Config = {
navigationBarTitleText: '作品详情' navigationBarTitleText: '编辑作品'
// navigationStyle: undefined // navigationStyle: undefined
} }
...@@ -62,10 +62,10 @@ class FilmDetail extends Component { ...@@ -62,10 +62,10 @@ class FilmDetail extends Component {
// delta: -1 // delta: -1
// }) // })
// }, 10000) // }, 10000)
Taro.showLoading({ // Taro.showLoading({
title: '资源加载中', // title: '资源加载中',
mask: true // mask: true
}) // })
} }
componentDidShow() { componentDidShow() {
// this.getData() // this.getData()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment