@ledvance/group-ui-biz-bundle 1.0.99 → 1.0.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/group-ui-biz-bundle",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.0.99",
7
+ "version": "1.0.101",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -601,9 +601,6 @@ const BiorhythmPage = (props: { theme?: ThemeType }) => {
601
601
  state.planList = defBiorhythmUIState.planList
602
602
  state.flag = Symbol()
603
603
  close()
604
- },
605
- onCancel: () => {
606
-
607
604
  }
608
605
  })
609
606
  }}
@@ -86,7 +86,7 @@ const MoodPage = (props: {theme?: ThemeType}) => {
86
86
  }, [state.staticTagChecked, state.dynamicTagChecked, state.originMoods]);
87
87
 
88
88
  const getMoodList = (isRefresh?: boolean) =>{
89
- state.loading = true
89
+ state.loading = true
90
90
  getRemoteMoodList(
91
91
  uaGroupInfo.tyGroupId.toString(),
92
92
  {...params, isRefresh}
@@ -327,7 +327,7 @@ const MoodPage = (props: {theme?: ThemeType}) => {
327
327
  })
328
328
  }}
329
329
  >
330
- <Image source={res.ic_refresh} style={{ width: cx(24), height: cx(24) }} />
330
+ <Image source={res.ic_refresh} style={{ width: cx(24), height: cx(24), tintColor: props.theme?.global.fontColor }} />
331
331
  </TouchableOpacity>
332
332
  <Spacer height={cx(10)} />
333
333
  {state.originMoods.length >= MAX_MOOD_COUNT && (