|
@@ -53,8 +53,8 @@
|
|
|
<u-modal v-model="showtip" :title="title" :content='content1' :show-confirm-button="true" confirm-text="知道了" ></u-modal>
|
|
|
</view>
|
|
|
|
|
|
- <view style="bottom:0rpx;position:absolute;width: 100%;" v-show="account.totalAmount>0">
|
|
|
- <u-button shape="circle" style="background-color: green;color:white" @click="show=true">申请退款</u-button>
|
|
|
+ <view style="bottom:0;position:absolute;width: 100%;padding: 20px;" v-show="account.totalAmount>0">
|
|
|
+ <u-button shape="circle" style="background-color:#00b962;color:white" @click="show=true">申请退款</u-button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|