udxcms 1.0.26 → 1.0.27
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!--
|
|
2
2
|
* @Author:
|
|
3
3
|
* @Date: 2020-11-19 12:38:02
|
|
4
|
-
* @LastEditTime: 2025-09-29
|
|
4
|
+
* @LastEditTime: 2025-09-29 11:08:17
|
|
5
5
|
* @LastEditors: lewis lewis@everylink.ai
|
|
6
6
|
* @Description:
|
|
7
7
|
-->
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
detailCurreny = currenyList.find(v => v.name == defaultCurreny)
|
|
144
144
|
detailCurreny && this.$store.commit('user/setCurrency', detailCurreny)
|
|
145
145
|
let currency = this.currency.name
|
|
146
|
-
this.$store.dispatch('
|
|
146
|
+
this.$store.dispatch('getCurrencyDataByTime', currency)
|
|
147
147
|
this.$emit('input', false)
|
|
148
148
|
this.isClickstatus = false
|
|
149
149
|
}
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
this.$store.commit('user/setCurrency', item)
|
|
154
154
|
let currency = item.name
|
|
155
155
|
// if (this.isClickstatus) this.$emit('input', false)
|
|
156
|
-
this.$store.dispatch('
|
|
156
|
+
this.$store.dispatch('getCurrencyDataByTime', currency)
|
|
157
157
|
this.$emit('input', false)
|
|
158
158
|
this.isClickstatus = false
|
|
159
159
|
refreshEvents(['currency'])
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
if (res.code == 200) {
|
|
164
164
|
this.$store.commit('user/setCurrency', item)
|
|
165
165
|
// if (this.isClickstatus) this.$emit('input', false)
|
|
166
|
-
this.$store.dispatch('
|
|
166
|
+
this.$store.dispatch('getCurrencyDataByTime', currency)
|
|
167
167
|
refreshEvents(['currency'])
|
|
168
168
|
this.$emit('input', false)
|
|
169
169
|
this.isClickstatus = false
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!--
|
|
2
2
|
* @Author:
|
|
3
3
|
* @Date: 2020-11-19 12:38:02
|
|
4
|
-
* @LastEditTime: 2025-09-29
|
|
4
|
+
* @LastEditTime: 2025-09-29 11:08:15
|
|
5
5
|
* @LastEditors: lewis lewis@everylink.ai
|
|
6
6
|
* @Description:
|
|
7
7
|
-->
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
detailCurreny = currenyList.find(v => v.name == defaultCurreny)
|
|
127
127
|
detailCurreny && this.$store.commit('user/setCurrency', detailCurreny)
|
|
128
128
|
let currency = this.currency.name
|
|
129
|
-
this.$store.dispatch('
|
|
129
|
+
this.$store.dispatch('getCurrencyDataByTime', currency)
|
|
130
130
|
this.$emit('input', false)
|
|
131
131
|
this.isClickstatus = false
|
|
132
132
|
}
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
this.$store.commit('user/setCurrency', item)
|
|
137
137
|
let currency = item.name
|
|
138
138
|
// if (this.isClickstatus) this.$emit('input', false)
|
|
139
|
-
this.$store.dispatch('
|
|
139
|
+
this.$store.dispatch('getCurrencyDataByTime', currency)
|
|
140
140
|
this.$emit('input', false)
|
|
141
141
|
this.isClickstatus = false
|
|
142
142
|
refreshEvents(['currency'])
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
if (res.code == 200) {
|
|
147
147
|
this.$store.commit('user/setCurrency', item)
|
|
148
148
|
// if (this.isClickstatus) this.$emit('input', false)
|
|
149
|
-
this.$store.dispatch('
|
|
149
|
+
this.$store.dispatch('getCurrencyDataByTime', currency)
|
|
150
150
|
refreshEvents(['currency'])
|
|
151
151
|
this.$emit('input', false)
|
|
152
152
|
this.isClickstatus = false
|