|  |  |  | 
|---|
|  |  |  | <ListItem title="用户协议" @click="goMineUserPolicy"></ListItem> | 
|---|
|  |  |  | <ListItem title="隐私政策" @click="goPrivacyPolicy"></ListItem> | 
|---|
|  |  |  | <ListItem title="退出登录" @click="handleLoginout"></ListItem> | 
|---|
|  |  |  | <ListItem title="人工客服" @click="goMineService"></ListItem> | 
|---|
|  |  |  | <!-- <nut-button :open-type="'contact'" class="setting-page-service">人工客服</nut-button> --> | 
|---|
|  |  |  | <nut-button class="setting-page-service" @click="goMineService">人工客服</nut-button> | 
|---|
|  |  |  | <!-- <ListItem title="人工客服" @click="goMineService"></ListItem> --> | 
|---|
|  |  |  | <nut-button :open-type="'contact'" class="setting-page-service">人工客服</nut-button> | 
|---|
|  |  |  | </List> | 
|---|
|  |  |  | </PageLayout> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | 
|---|
|  |  |  | color: boleGetCssVar('text-color', 'primary'); | 
|---|
|  |  |  | width: 100%; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | &::before { | 
|---|
|  |  |  | display: none; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | &::after { | 
|---|
|  |  |  | display: none; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | .nut-button__wrap { | 
|---|
|  |  |  | justify-content: flex-start; | 
|---|
|  |  |  | } | 
|---|