|
|
@@ -176,7 +176,7 @@
|
|
|
<text class="cancel-text">{{ showPayUrl ? '关闭' : '取消' }}</text>
|
|
|
</button>
|
|
|
<button v-if="!showPayUrl" class="confirm-btn" @click="confirmRecharge" :disabled="!canRecharge">
|
|
|
- <text class="confirm-text">确认充值</text>
|
|
|
+ <text class="confirm-text">获取充值链接</text>
|
|
|
</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -493,7 +493,7 @@ export default {
|
|
|
|
|
|
try {
|
|
|
uni.showLoading({
|
|
|
- title: '充值中...'
|
|
|
+ title: '获取中...'
|
|
|
});
|
|
|
|
|
|
// 调用实际的充值API,传入金额和跑腿公司
|