效果圖
文章來源地址http://www.zghlxwxcb.cn/news/detail-715913.html
完整代碼
<template>
<view class="my-pay-page">
<view :style="{ height: statusBarHeight + 'px' }"></view>
<view class="nav-container">
<view class="nav-back" @click="goBack">
<view>取消</view>
</view>
<view class="nav-title">付款</view>
</view>
<view class="main-container" :style="computedMainHeight">
<view class="center-container">
<!-- 省略······ -->
<view class="pay-wrap">
<view class="gray-text">金額</view>
<view class="money-box">
<text class="unit">¥</text>
<text class="money">{
{ payMoney }}</text>
<text class="mark"></text>
</view>
<view class="gray-text">付款方式</view>
<view class="flex-justify">
<image class="left-img" src="~@/static/images/myImgs/sfb@2x.png" alt="" />
<view class="left-text">支付寶</view>
<image class=
文章來源:http://www.zghlxwxcb.cn/news/detail-715913.html
到了這里,關(guān)于【uniapp】仿微信支付界面的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!