Commit 150bcf39acbe70e35f99512c64f92cd16fb54901
1 parent
433bc1df
登录失效
Showing
1 changed file
with
2 additions
and
2 deletions
pages/businessCard/buyCard.vue
... | ... | @@ -26,9 +26,9 @@ |
26 | 26 | </template> |
27 | 27 | </uni-list-item> |
28 | 28 | <uni-list-item title="支付方式" rightText="商户余额"/> |
29 | - <uni-list-item note="请认真核对购买信息,卡券一经购买概不支持退款"> | |
29 | + <uni-list-item note="核对购买信息,卡券概不支持退款"> | |
30 | 30 | <template v-slot:header> |
31 | - <text style="color: red">温馨提示</text> | |
31 | + <text style="color: red;padding-right: 10px">温馨提示</text> | |
32 | 32 | </template> |
33 | 33 | </uni-list-item> |
34 | 34 | </uni-list> | ... | ... |