|
@@ -50,7 +50,11 @@
|
|
<u-modal v-model="show" :title="title" :content='content' :show-confirm-button="true" :show-cancel-button='true' @confirm="confirm"></u-modal>
|
|
<u-modal v-model="show" :title="title" :content='content' :show-confirm-button="true" :show-cancel-button='true' @confirm="confirm"></u-modal>
|
|
</view>
|
|
</view>
|
|
<view>
|
|
<view>
|
|
- <u-modal v-model="showtip" :title="title" :content='content1' :show-confirm-button="true" confirm-text="知道了" ></u-modal>
|
|
|
|
|
|
+ <u-modal v-model="showtip" :title="title" :show-confirm-button="true" confirm-text="知道了" confirm-color="#00B962">
|
|
|
|
+ <view class="slot-content">
|
|
|
|
+ <rich-text :nodes="content1"></rich-text>
|
|
|
|
+ </view>
|
|
|
|
+ </u-modal>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view style="bottom:0;position:absolute;width: 100%;padding: 20px;" v-show="account.totalAmount>0">
|
|
<view style="bottom:0;position:absolute;width: 100%;padding: 20px;" v-show="account.totalAmount>0">
|
|
@@ -65,7 +69,7 @@
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- content1:'本平台仅支持可支持金额全额退费,申请成功后退费金额将于5个工作日内退还至您的充值账户.在本平台,三个月内的支付宝充值,微信支付可申请退费. 退费成功后,您可以在退费记录查看退费信息和审核进度.',
|
|
|
|
|
|
+ content1:`本平台仅支持可支持金额全额退费,申请成功后退费金额将于5个工作日内退还至您的充值账户.在本平台,三个月内的支付宝充值,微信支付可申请退费.<br />退费成功后,您可以在退费记录查看退费信息和审核进度.`,
|
|
title:'提示',
|
|
title:'提示',
|
|
content:'是否确定提交退费申请?申请成功后退费金额将于5个工作日内退还至您的充值账户',
|
|
content:'是否确定提交退费申请?申请成功后退费金额将于5个工作日内退还至您的充值账户',
|
|
show:false,
|
|
show:false,
|
|
@@ -162,6 +166,14 @@
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+ .slot-content {
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ color: $u-content-color;
|
|
|
|
+ padding-left: 30rpx;
|
|
|
|
+ padding-right: 30rpx;
|
|
|
|
+ padding-top: 20px;
|
|
|
|
+ padding-bottom: 20px;
|
|
|
|
+ }
|
|
.refundList-none{
|
|
.refundList-none{
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|