|
|
@@ -26,6 +26,9 @@ const userType = computed(() => {
|
|
26
|
26
|
if (userRichType === 2) {
|
|
27
|
27
|
return '合伙人'
|
|
28
|
28
|
}
|
|
|
29
|
+ if (!userRichType) {
|
|
|
30
|
+ return '用户'
|
|
|
31
|
+ }
|
|
29
|
32
|
|
|
30
|
33
|
getRedIntegralList({page: 1, limit: 20}).then(res => {
|
|
31
|
34
|
console.log(res)
|
|
|
@@ -135,6 +138,8 @@ function handleImmediateWithdrawal() {
|
|
135
|
138
|
style:
|
|
136
|
139
|
navigationBarTitleText: 储蓄保
|
|
137
|
140
|
enablePullDownRefresh: true
|
|
|
141
|
+ navigationBarBackgroundColor: "#fe0032"
|
|
|
142
|
+ navigationBarTextStyle: "white"
|
|
138
|
143
|
</route>
|
|
139
|
144
|
<style>
|
|
140
|
145
|
page {
|