|
@@ -78,7 +78,7 @@
|
|
|
<view class="confirm-dialog" v-if="showConfirm" @click="hideConfirmDialog">
|
|
<view class="confirm-dialog" v-if="showConfirm" @click="hideConfirmDialog">
|
|
|
<view class="dialog-content" @click.stop>
|
|
<view class="dialog-content" @click.stop>
|
|
|
<view class="dialog-header">
|
|
<view class="dialog-header">
|
|
|
- <text class="dialog-title">确认支付</text>
|
|
|
|
|
|
|
+ <text class="dialog-title">提示</text>
|
|
|
<view class="close-btn" @click="hideConfirmDialog">
|
|
<view class="close-btn" @click="hideConfirmDialog">
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -93,13 +93,13 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="confirm-tips">
|
|
<view class="confirm-tips">
|
|
|
- <text class="tip-text">请确认金额无误后点击确认支付</text>
|
|
|
|
|
|
|
+ <text class="tip-text">请确认金额无误</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="dialog-footer">
|
|
<view class="dialog-footer">
|
|
|
<button class="cancel-btn" @click="hideConfirmDialog">取消</button>
|
|
<button class="cancel-btn" @click="hideConfirmDialog">取消</button>
|
|
|
- <button class="confirm-btn" @click="handlePay">确认支付</button>
|
|
|
|
|
|
|
+ <button class="confirm-btn" @click="handlePay">确认</button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|