parent
b6967b121b
commit
d90ca64943
@ -1,17 +1,17 @@
|
||||
import brokenLine from "../../../../../components/option/stackingLineOption"
|
||||
const app = getApp()
|
||||
Component({
|
||||
data:{
|
||||
showChart: true,
|
||||
transformOption: brokenLine([],[],[],[]),
|
||||
},
|
||||
lifetimes:{
|
||||
attached() {
|
||||
//页面数据
|
||||
// app.globalData.request({
|
||||
// action: 'getUserBrand',
|
||||
// token: 't%2BrswgjvzGM=',
|
||||
// })
|
||||
}
|
||||
}
|
||||
})
|
||||
// import brokenLine from "../../../../../components/option/stackingLineOption"
|
||||
// const app = getApp()
|
||||
// Component({
|
||||
// data:{
|
||||
// showChart: true,
|
||||
// transformOption: brokenLine([],[],[],[]),
|
||||
// },
|
||||
// lifetimes:{
|
||||
// attached() {
|
||||
// //页面数据
|
||||
// // app.globalData.request({
|
||||
// // action: 'getUserBrand',
|
||||
// // token: 't%2BrswgjvzGM=',
|
||||
// // })
|
||||
// }
|
||||
// }
|
||||
// })
|
Loading…
Reference in new issue