|
@@ -1,4 +1,4 @@
|
|
|
-import { BasicType, IBestToast, userInfo, UserInfo, YTAvoid, YTHeader, YTLog, yTRouter } from 'basic'
|
|
|
|
|
|
|
+import { BasicType, IBestToast, YTAvoid, YTLog, yTRouter } from 'basic'
|
|
|
import { common, Want } from '@kit.AbilityKit'
|
|
import { common, Want } from '@kit.AbilityKit'
|
|
|
import { BusinessError } from '@kit.BasicServicesKit'
|
|
import { BusinessError } from '@kit.BasicServicesKit'
|
|
|
import { BUNDLE_NAME } from 'BuildProfile'
|
|
import { BUNDLE_NAME } from 'BuildProfile'
|
|
@@ -103,7 +103,7 @@ export struct Mine_ {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.width('100%')
|
|
.width('100%')
|
|
|
- .backgroundColor(`#EEEEEE`)
|
|
|
|
|
|
|
+ .backgroundColor(Color.White)
|
|
|
.borderRadius(20)
|
|
.borderRadius(20)
|
|
|
.justifyContent(FlexAlign.SpaceBetween)
|
|
.justifyContent(FlexAlign.SpaceBetween)
|
|
|
.padding({ top: 20, left: 16, right: 16, bottom: 20 })
|
|
.padding({ top: 20, left: 16, right: 16, bottom: 20 })
|
|
@@ -116,7 +116,7 @@ export struct Mine_ {
|
|
|
.width('100%')
|
|
.width('100%')
|
|
|
.height('100%')
|
|
.height('100%')
|
|
|
}
|
|
}
|
|
|
- .backgroundColor(Color.White)
|
|
|
|
|
|
|
+ // .backgroundColor(Color.White)
|
|
|
.width('100%')
|
|
.width('100%')
|
|
|
.height(550)
|
|
.height(550)
|
|
|
.borderRadius({ topRight: 32 })
|
|
.borderRadius({ topRight: 32 })
|
|
@@ -125,11 +125,11 @@ export struct Mine_ {
|
|
|
}
|
|
}
|
|
|
.width("100%")
|
|
.width("100%")
|
|
|
.height('100%')
|
|
.height('100%')
|
|
|
|
|
+ .padding({top: this.safeTop})
|
|
|
.alignItems(HorizontalAlign.Center)
|
|
.alignItems(HorizontalAlign.Center)
|
|
|
|
|
+ .linearGradient({colors: [['#7FF9C3', 0], ['#FFFFFF', 0.94]]})
|
|
|
}
|
|
}
|
|
|
.hideTitleBar(true)
|
|
.hideTitleBar(true)
|
|
|
- .padding({top: this.safeTop})
|
|
|
|
|
- .backgroundColor(Color.White)
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
async shareData() {
|
|
async shareData() {
|